@charset "shift_jis"; 
/*base*/
* {
	margin: 0px;
	padding: 0px;
}
html {
}
body {
	line-height: 140%;
	background: #FFFFFF url(images/pagetitle.gif) no-repeat;
	background-position:14px 11px;
	margin: 0px;
	padding:57px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}
html:not(:target) body {
	padding:50px 0;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
    text-decoration: underline;
}
img {
	border-style: none;
}
ol,ul,li{
	list-style: none;
}
/*外観*/
/*ヘッダー*/
#search {
	/*background: url(images/head_bg.jpg) repeat-x;*/
	height:50px;
	position:absolute;
	top:10px;
	left:70px;
	margin:0px 10px 10px 0;
}
.win {
	padding: 0px;
	width: 360px;
	/*position: relative;*/
}
#search .win {
	width: 338px;
	height: 30px;
	position: absolute;
	left:100px;
	top: 11px;
	background: url(images/search_bg.jpg) no-repeat 0px 2px;
}
#search .win .inp {
	background: #FFFFFF;
	width: 245px;
	height: 18px;
	display: block;
	position: absolute;
	border: 1px solid #FFFFFF;
	left: 11px;
	top: 4px;
}
#search .win .search_bt {
	background: url(images/btn.jpg);
	display: block;
	height: 28px;
	width: 65px;
	position: absolute;
	left: 280px;
	top: 2px;
	border-style: none;
}
/*メイン*/
#wrapper {
	margin-left: 5px;
	margin-top: 10px;
	width: 570px;
}
/*コンテンツ*/
#contents {
	width: 570px;
}
/*フッター*/
#footer{
	clear: both;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 570px;
}
address {
	font: normal 10px/50px Arial, Helvetica, sans-serif;
	color: #999999;
}
#footer .lgnavi{
	line-height:120%;
	width:570px;
	font-size:10px;
	text-align:center;
	margin:10px 5px;
	padding:3px 0px 3px 0px;
	border-top:1px solid #FF3300;
	border-bottom:1px solid #FF3300;
	background:#EEEEEE;
}
#footer .lggroup{
	line-height:120%;
	clear: both;
	margin:10px 5px;
	width:570px;
	font-size:9px;
	text-align:center;

}
/*詳細*/
.red {	color: #FF0000;}
.blue {	color: #0000FF;
}
.mg_top10px {	margin-top: 10px;}
.mg_und10px {	margin-bottom: 10px;}
.font10 {	font-size: 10px;}
.font12 {	font-size: 12px;}
.font14 {	font-size: 14px;}
.font16 {	font-size: 16px;}
.font18 {	font-size: 18px;}
.font20 {	font-size: 20px;}
/*ジャンル用ボタン*/
.taiken_m a {
	background: url(images/taiken.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 155px;
	border: 5px solid #B9B9FF;
}
.spcial_m a{
	background: url(images/special_ban.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 155px;
	border: 5px solid #FF6633;
}
.fetish_m a {
	background: url(images/fetish_ban.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 155px;
	border: 5px solid #FFCC66;
}
.photo_m a {
	background: url(images/photo_ban.jpg) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 155px;
	border: 5px solid #99FF66;
}
/*///*/
.taiken_m a span,
.spcial_m a span,
.fetish_m a span,
.photo_m a span,
.cat1 a span,
.cat2 a span,
.cat3 a span {
	visibility: hidden;
}

.cat1 a,
.cat2 a,
.cat3 a {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 1px 5px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 10px;
}
.cat1 a {
	background: #FF6699;
}
.cat2 a {
	background: #3333CC;
}
.cat3 a {
	background: #336600;
}

