@charset "Shift_JIS";
/*全体構造
-----------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font: normal 10px/150% "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica";
	background: #ff0066 url(../images/back.gif) repeat 0px 0px;
	color: #333333;
}
a {color: #FF0066;text-decoration: none;}
a:link{color: #FF0066;text-decoration: none;}
a:visited{color: #FF0066;text-decoration: none;}
a:active{color: #FF0066;text-decoration: none;}
a:hover{color: #FF99FF;text-decoration: none;}
#container {
	width:790px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #FFFFFF;
}
#L_BLOCK{
	width:554px;
	height:770px;
	float:left;
	background: #FFFFFF;
}

#R_BLOCK{
	width:233px;
	height:770px;
	float:right;
	padding-right:3px;
	background: #FFFFFF;
}

#attestation{
	text-align: center;
	border-top: 1px solid #ff0066;
	border-bottom: 1px solid #ff0066;
	padding-bottom: 5px;
	width: 550px;
	margin-left:2px;
	margin-right:2px;
}
#FOOTER{
	width:790px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background:#FF0066;
	font-size:9px;
	color:#FFFFFF;
}
#FOOTER a:link{color: #FFFFFF;text-decoration: none;}
#FOOTER a:visited{color: #FFFFFF;text-decoration: none;}
#FOOTER a:active{color: #FFFFFF;text-decoration: none;}
#FOOTER a:hover{color: #FF99FF;	text-decoration: none;}
#Ban2{
	width:550px;
}
.border{
	border-bottom: 1px solid #ff0066;
	display:block;
	font-size:1px;
	line-height:1px;
	margin-top: 10px;
}
/*/////////////////////////////////////////*/
#LinkL{
	width:160px;
	float:left;
}
#LinkR{
	width:385px;
	float:left;
}
#LinkW{
	width:550px;
}
#TitleL{
	padding-top:3px;
	padding-bottom:3px;
	margin-top:5px;
	margin-left:2px;
	width:160px;
	background:#FF0066;
	font-size:12px;
	color:#FFFFFF;
}
#TitleR{
	padding-top:3px;
	padding-bottom:3px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:2px;
	width:380px;
	background:#FF0066;
	font-size:12px;
	color:#FFFFFF;
}
#Link{
padding-left:10px;
}
.ban{
font-size:10px;
float:left;
width:92px;
height:36px;
padding:0px;
}
.osusume{
text-align:left;
font-size:11px;
font-weight:bold;
width:160px;
margin-top:3px;
margin-bottom:1px;
padding-left:5px;
color:#FF99FF;
}