

 /* トップページの設定 */ 


/*トップ画像の設定*/

#allarea #header div.topimg{
	text-align: 	center;
	padding-top: 	10px;
	padding-bottom: 10px;
}

/*ライトの設定*/

#allarea #right{
	width: 			520px;
	font-size: 		12px;
	padding: 		0px;
	float: 			right;
}

#allarea #right ul{
	color: 			#111;
	margin-top: 	10px;
	margin-left: 	13px;
}

#allarea #right ul li{
	position:		relative;
	border-bottom: 	dashed 1px #bbb;
	padding-top: 	5px;
	padding-bottom: 5px;
	list-style: 	none;
}

#allarea #right ul li span{
	position:		absolute;
	left: 			60px;
	list-style: 	none;
}

#allarea #right iframe{
	width: 			520px;
	height: 		270px;
	margin-top: 	7px;
}



/*レフトの設定*/

#allarea #left{
	background: 	#ccc;
	width: 			200px;
	font-size: 		12px;
	margin:		 	30px 0px;
	padding: 		3px;
	float: 			left;
}

#allarea #left h4{
	background: 	#aaa;
	font-size: 		12px;
	border-left: 	solid 3px;
	padding: 		8px 4px;
}

#allarea #left div.contents{
	border-bottom: 	dashed 1px #777;
}

#allarea #left div.contents h5{
	font-size: 		12px;
	background: 	#ddd;
	border-left: 	solid 3px #fff;
	padding: 		4px 4px;
	margin: 		5px 5px;
}

#allarea #left div.contents ul{
	line-height: 	150%;
	margin-left: 	5px;
	margin-right: 	8px;
}

#allarea #left div.contents ul li{
	padding-left: 	15px;
	background:		url(../../img/side_listhead.gif) no-repeat;
	background-position:5px 3px;
	list-style: 	none;
}

