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


 /* layout
========================================*/
#main {
	width: 730px;
	float: right;
	}
#sub {
	width: 130px;
	float: left;
	}
 /* contents 
========================================*/

#main h1.title {
	height: 32px;
	border-bottom: 1px solid #000000;
	margin-bottom: 25px;
	}
#main h1.title img {
	padding: 5px 0 5px;
	}

#main .stylephoto {
	float: left;
	width: 730px;
	border-bottom: 1px solid #000000;
	}
div.stylephotoItem {
	clear: both;
	border-bottom: 1px solid #917c38;
	padding-bottom: 20px;
	margin-bottom: 60px;
	}
#main h2 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #917c38;
	margin-bottom: 5px;
	font-size: 108%;
	font-weight: bold;
	line-height: 1;
	}
#main span.titleLabel {
	background-color: #000000;
	color: #C3A74C;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px;
	margin-right: 7px;
	}
#main p.stylephotoCategory {
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 1;
	}
#main div.stylephotoText {
	clear: both;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.6;
	color: #000000;
	}

/*#main div.stylephotoItem p.moreLink {
	font-size: 100&;
	}
#main div.stylephotoItem p.moreLink span {
  padding-left: 15px;
  background: url(/images/common/arrow.gif) left center no-repeat;
}
#main div.stylephotoItem p.moreLink a:link,
#main div.stylephotoItem p.moreLink a:visited {
	color: #000000;
	text-decoration: underline;
	}
#main div.stylephotoItem p.moreLink a:hover,
#main div.stylephotoItem p.moreLink a:active {
	color: #736432;
	text-decoration: none;
	}
*/
#main div.stylephotoItem p.moreLink {
	font-size: 92%;
	text-align: right;
	line-height: 1;
	}
#main div.stylephotoItem p.moreLink span a {
	padding: 7px 10px 5px 27px;
}
#main div.stylephotoItem p.moreLink a:link,
#main div.stylephotoItem p.moreLink a:visited {
	color: #C3A74C;
	background: url(/images/common/arrow_off.gif) 12px center no-repeat #000000;
	text-decoration: none;
	}
#main div.stylephotoItem p.moreLink a:hover,
#main div.stylephotoItem p.moreLink a:active {
	color: #C3A74C;
	background: url(/images/common/arrow_on.gif) 12px center no-repeat #736432;
	text-decoration: none;
	}


#main #pagenavi {
	position: relative;
	}
#main #pagenavi .next {
	position: absolute;
	top: -2px;
	}
#main #pagenavi .next span {
	background: url(/images/mt/arrow_left.gif) left center no-repeat;
	padding-left: 15px;
	font-size: 92%;
	font-weight: bold;
	}
#main #pagenavi .prev {
	position: absolute;
	top: -2px;
	right: 2px;
	}
#main #pagenavi .prev span {
	background: url(/images/mt/arrow_right.gif) right center no-repeat;
	padding-right: 15px;
	font-size: 92%;
	font-weight: bold;
	}
#main #pagenavi a:link,
#main #pagenavi a:visited {
	color: #000000;
	text-decoration: underline;
	}
#main #pagenavi a:hover,
#main #pagenavi a:active {
	color: #736432;
	text-decoration: none;
	}

#main #pagebute {
	width: 730px;
	float: right;
	position: relative;
	}
#main #pagebute .page {
	text-align: center;
	}
#main #pagebute .prev {
	position: absolute;
	top: -2px;
	}
#main #pagebute .prev span {
	background: url(/images/mt/arrow_left.gif) left center no-repeat;
	padding-left: 15px;
	font-size: 92%;
	font-weight: bold;
	}
#main #pagebute .next {
	position: absolute;
	top: -2px;
	right: 2px;
	}
#main #pagebute .next span {
	background: url(/images/mt/arrow_right.gif) right center no-repeat;
	padding-right: 15px;
	font-size: 92%;
	font-weight: bold;
	}
#main #pagebute a:link,
#main #pagebute a:visited {
	color: #000000;
	text-decoration: underline;
	}
#main #pagebute a:hover,
#main #pagebute a:active {
	color: #736432;
	text-decoration: none;
	}
.list h2 {
	height: 32px;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	}
.list h2 img {
	padding: 12px 0 10px;
	}
.list ul {
	padding-bottom: 20px;
	}
.list ul li a {
	font-size: 92%;
	color: #000000;
	}
.list li a:link,
.list li a:visited {
	color: #000000;
	text-decoration: none;
	}
.list li a:hover,
.list li a:active {
	color: #736432;
	text-decoration: none;
	}


#searchForm {
	margin-bottom: 10px;
	}
#searchForm h2 {
	margin-bottom: 5px;
	margin-top: 11px;
	}
#search_box {
	background-color: #000000;
	border: none;
	padding: 2px;
	height: 17px;
	color: #C3A74C;
	width: 130px;
	display: block;
	margin-bottom: 4px;
	}
#searchBtn {
	width: 65px;
	}
#main div.resultItem h2 {
	padding: 3px 10px;
	background-color: #000000;
	color: #C3A74C;
	margin-bottom: 20px;
	font-size: 100%;
	}
#main  div.resultItem h3 {
	padding-bottom: 15px;
	border-bottom: 1px dotted #917c38;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	}
#main  div.result p.back_btn {
	text-align: right;
	}