@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%;
	text-align: center;
}

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;
}

/* 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: 200px;
}

#right {
	float: right;
	width: 550px;
	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 25px;
}

.navigation {
	font-size: 12px;
	margin: 10px 0 20px 0;
}
.navigation_name {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 5px 20px;
}
.navigation_list ul {
	padding: 0px;
	margin: 5px 0px 5px 40px;
	list-style-position: outside;
	list-style-image: url(http://no12gallery.com/img_basic/list_mark.gif);
}
.navigation_list li {
	color: #666;
	line-height: 14px;
	margin: 8px 0;
}
.navigation_list a:link,
.navigation_list a:visited,
.navigation_list a:active {
	color: #b00;
	text-decoration: none;
}
.navigation_list a:hover {
	color: #b00;
	text-decoration: underline;
}

/* right */
#pagenavi {
	width: 500px;
	text-align: right;
}
#pagenavi div {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 3px 0;
}
.entry {
	width: 500px;
	margin: 10px 0 80px 0;
}

.entry h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.entry h2 a:link,
.entry h2 a:visited,
.entry h2 a:active {
	color: #000;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #b00;
	text-decoration: underline;
}
.entry_body {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 40px;
}
.entry_more {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 40px;
}
.entry_state {
	background-color: #999999;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	margin-top: 10px;
	padding: 3px 10px;
}
.entry_state a:link,
.entry_state a:visited,
.entry_state a:active {
	color: #fff;
	text-decoration: none;
}
.entry_state a:hover {
	color: #b00;
	text-decoration: none;
}
.pict {
	border: 1px solid #fff;
	margin: 5px auto;
}
.thumb {
	border: 1px solid #fff;
	margin: 5px auto;
}
.entry a:link img.thumb,
.entry a:visited img.thumb,
.entry a:active img.thumb {
	text-decoration: none;
	border: 1px solid #fff;
}
.entry a:hover img.thumb {
	text-decoration: none;
	border: 1px solid #b00;
}
#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;
}

