/* ***********************************************************************************************

                                             top.css

*********************************************************************************************** */

#layout{
	background:url(images/bg_main_top.jpg) no-repeat center top;
}
/*** contents ***/
div#contents{
	width:501px;
	padding:0px;
}

h2{
	border:none;
}
div#sideMenu{
	background:url(images/bg_sidebar.jpg) no-repeat right top;
}
div#sideBarHeader {
	background:url(images/bg_sidemenu.jpg) no-repeat left top;
	height:42px;
}
/*** section01 ***/
div#section01{
	height:116px;
	background:url(images/bg_info.jpg) no-repeat;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:60px;
	width:
}
div#section01 dt{
	font-family:"ＭＳ Ｐゴシック",Arial;
	line-height:16px;
	margin-right:10px;
	margin-bottom:5px;
	width:78px;	
	height:10px;
	float:left;
}
div#section01 a{
	text-decoration:none;
}
div#section01 a:hover{
	text-decoration:underline;
}
div#section01 dd{
	line-height:16px;
	margin-bottom:5px;
	padding-right:60px;
	padding-left:0px;
	width:260px;
	float:left;
}
div#section01 dd a{
	color:#FFFFFF;
}
div#section01 dd a:hover{
	color:#FFCC00;
}
/*** sectionConnect01To02 ***/
div#sectionConnect01To02{
	background-image:url(images/bg_contents_head_top.jpg);
	background-repeat:no-repeat;
	height:15px;
	line-height:15px;
}


/*** section02 ***/
div#section02,
div#section03{
	padding-left:10px;
}
div#section02{
	background:url(images/bg_contents_body_top.jpg) no-repeat right top;
	padding-top:10px;
}
div#section02 h2{
	background:url(images/txt_top_2.gif) no-repeat;
	text-indent:-3000px;
	height:32px;
	margin-bottom:3px;
}

div#section02 p{
	float:left;
	width:260px;
	height:184px;
	line-height:150%;
}
div#section02 a{
	float:left;
	width:190px;
	display:block;
	text-indent:-3000px;
	height:184px;
}


/*** section03 ***/
div#section03 h2{
	background:url(images/txt_top_4.gif) no-repeat;
	text-indent:-3000px;
	height:29px;
	margin-bottom:3px;
}
div#section03 ul{
	padding-left:2px;
	padding-top:10px;
	padding-right:15px;
}
div#section03 ul li{
	font-family:"ＭＳ Ｐゴシック",Arial;
	line-height:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	padding-bottom:5px;
	text-indent:5px;
}
div#section03 .description{
	padding-left:5px;
}