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


body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background-color: #272727;
	}
	
img{
	border:0;
}

div#wrapper
{
	background-color: #000000;
	width: 740px;
	margin:0px auto;
	padding:10px 0 17px 0;
	color:#ffffff;
	font-family:
		Verdana,
		Arial,
		"Osaka",
		"ＭＳ Ｐゴシック",
		sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
}



div#container {
	width:700px;
	margin:5px 20px 20px 20px;
	background-color: #000000;

}


div#container a:link
{
	font-weight:normal;
	color:#e73980;
	text-decoration:underline;
}
 
div#container a:visited
{
	font-weight:normal;
	color:#e73980;
	text-decoration:underline;
}

div#container a:hover
{
	font-weight:normal;
	color:#e73980;
	text-decoration:none;
}

div#container a:active
{
	font-weight:normal;
	color:#e73980;
	text-decoration:underline;
}


div#container h2{
	margin:0;
	padding:0;
}


div#content01 {
	width:300px;
	margin:15px 0 0 0;
	float:left;
}


div#content02 {
	width:380px;
	margin:15px 0 0 0;
	float:right;
}

div#content02 h3{
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
}

div#content02 h4{
	margin:0 0 10px 0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	text-align:left;
	}


div#content02 p{
	margin:0;
	padding:0;
	text-align: left;
	font-size: 12px;
	line-height: 200%;
}

div#scene{
	clear: both;
	margin:15px 0 0 0;
}

div#scene ul{
	margin:0;
	padding:0;
}

div#scene li{
	float:left;
	display: inline;
}

.scene01{
	margin:0 8px 0 0;
}

div#scene img{
	margin:0;
	padding:0;
}

div#content03{
	width:700px;
	margin:20px 0 30px 0;
	padding:0;
	text-align: left;

}

.contL{
	float:left;
	margin:0;
	width:150px;
}

.contR{
	width:530px;
	float:right;
	margin:0;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ffffff;
}



div#content03 strong{
	font-size: 14px;
	color: #ffffff;	
}


.floatR{
	float:right;
}

div.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
