 /* ------ トップページのみ ------ */
#wrap{
	background-image:url(../top/top_bg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#header{
	width:640px;
	height:430px;
}
#header p{
	width:350px;
	margin:15px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	float:right;
	text-align:left;
	font-size:15px;
	line-height:140%;
}
#header span{
	font-size:13px;
}
#board{
	width:640px;
	height:435px;
	background:url(../top/board_bg.png)	 center top no-repeat;
	margin-bottom:5px;
	clear:both;
}
#board .left{
	width:230px;
	margin:5px;
	float:left;
}
#board .right{
	width:390px;
	margin:10px 5px 5px 0px;
	float:right;
	text-align:center;
}
#board .right p{
	width:330px;
	margin:auto;
	margin:50px 0px 0px 25px;
	padding:10px;
	text-align:left;
}
.topi{
	width:355px;
	margin:auto;
	margin:20px 0px 0px 25px;
	padding:5px;
	text-align:left;
	color:#F00;
}
.top_box{
	width:230px;
	height:181px;
	background:url(../top/top_box_bg.gif) left top no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.t_img{
	margin:10px 0px 5px -4px;
}
.top_box p{
	padding:2px 14px 6px 14px;
	margin:0px;
	font-size:12px;
	text-align:left;
	line-height:140%;
}
.count{
	margin:10px 0px;
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
	text-align:right;
	clear:both;
}
.link{
	margin:5px 0px;
	font-size:12px;
}
.link img{
	margin:5px;
}
 /* ------ 
#top_fla{
	width:860px;
	height:280px;
	margin:auto;
	margin:10px 0px;
}
#contents #tbox ul{
	width:600px;
	height:auto;
	margin:10px 5px;
	list-style-type:none;
	padding:0;
}
#contents #tbox li{
	width:560px;
	height:auto;
	background-image:url(../img/arrow02.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:3px 5px 3px 10px;
	padding:0px 0px 2px 15px;
}
#contents .main ul{
	width:630px;
	height:100px;
	margin:0px 0px 5px 0px;
	padding:0px;
	clear:both;
}
#contents .main li{
	width:208px;
	height:100px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
	float:left;
}
#contents .topics{
	width:630px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../top/topics_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#contents .topics strong,#contents .consulation strong,#contents .access strong{
	padding-left:24px;
	font-weight:bold;
	display:block;
	text-align:left;
}
#contents .list{
	background-image:url(../img/arrow01.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:8px;
	margin-right:5px;
	margin-top:10px;
	float:right;
}
#contents .consulation{
	width:630px;
	margin-top:10px;
	background-image:url(../top/consulation_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	clear:both;
}
#contents .consulation p,#contents .access p{
	width:600px;
	margin:auto;
	margin-top:5px;
	text-align:left;
}
#contents .access p{
	font-size:16px;
	font-weight:normal;
	margin-top:16px;
	line-height:160%;
}
#contents .access{
	width:630px;
	margin-top:10px;
	background-image:url(../top/access_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}
 ------ */