@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	color:#000;
	color:#242424;
	background-color:#ffffff;
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.6);
	box-shadow: 0px 0px 8px rgba(0,0,0,.6);
}

hr {
	display:none;
}

img {
	border:0px;
}

ul {
	list-style:none;
}

.clear {
	clear:both;
	font-size:1px;
}

.hidden {
	display:none;
}

.indent {
	text-indent:-9999px;
}

.nomargin {
	margin:0px;
}

a {
	color:#663218;
	text-decoration:none;
}
a:link,
a:visited {
	color:#663218;
	text-decoration:none;
}
a:active,
a:hover {
	color:#fff;
	background-color:#663218;
}

.container {
	margin:0 auto;
	width:1024px;
	text-align:left;
}

.containerbody {
	padding-left:134px;
	background:url(../image/bg_dotline.gif) 0 0 repeat-y;
}

h1.logo {
	width:546px;
	height:104px;
	text-indent:-9999px;
	background:url(../image/logo.gif) 0 0 no-repeat;
}
h1.logo a {
	width:134px;
	height:104px;
	display:block;
	text-decoration:none;
}
h1.logo a:link,
h1.logo a:visited,
h1.logo a:active,
h1.logo a:hover {
	text-decoration:none;
	background:none;
}

div.contents {
	width:567px;
	float:left;
}

p.pagination {
	padding:11px 11px 11px 11px;
	margin-right:21px;
	text-align:center;
	background:url(../image/dotline2.gif) 0 0 no-repeat;
}

div.entry {
	padding-right:21px;
	padding-bottom:51px;
}
div.entry div.title {
	padding:3px 11px 2px 11px;
	color:#fff;
	background-color:#0D0D0D;
}
div.entry div.title h2 {
	width:378px;
	letter-spacing:0.05em;
	float:left;
}
div.entry div.title p.date {
	font-weight:bold;
	letter-spacing:0.05em;
	float:right;
}
div.entry div.entrybody {
	padding:15px 11px 0 11px;
}
div.entry div.entrybody p {
	padding-bottom:18px;
}
div.entry div.entrybody p img {
	border:1px dotted #ccc;
	background-color:#FBF9F1;
}

div.entry div.entrybody a {
	font-weight:bold;
}
div.entry div.posted {
	padding:0 11px 0 11px;
}
div.entry div.posted p {
	color:#666;
}

div.comments {
	padding:16px 32px 0 11px;
	background:url(../image/dotline2.gif) 0 0 no-repeat;
}
div.comments h3 {
	width:79px;
	height:14px;
	text-indent:-9999px;
	background:url(../image/comments.gif) 0 0 no-repeat;
}

div.comments div.comment {
	padding-top:13px;
	background:url(../image/dotline1.gif) left bottom repeat-x;
}
div.comments div.comment p {
	padding-bottom:13px;
}
div.comments div.comment p.comment-footer {
	color:#666;
}

div.comments-open {
	padding:16px 32px 53px 11px;
}
div.comments-open h3.comments-open-header {
	width:167px;
	height:20px;
	text-indent:-9999px;
	background:url(../image/postcomment.gif) 0 0 no-repeat;
}

div.comments-open div.comments-open-content p {
	padding-top:5px;
}

div.comments-open  div.comments-open-footer {
	padding-top:10px;
}

div.comments-open table th,
div.comments-open table td {
	padding:5px 10px 5px 0;
	font-weight:normal;
	text-align:left;
}


div.trackbacks {
	padding:16px 32px 103px 11px;
	background:url(../image/dotline2.gif) 0 0 no-repeat;
}

div.trackbacks h3.trackbacks-header {
	width:80px;
	height:20px;
	text-indent:-9999px;
	background:url(../image/trackback.gif) 0 0 no-repeat;
}

div.trackbacks div#trackbacks-info {
	padding-top:7px;
	padding-bottom:13px;
	background:url(../image/dotline1.gif) left bottom repeat-x;
}

div.trackbacks div.trackback {
	padding-top:13px;
	background:url(../image/dotline1.gif) left bottom repeat-x;
}
div.trackbacks div.trackback p.posted {
	padding-bottom:13px;
	text-align:right;
}

div.naviArea {
	padding-top:2px;
	padding-left:22px;
	float:left;
}

div.naviArea div.listBox {
	padding-bottom:28px;
	width:178px;
}

div.naviArea div.listBox2 {
	padding-top:84px;
	width:178px;
}
div.naviArea div.listBox2 dl {
	letter-spacing:0.07em;
	color:#343434;
}
div.naviArea div.listBox2 dd {
	padding-bottom:18px;
}

div.naviArea div.listBox h3.recent {
	width:178px;
	height:28px;
	text-indent:-9999px;
	background:url(../image/recent.gif) 0 0 no-repeat;
}
div.naviArea div.listBox h3.category {
	width:178px;
	height:28px;
	text-indent:-9999px;
	background:url(../image/category.gif) 0 0 no-repeat;
}
div.naviArea div.listBox h3.monthly {
	width:178px;
	height:28px;
	text-indent:-9999px;
	background:url(../image/monthly.gif) 0 0 no-repeat;
}


div.naviArea div.listBox li {
	padding-bottom:8px;
	color:#666;
}
