@charset "UTF-8";
body,h1,h2,h3,p,div,table {
	margin : 0;
	padding : 0;
}
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color:snow;
	background-color:black;
	margin-top:5px;
	margin-left:0px;
	line-height:1.4;
}
a {
	text-decoration: none;
	color: snow;
}
a:hover.bol {
	font-weight: bold;
}
a:hover.cya {
	text-decoration:underline;
	color:limegreen;
}
a:hover.hard {
	text-decoration:underline;
	color:pink;
}
	a:hover.soft {
		text-decoration:underline;
		color:palegoldenrod;
	}
	a:hover.sexy {
		text-decoration:underline;
		color:mistyrose;
	}
	a:hover.xxx {
		text-decoration:underline;
		color:salmon;
	}
	a:hover.deep {
		text-decoration:underline;
		color:hotpink;
	}
	a:hover.spat {
		text-decoration:underline;
		color:#99FFCC;
	}
	a:hover.swim {
		text-decoration: underline;
		 color:lightpink;
	}
	a:hover.bbs {
		text-decoration: underline;
		color:tan;
	}
	a:hover.lycra {
		text-decoration: underline;
		color:lightskyblue;
	}
	a:hover.wm {
		text-decoration: underline;
		color:lemonchiffon;
	}
	a:hover.bikini {
		text-decoration: underline;
		color:#F6FBAB;
	}
	a:hover.gla {
		text-decoration: underline;
		color:thistle;
	}
	a:hover.chat {
		color: gold;
		text-decoration: underline;
	}
	a:hover.vote {
		text-decoration: underline;
		color:mediumvioletred;
	}
	a:hover.novel {
		color:orange;
		text-decoration: underline;
	}
	a:hover.cmpsw {
		color:pink;
		text-decoration: underline;
	}
	a:hover.prcm {
		color:red;
		text-decoration: underline;
	}
	.header {
		background-color : black;
		margin-top : 5px;
		margin-left : auto;
		margin-right : auto;
		width : 990px;
		clear:both;
	}
	.main {
		background-color : black;
		margin-top : 5px;
		margin-left : auto;
		margin-right : auto;
		width : 990px;
		clear:both;
	}
	.left_m {
		background-color : black;
		width : 310px;
		float : left;
		text-align : center;
	}
	.contents {
		background-color : black;
		width : 375px;
		float : left;
	}
	.right_m {
		background-color : black;
		width : 305px;
		float : left;
	}
	.footer {
		background-color : black;
		width : 990px;
		margin-top : 10px;
		margin-left : auto;
		margin-right : auto;
		text-align : right;
		clear : both;
	}
	.t_l {
		width : 275px;
		text-align : center;
		font-size: 24pt;
		line-height : 1.2;
		font-weight : bold;
	}
	.t_r {
		width : 700px;
		line-height : 1.3;
		text-align : right;
		font-size: 11pt;
	}
.box_l {
	background-color : black;
	float : left;
	width : 273px;
	line-height : 1.6;
	text-align : left;
	font-size: 12pt;
}
.box_r {
	background-color : black;
	float : right;
	width : 102px;
	line-height : 1.6;
	text-align : right;
	font-size: 12pt;
}
.box_l2 {
	float : left;
	width : 183px;
	line-height : 1.6;
	text-align : left;
	font-size: 12pt;
}
.box_r2 {
	float : right;
	width : 182px;
	line-height : 1.6;
	text-align : right;
	font-size: 12pt;
}
.box {
	width : 365;
	color : black;
	line-height : 1.6;
	text-align : left;
	font-size : 12pt;"
}
.box2 {
	width : 365;
	color : snow;
	text-align : left;
	font-size : 12pt;"
}
.contents h1,.contents h2, .contents p {
	padding-left : 20px;
	padding-right : 20px;
}
img.bana_tb {
	 margin: 5px 0;
}
img.radi {
	 border-radius:3px;
}
img.i_left {
	border-radius:4px;
	float: left;
	margin-right: 4px;
	margin-bottom: 1px;
}
.boxmain {
	background-color : black;
	margin-top : 5px;
	margin-left : auto;
	margin-right : auto;
	width : 360px;
	clear:both;
}
.box_1 {
	background-color : black;
	width : 120px;
	float : left;
	text-align : center;
}
.box_2 {
	background-color : black;
	width : 120px;
	float : left;
	text-align : center;
}
.box_3 {
	background-color : black;
	width : 120px;
	float : left;
	text-align : center;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.prm {
	width:120px;
	height:163px;
	overflow:hidden;
	margin:10px 8px 10px 16px;
	position:relative;					/* 相対位置指定 */
}
.prm .caption {
	font-size:11pt;
	text-align:center;
	padding-top:10px;
	font-weight:normal;
	color:#fff;
}
.prm .mask {
	width:100%;
	height:100%;
	position:absolute;					/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;							/* マスクを表示しない */
	background-color:rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.prm:hover .mask {
	opacity:1;							/* マスクを表示する */
}
.table {
	display:table;
	width:370px;
}
.table div.row{
	display:table-row;
}
.table div.cell{
	display:table-cell;
	border: 2px solid black;
	text-align:center;
}
