@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	border:0px;
	}
body {
	padding-bottom:1px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	background:transparent url(./bg.jpg) no-repeat fixed center top;
	}

#container {
	width:800px;
	margin:0px auto;
	letter-spacing:1px;
	line-height:2em;
	}
#head {
	width:100%;
	margin:0px auto;
	overflow:hidden;
	}
#head h1 {
	margin-bottom:20px;
	padding:20px 0;
	border-bottom:1px solid #4a7681;
	font-size:30px;
	line-height:1.5em;
	background:transparent url(./foot_bg.jpg) repeat-x left top;
	}
#head h1 a {
	color:#ffffff;
	text-decoration:none;
	}
#head h1 a:hover {
	text-decoration:underline;
	}
#head #area_line {
	font-size:16px;
	font-weight:bold;
	color:#ffff00;
	}
#head #area_line a {
	text-decoration:none;
	color:#ffff00;
	background-color:#4a7681;
	}
#head #area_line a:hover {
	text-decoration:underline;
	}
#main {
	margin:20px auto;
	}
	#main .com1 {
		width:550px;
		margin:20px auto;
		padding:20px 0;
		border:3px solid #4a7681;
		color:#441100;

		background-color:#fffa94;
		}
		#main .com1 p{
			margin:0 20px;
			text-align:left;
			}
	#main .com1 span {
		font-size:20px;
		font-weight:bold;
		letter-spacing:1px;
		color:#e78701;
		}
	#main .com2 {
		width:550px;
		margin:20px auto;
		padding:20px 0;
		border:3px solid #4a7681;
		color:#441100;
		background-color:#ffe37e;
		}
	#main .link_box {
		width:550px;
		margin:20px auto;
		border:3px solid #4a7681;
		background-color:#dad0c7;
		}
		#main .link_box a {
			display:block;
			width:100%;
			text-decoration:none;
			font-weight:bold;
			line-height:5em;
			color:#0586cc;
			}
		#main .link_box a:hover {
			color:#ffffff;
			background-color:#67919d;
			}
#foot {
	clear:both;
	width:100%;
	height:200px;
	margin-bottom:-55px;
	border-top:1px solid #4a7681;
	overflow:hidden;
	background:transparent url(./foot_bg.jpg) repeat-x left top;
	}
	#foot_wraper {
		width:600px;
		margin:20px auto;
		}
		#foot_wraper p {
			padding-bottom:10px;
			font-size:12px;
			color:#ffffff;
			line-height:1.3em;
			}
		#foot_wraper a {
			text-decoration:underline;
			color:#ffffff;
			}
		#foot_wraper a:hover {
			text-decoration:underline;
			color:#b9300d;
			}
		#foot span {
			line-height:1.8em;
			color:#7c0101;
			}
h3 {
	font-size:25px;
	color:#0586cc;
	}
