@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #553835;
	margin: 0px;
	font: 12px Verdana, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	color: #000;
	background-image: url(http://nokku-boushi.com/template/back_top.jpg);
	background-repeat: repeat;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
a:link,
a:visited,
a:active {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
.pict {
	border: 0;
	margin: 5px 0;
}
.thumb {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0px 5px;
	background-color: #FFFFFF;
}
hr {
	size: 1px;
}


/* [Layout] */

#wrapper {
	width: 850px;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	margin: 0px auto;
}
#header {
	width: 850px;
	height: 570px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(http://nokku-boushi.com/template/title.gif);
	background-position: 110px 30px;
	background-repeat: no-repeat;
}
#menu {
	padding: 50px 0 0 570px;
}
#contents {
	background-color: #FFFFFF;
	width: 550px;
	height: auto;
	text-align: left;
}
#pagetop {
	text-align: right;
	padding: 10px 20px;
	font-size: 10px;
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px 0px;
}

td {
	padding-bottom: 50px;
	vertical-align: top;
}

/* [Menu] */

#menu .btn {
	padding: 25px 0 0 20px;
} 


/* [Entry] */
.pagenavi {
	width: 550px;
	margin: 5px 0px;
	text-align: center;
	font-size: 10px;
}
.entry {
	width: 550px;
	padding: 10px 0;
}
.entry_author {
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
.entry_date {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	margin-right: 10px;
}
.entry_title {
	font-size: 12px;
	font-weight: bold;
}
.entry_body {
	font-size: 12px;
	line-height: 16px;
}
.thumb {
	border: 1px solid #666;
	padding: 5px;
	margin: 5px auto;
}
.entry blockquote {
	padding: 5px;
	margin: 5px;
	background-color: #E1D2C2;
}

#search {
	font-size: 10px;
	line-height: 120%;
}

#copy {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 5px;
}
#copy_mini {
	font-size: 10px;
	line-height: 120%;
	color: #666;
}

