@charset "UTF-8";

/*
==========================================================
h1
========================================================
*/

#h1_title{
	width:960px;
	height:100px;
	padding:0px;
	margin:10px auto 0px auto;
	clear:both;
	background-image:url(/commonImage/h1_back.jpg);
}
#h1_title h1{
	width:500px;
	height:22px;
	padding:0px 0px 0px 20px;
	margin:36px 0px 0px 30px;
	float:left;
	clear:both;
	border-left:3px solid #FFCC00;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	line-height:22px;
	color:#333;
}


/*
==========================================================
contents
========================================================
*/

#contents{
	width:960px;
	height:auto;
	padding:0px;
	margin:10px auto 0px auto;
	clear:both;
	background-image:url(/commonImage/contents_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #E8E8E8;
	overflow:hidden;
	background-color: #FFF;
}

/*
==========================================================
main
========================================================
*/

#main{
	width:900px;
	height:auto;
	padding:0px;
	margin:80px auto 80px auto;
	clear:both;
	overflow:hidden;
}
#main h2{
	width:900px;
	height:25px;
	padding:0px 0px 0px 30px;
	margin:0px 0px 20px 0px;
	font-size:15px;
	text-align:left;
	line-height:16px;
	color:#333;
	font-weight:normal;
	background-image:url(/commonImage/h2_back.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#main p{
	width:900px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	font-size:14px;
	text-align:left;
	line-height:180%;
	color:#333;
	font-weight:normal;
}





/*
==========================================================
information
========================================================
*/

#information{
	width:930px;
	height:auto;
	padding:0px;
	margin:0px -30px 50px 0px;
	float:left;
	clear:both;
	overflow:hidden;
}
#information .block{
	width:280px;
	height:auto;
	padding:0px;
	margin:0px 30px 0px 0px;
	overflow:hidden;
	float:left;
}
#information .block h3{
	width:280px;
	height:30px;
	padding:0px;
	margin:0px 0px 20px 0px;
	float:left;
	clear:both;
	border-bottom:3px solid #E8E8E8;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	line-height:30px;
	color:#333;	
}
#information .block ul{
	width:280px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	clear:both;
}
#information .block ul li{
	width:280px;
	height:auto;
	padding:0px;
	margin:0px 0px 5px 0px;
	float:left;
	clear:both;
	list-style-type:none;
	font-size:14px;
	text-align:left;
	line-height:150%;
	font-weight:normal;
	color:#333;
}
#information .block ul li a{
	text-decoration:underline;
	color:#333;
}
#information .block ul li a:hover{
	text-decoration:underline;
	color:#ccc;
}






















