@charset "utf-8";


#wrp #container #main_body #center_body #topic_con #topic {
	padding: 0px;
	width: 481px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
strong{
	font-weight:bold;
}
pre{
	margin:0.5em 0;
	border:1px solid #ccc;
	padding:0.5em;
	background-color:#f8f8f8;
	font-size:0.83333em;
	overflow:auto;
}

/* clearfix */

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* structure */


#download {
	text-align:center;
}

#main {
	width:220px;
	float:left;
}
#contents {
	width: 481px;
	padding-bottom:1em;
	margin-top: 10px;
}

/* heading */

#main h1{
	margin:2em 0;
	text-align:center;
}

#contents h2{
	background-color:#3c3;
	color:#fff;
	padding:0.5em;
	margin:2em 0 1em;
	text-shadow:1px 1px 1px #696;
	font-weight:bold;
}

#license h2,
#about h2,
#author h2,
#contents h3{
	padding:0.5em;
	margin:2em 0 1em;
	border-top:3px solid #3c3;
	background-color:#f8f8f8;
	border-bottom:1px solid #ccc;
	text-shadow:1px 1px 1px #ddd;
	box-shadow: 1px 1px 3px #ddd;
	-moz-box-shadow: 1px 1px 3px #ddd;
	-webkit-box-shadow: 1px 1px 3px #ddd;
}


#contents h4{
	padding:0.5em;
	margin:0.5em 0;
	background-color:#f8f8f8;
	border-bottom:1px solid #ddd;
	text-shadow:1px 1px 0 #fff;
}
#contents h5{
	background-color:#f8f8f8;
	padding:0.25em 0.5em;
	margin:1em 0 0.5em;
}



/* list */


#install ol,
#install ol li{
	list-style-type: decimal; 
}
#install ol{
	padding-left:2em;
}
#install ol li{
	margin-bottom:0.5em;
}

.linklist01{
	border-bottom:1px solid #ccc;
}



.linklist01 > li{
	padding:0.5em 0.5em 0.5em 1.5em;
	border-top:1px solid #ccc;
}

.linklist01 > li.even{
	background-color:#f8f8f8;
}

.linklist01 li ul li{
	padding:0.5em 0.5em 0.5em 1em;
}
.linklist01 li ul{
	margin:0.5em 0 0 0;
}


.samplelist01 li.odd{
	background-color:#ffdddd;
}
.samplelist01 li.even{
	background-color:#ddddff;
}

.samplelist02 li.firstChild{
	background-color:#ffdddd;
}
.samplelist02 li.lastChild{
	background-color:#ddddff;
}

.samplelist03 li.empty{
	background-color:#ffdddd;
	height:1.5em;
}



/* table */
.datatable01{
	border-collapse:separate;
	font-size:0.83333em;
}
.datatable01 th{
	border-bottom:2px solid #3c3;
	color:#090;
	padding:0.5em;
	font-weight:bold;
}
.datatable01 td{
	padding:0.5em;
	border-bottom:1px solid #cec;
}

.sampletable01{
	border:1px solid #ccc;
}
.sampletable01 th,
.sampletable01 td{
	padding:0.5em;
	border:1px solid #ccc;
}
.sampletable01 tr.odd{
	background-color:#ffdddd;
}
.sampletable01 tr.even{
	background-color:#ddddff;
}


#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav{
	position:relative;
	z-index:10;
	*zoom:1;
}
#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav li{
	float:left;
	margin-right:0.25em;

}
#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav li a{
	display:block;
	border: 1px solid #ccc;
	padding:0.25em 0.5em;
	background-color:#eee;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	text-decoration:none;
}
#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav li a#redbg{
	display:block;
	border: 1px solid #ccc;
	padding:0.25em 0.5em;
	background-color: #F99;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	text-decoration:none;
}
#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav li a#redbg:hover{
	background-color:#f8f8f8;
}
#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav li a#redbg.active{
	background-color:#fee9e9;
	border-bottom:1px solid #fee9e9;
}
#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav li a:hover{
	background-color:#f8f8f8;
}
#wrp #container #main_body #center_body #topic_con #topic .firstChild #contents #function #rollover .tabNav li a.active{
	background-color:#fee9e9;
	border-bottom:1px solid #fee9e9;
}
.tabContent{
	clear:left;
	position:relative;
	top:-1px;
	z-index:1;
	border:1px solid #ccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	padding:1em;
}
#wrp #container #main_body #center_body #topic .firstChild #contents #function #rollover .tabNav.group li {
	list-style-type: none;
}
#wrp #container #main_body #center_body #topic_con #topic #photoarea {
	width: 154px;
	border: 1px solid #F00;
	background-color: #FFF;
	margin-right: 0px;
}
#topiclink {
	font-weight: bold;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F00;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 451px;
	margin-left: 5px;
}
#topiclink3 {
	font-weight: bold;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 130px;
	margin-left: 5px;
}

#wrp #container #main_body #center_body #topic_con #topic #topiclist {
	width: 210px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 12px;
}

#wrp #container #main_body #center_body #topic_con #topic #topiclist3 {
	width: 130px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 10px;
}
#wrp #container #main_body #center_body #topic_con #topic #photoarea .shinten_p {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #F00;
	width: 82px;
}
#wrp #container #main_body #center_body #topic_con #topic table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom:5px;
	padding-top:5px;
}
#wrp #container #main_body #center_body #topic_con #topic table tr td p {
	font-weight: bold;
	color: #F00;
}

#wrp #container #main_body #center_body #topic .firstChild #contents #function #rollover #shinten, {
	background-color : #fee9e9;
}
#wrp #container #main_body #center_body #topic .firstChild #contents #function table tr th {
	vertical-align: top;
	padding-top: 10px;
}
#wrp #container #main_body #center_body #topic .firstChild #contents #function table tr td {
	vertical-align: top;
}

.osusume_top {
	background-image: url(../img/tit_osusume.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 411px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	vertical-align: bottom;
	line-height: 35px;
	clear: both;
}
.osusume {
	margin-top:0px;
	margin-bottom: 5px;
	width: 491px;
}

.osusume ul.list,
.osusume ul.list li,
.osusume ul.list li a,
.osusume ul.list li .ggirl{
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}
.osusume ul.list li{
	margin:3px 3px 0 0;
	float:left;
	position:relative;
}
.osusume ul.list li .over{
	display:block;
	position:relative;
	float:left;	
	width:78px;
	height:104px;
	text-indent:-1000em;	
	overflow:hidden;
	z-index:1;
	padding-left:5px;
	padding-top:5px;
}

.osusume ul.list li .ggirl{
	position:absolute;
	width:78px;
	height:104px;
	border:0;
}

.osusume ul.list li.fetish .ggirl{
	width:78px;
	height:104px;
	top:8px;
	left:7px;
}			
.osusume ul.list li.fetish .over{
	width:78px;
	height:104px;
	background-image: url(../img/waku.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.osusume ul.list li.fetish{
	width: 93px;
	border: 1px solid #FF33CC;
	height: 220px;
}

#wrp #container #main_body #center_body #topic_con #topic {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}
#center_body .osusume .list .fetish table {
	height: 220px;
	width: 93px;
}
#center_body .osusume .list .fetish table tr .hotdata {
	text-align: center;
	height: 80px;
	vertical-align: top;
	font-size: 10px;
}
#center_body .osusume .list .fetish table tr .more {
	text-align: center;
	height: 22px;
	padding-bottom: 3px;
}
#center_body .osusume .list .fetish table tr .hotdata a:link {
	color: #F00;
}
#center_body .osusume .list .fetish table tr .hotdata a:hover {
	color: #F00;
	text-decoration:underline;
}
#center_body .osusume .list .fetish table tr .hotdata a:visited {
	color: #F00;
}

#wrp #container #main_body #center_body #topic_con #topic #topicthree {
	margin-top: 10px;
	clear: both;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #shinjinbox {
	width: 157px;
}

#wrp #container #main_body #center_body #topic_con #topic #topicthree #shinjin {
	height: 250px;
	width: 155px;
	padding: 0px;
	overflow: auto;
	margin-bottom: 0px;
	background-color: #e7fff3;
	/*border: 1px solid #F00;*/
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #eventbox {
	width: 157px;
	margin-left: 5px;

}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #event {
	height: 250px;
	width: 155px;
	padding: 0px;
	overflow: auto;
	margin-bottom: 0px;
	background-color: #fee8ff;
	/*border: 1px solid #F00;*/
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #gekiatubox {
	width: 157px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #gekiatu {
	height: 250px;
	width: 155px;
	padding: 0px;
	overflow: auto;
	margin-bottom: 0px;
	background-color: #feffe8;
	/*border: 1px solid #F00;*/
}
#wrp #container #main_body #center_body #topic_con #topic #shintenbox #shinten .shintenlist #topiclist ul li {
	margin-bottom:5px;
	border-bottom-style:dashed;
	border-bottom-color: #F69;
	border-bottom-width:1px;
	padding-bottom:3px;
}
#wrp #container #main_body #center_body #topic_con #topic #koshinbox #koshin .koshinlist #topiclist ul li {
	margin-bottom:5px;
	border-bottom-style:dashed;
	border-bottom-color: #09C;
	border-bottom-width:1px;
	padding-bottom:3px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #shinjin #topiclist3 ul li {
	margin-bottom:5px;
	border-bottom-style:dashed;
	border-bottom-color:#3F9;
	border-bottom-width:1px;
	padding-bottom:3px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #event #topiclist3 ul li {
	margin-bottom:5px;
	border-bottom-style:dashed;
	border-bottom-color:#C6F;
	border-bottom-width:1px;
	padding-bottom:3px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #gekiatu #topiclist3 ul li {
	margin-bottom:5px;
	border-bottom-style:dashed;
	border-bottom-color:#FC9;
	border-bottom-width:1px;
	padding-bottom:3px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li a:link.shopname{
	font-size:12px;
	color:#F00;
	text-decoration:none;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li a:visited.shopname{
	font-size:12px;
	color:#F00;
	text-decoration:none;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li a:hover.shopname{
	font-size:12px;
	color:#F00;
	text-decoration:none;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li .blue {
	color:#06F;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li .tit{
	font-size:12px;
}
#wrp #container #main_body #center_body #topic_con #topic #shintenbox {
	width: 236px;
	margin-bottom: 10px;
}


#wrp #container #main_body #center_body #topic_con #topic #shintenbox #shinten .shintenlist {
	height: 90px;
	width: 100%;
	padding: 0px;
	overflow: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff0f0;
	/*border: 1px solid #F00;*/
}
#wrp #container #main_body #center_body #topic_con #topic #koshinbox {
	width: 236px;
	margin-bottom: 10px;
}
#topic #koshin .koshinlist #topiclist ul li a:link.shopname{
	color:#F00;
	text-decoration:none;
	font-size:12px;
}
#topic #koshin .koshinlist #topiclist ul li a:visited.shopname{
	color:#F00;
	text-decoration:none;
	font-size:12px;
}
#topic #shinten .koshinlist #topiclist ul li a:hover.shopname{
	color:#F00;
	text-decoration:underline;
	font-size:12px;
}
#wrp #container #main_body #center_body #topic_con #topic #koshinbox {

}
#wrp #container #main_body #center_body #topic_con #topic #koshinbox #koshin .koshinlist {
	height: 90px;
	width: 100%;
	padding: 0px;
	overflow: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #dff0ff;
	/*border: 1px solid #F00;*/
}
.shintenlist #topiclist ul li .blue {
	color: #06F;
}
.koshinlist #topiclist ul li .blue {
	color: #06F;
}

#wrp #container #main_body #center_body #topic_con #topic #topiclist ul li a:link.shopname {
	color:#F00;
	text-decoration:none;
	font-size:12px;
}
#wrp #container #main_body #center_body #topic_con #topic #topiclist ul li a:visited.shopname{
	color:#F00;
	text-decoration:none;
	font-size:12px;
}
#wrp #container #main_body #center_body #topic_con #topic #topiclist ul li a:hover.shopname{
	color:#F00;
	text-decoration:underline;
	font-size:12px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li a:link.shopname {
	color:#F00;
	text-decoration:none;
	font-size:12px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li a:visited.shopname{
	color:#F00;
	text-decoration:none;
	font-size:12px;
}
#wrp #container #main_body #center_body #topic_con #topic #topicthree #topiclist3 ul li a:hover.shopname{
	color:#F00;
	text-decoration:underline;
	font-size:12px;
}
