@charset "EUC-JP";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	font-size: 12px;
	color: #000;
	line-height: 150%;
}

a:link,
a:visited,
a:active {
	color: #b00;
	text-decoration: none;
}
a:hover {
	color: #b00;
	text-decoration: underline;
}
img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.pict {
	border: 0;
	margin: 5px 0;
}

/* layout */

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000;
}

#menu {
	background-color: #b00;
	padding: 0;
}

#title {
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 160px;
}

#right {
	float: right;
	width: 600px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	margin: 0 20px;
	padding: 10px 0;
	border-top: 1px solid #000;
}


/* menu */

#menu_left {
	float: left;
	padding: 5px 10px;
}
#menu_right {
	float: right;
	text-align: right;
	padding: 0 10px 0 0;
}
h1 {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	margin: 14px 0;
}
#menu img.btn {
	margin: 0 2px;
	border: 0;
}
#menu a:link img,
#menu a:visited img,
#menu a:active img {
	text-decoration: none;
}
#menu a:hover img.logo {
	text-decoration: none;
}
#menu a:hover img.btn {
	text-decoration: none;
	background-image: url(../img_basic/btn_hover.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/* left */
#search_box {
	margin: 20px 0 10px 0;
	text-align: center;
}
.search_form {
	border: 2px solid #ccc;
	padding: 2px;
}
#search_btn {
	text-align: right;
	padding: 5px 30px;
}

#archives {
	font-size: 14px;
	font-weight: bold;
}
#archives ul {
	padding: 0px;
	margin: 5px 0px 5px 30px;
	list-style-position: outside;
	list-style-image: url(http://no12gallery.com/img_basic/list_mark.gif);
}
#archives li {
	margin: 5px 0;
}
#archives a:link,
#archives a:visited,
#archives a:active {
	color: #b00;
	text-decoration: none;
}
#archives a:hover {
	color: #b00;
	text-decoration: underline;
}

/* right */
#pagenavi {
	width: 500px;
	margin: 0 0 0 50px;
	text-align: right;
}
#pagenavi div {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 3px 0;
}
.entry {
	margin: 20px 20px 20px 0px;
	clear: both;
}
.entry_date {
	float: left;
	width: 200px;
	border-top: 2px solid #b00;
	padding-top: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #999;
}
.entry_content {
	float: right;
	width: 380px;
	margin: 0 10px;
	border-top: 2px solid #b00;
	padding-top: 5px;
}
.entry_content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px 8px 5px;
}
.entry_content h2 a:link,
.entry_content h2 a:visited,
.entry_content h2 a:active {
	color: #000;
	text-decoration: none;
}
.entry_content h2 a:hover {
	color: #b00;
	text-decoration: underline;
}
.entry_body {
	font-size: 12px;
	line-height: 18px;
	margin: 0 5px 8px 10px;
}
.entry_more {
	font-size: 12px;
	line-height: 18px;
	margin: 0 5px 0px 10px;
}
.thumb {
	float: left;
	border: 1px solid #999;
	margin-right: 10px;
}
.thumb2 {
	border: 1px solid #999;
	margin-right: 10px;
}
.entry_content a:link img.thumb,
.entry_content a:visited img.thumb,
.entry_content a:active img.thumb,
.entry_content a:link img.thumb2,
.entry_content a:visited img.thumb2,
.entry_content a:active img.thumb2 {
	text-decoration: none;
	border: 1px solid #999;
	margin-right: 10px;
}
.entry_content a:hover img.thumb,
.entry_content a:hover img.thumb2 {
	text-decoration: none;
	border: 1px solid #b00;
	margin-right: 10px;
}
#page {
	font-size: 12px;
	text-align: center;
	margin: 40px 0 20px 0;
}
blockquote {
	border: 1px dashed #999;
	margin: 12px 0;
	padding: 5px 10px;
	clear: both;
}

/* footer */
#copy {
	float: left;
	font-size: 12px;
	line-height: 12px;
}
#pagetop {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
