@charset "UTF-8";
/*---------------------------------------------------------- Initialize -*/
*{
	margin:0;
	padding:0;
	border:0 none #fff;
	list-style-type:none;
	font-size:small;
	font-family:Helvetica,"MS P Gothic",Osaka,"Hiragino Kaku Gothic Pro",Verdana,Arial,Meiryo,sans-serif;
	line-height:150%;
}
/*------------------------------------------------------------- Element -*/
body{
	height:963px;
	background-image:url('./images/bodyBack.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000;
}
a{
	text-decoration:none;
}
/*----------------------------------------------------------- Container -*/
#container{
}
/*---------------------------------------------------------------- Head -*/
#head{
	height:500px;
}
#head h1{
	display:none;
}
/*------------------------------------------------------------ Contents -*/
#contents{
	width:700px;
	margin:0 auto;
}
#contents .block{
	padding:0 0 0 10px;
	background-image:url('./images/liBack.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
#contents .block .img{
	float:left;
}
#contents .block p{
	float:left;
	padding:0 0 0 15px;
	color:#fff;
	font-size:80%;
}
#contents #col1{
	float:left;
	width:300px;
	height:238px;
}
#contents #col2{
	float:left;
	width:200px;
	height:238px;
}
#contents #col3{
	float:right;
	width:200px;
	height:238px;
}
#contents #block1{
	width:290px;
	height:148px;
}
#contents #block2{
	width:190px;
	height:84px;
}
#contents #block3{
	width:190px;
	height:64px;
}
#contents #block4{
	width:190px;
	height:84px;
}
#contents #block5{
	width:190px;
	height:64px;
}
#contents address{
	margin:0 0 80px 0;
	font-style:normal;
	text-align:center;
}
#contents address a{
	color:#b2b2b2;
}
#contents address a:hover{
	text-decoration:underline;
}
/*---------------------------------------------------------------- Foot -*/
#foot{
	clear:both;
	width:268px;
	margin:0 auto;
	padding:0 5px;
	border-bottom:1px solid #656565;
}
#foot p{
	color:#656565;
	font-size:90%;
	text-align:center;
}

