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

div.clear{
	clear: both;
}

*{
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

/* font border */
.border1{
	border-top: solid 1px #bab0a7;
	margin: 5px 0;
}

.border2{
	border-bottom: solid 1px #bab0a7;
	padding: 0 0 1px 0;
}

p{
	padding: 10px 0;
	margin-bottom: 15px;
}

p img{
	padding: 10px 0 0 0;
}

/* link */
a:link.c_link {
	color: #996666;
	text-decoration: none;
}　
a:visited.c_link {
	color: #996666;
	text-decoration: none;
}
a:hover.c_link {
	color: #996666;
	text-decoration: underline;
}

a:link.m_link {
	color: #c69;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: underline;
}　
a:visited.m_link {
	color: #c69;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.m_link {
	color: #c69;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: none;
}

/* body */
body{
	color: #655750;
	background-color: #382926;
	background-image: url(../img/body_bgi.jpg);
	background-repeat: repeat-x;
}

#all_box{
	width: 950px;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px auto;
}

#header{
	width: 950px;
	height: 121px;
	background-image: url(../img/gallery_header.gif);
	background-repeat: no-repeat;
	position:relative;
}

#header h1.maincopy{
	width: 450px;
	color: #ffcdcd;
	font-size: 12px;
	font-weight: normal;
	top: 54px;
	left: 320px;
	position: absolute;
}

/* main */
#main{
	width: 830px;
	height: 470px;
	margin: 0px auto;
}

#main div.gallery_mainimg{
	float: left;
	width: 300px;
	padding: 5px;
	margin-right: 20px;
	border: solid 1px #bab0a7;
}

#main div.gallery_comment{
	float: left;
	width: 330px;
}

#main div.gallery_comment div.gallery_memo{
	color: #bab0a7;
	font-size: 85%;
}

#main div.gallery_comment h2{
	color: #9f595b;
	font-size: 16px;
	line-height: 1.5em;
	padding: 5px 0;
}

#main div.gallery_category{
	float: right;
	width: 146px;
}

ul{
	list-style: url(../img/gallery_list.jpg) outside;
	margin: 7px 0 0 16px;
	color: #996666;
	font-size: 95%;
	line-height: 1.6em;
}

/* pageback */
#pageback{
	width: 950px;
	height: 40px;
	margin: 0px auto;
	text-align: center;
}

/* imglist */
#imglist{
	width: 950px;
	height: 275px;
	margin: 0px auto;
	background-color: #f0e1e4;
}

#imglist div.imgs{
	float: left;
	width: 740px;
	margin-top: 13px;
}

#imglist div.imgs img.img_link{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	border: solid 2px #bab0a7;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#imglist div.imgs img.img_link_on{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	border: solid 2px #9c5858;
}

#imglist div.bl{
	float: left;
	width: 26px;
	margin-top: 125px;
	margin-right: 25px;
	margin-left: 60px;
}

#imglist div.br{
	float: left;
	width: 26px;
	margin-top: 125px;
	margin-left: 10px;
}

/* footer */
#footer{
	width: 950px;
	height: 25px;
	font-size: 11px;
	color: #cc9999;
	margin: 0px auto;
	text-align: center;
	background-color: #f0e1e4;
}