/*レイアウト*/
body {
	background-image:url(../images/background_home.gif);
}

#home #header {
	width:800px;
}

#home #header #navi{
	clear:both;
}

#header ul,#header li{
	margin:0px;
	padding:0px;
}

#header li{
	float:left;
	list-style-type:none;
}


#home #mainbody{
	background-image:none;
	width:800px;
}

#home #leftbody {
	width:550px;
	float:left;
	margin:0px 5px 5px 0px;
	border-right:none;
	background-color:#FFFFFF;
	padding:15px 0px 5px;
}

#home #rightbody {
	width:230px;
	margin:0px 3px 0px 0px;
	float:right;
	background-image:none;
	padding:15px 0px 5px;
}

#home #rightbody .menu{
	margin:0px 0px 10px;
}

#home #footer{
	width:780px;
}

#home #rightbody .frame{
	background-image:url(../images/top_img/side_img/frame02.gif);
	background-repeat:repeat-y;
	padding:5px;
}

.info{
	background-image:url(../images/icon_img/circle-gy.gif);
	border-bottom:1px dotted #999999;
}

.divide .text{
	margin:0px 5px 5px 5px;
}

.divide .text span{
	color:#1C4595;
}

.divide .text .dotted{
	margin-bottom:5px;
}

.divide img{
	margin:2px 5px;
}

