@charset "utf-8";

html, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, tr, th, td, address {
	margin: 0;
	padding: 0;
}


body{
	margin:0;
	background-color: #fdecd9;
}

.c-both{
	clear:both;
}


#frame{
	width:900px;
	background-color:#FFF;
	margin-left:auto;margin-right:auto;
	border-style: solid;
	border-width:1px;
}



/* head
==============================*/
#head {
	position: relative;
	border-style: solid;
	border-width:1px;
	height:100px;
	background:#fff;
}

#head * {
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#head h1 {
	position: absolute;
	left: 500px;
	top: 63px;
	font-size: 12px;
	text-align: left;
}

#head h2 {
	left: 70px;
	top: 40px;
	font-size: 34px;
	text-align:left;
	width:500px;
}

#head h3 {
	left: 500px;
	top: 42px;
	font-size:12px;
	text-align:right;
	width:500;
}

#head p {
	left: 20px;
	top: 20px;
	font-size:10px;
}

#head p img {
	left: 0;
	top: 21px;
}




/* top-main
==============================*/

#top-main {
	width:600px;
	float:left;
	padding:20px;
	border-style: solid;
	border-width:1px;
	background: url("img/top.jpg") no-repeat ;
}

#top-main h3 {
	font-size:18px;
	margin-bottom:8px;
}

#top-main p {
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
}

#top-main ul {
	margin-bottom:30px;
}

#top-main li {
	font-size:18px;
	font-weight:bold;
	padding-left:24px;
	margin-bottom:20px;
	list-style-type: none ;
	background: url("img/18.jpg") no-repeat ;
}

#top-main td {
	text-align:left;
	vertical-align:top;
}





/* top-side
==============================*/

#top-side {
	width:200px;
	float:right;
	padding:20px;
	background:#fff;
	font-size:12px;
}



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

#main {
	width:550px;
	float: right;
	padding:20px;
	border-style: solid;
	border-width:1px;
	background:#fff;
}

#main h2 {
	font-size:18px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:25px;
	padding-left:18px;
	background: url("img/30.jpg") no-repeat ;
}

#main p {
	font-size:14px;
	line-height:2;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:25px;
}



/* con-side
==============================*/

#con-side {
	width:250px;
	float:left;
	padding:20px;
	font-size:12px;
}

#con-side p {
	font-size:12px;

}

#con-side ul {
	margin-bottom:20px;
	font-size:12px;
}

#con-side li {
	margin-left:5px;
	margin-bottom:10px;
	list-style-type: none ;
	padding-left:18px;
	background: url("img/12.jpg") no-repeat ;
}

#con-side h3 {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin-bottom:20px;
	padding-left:10px;
	background: url("img/h3.jpg") no-repeat ;
}



/* footer
==============================*/

#footer {
	clear: both ;
	overflow: hidden ;
	width:860px;
	padding:20px;
	text-align: left;
	background:#fff;
	border-style: solid;
	border-width:1px;
}

#footer h3 {
	float:left;
	font-size:12px;
	font-weight:normal;
}

#footer p {
	float: right;
	margin-bottom:10px;
}

#footer a {
	text-decoration:none;
}

