@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	text-align: center;
}

#wrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#head {
	height: 73px;
}

.go {
	float: left;
	padding-top: 10px;
}
.yy {
	float:right;
	padding-top: 10px;
}

#menu {
	height: 29px;
}

#main {
	clear: both;
	padding-bottom: 59px;
	margin-top: 20px;
}

#foot {
	position: relative;
	height: 59px;
	margin-top: -59px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	text-align: center;
}

.foot_body {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#copy, #add {
	color: #ffffff;
	float: left;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 0;
}

#add {
	float:right;
}

a img {
	border: none;
}

a {
	color: #1657b8;
}

a:hover {
	color: #ff4b0f;
}

.clear {
	clear: both;
}

.i_center {
	display: block;
	margin: 0 auto 20px;
}

.i_left {
	float: left;
	margin: 0 10px 5px 0;
}

.i_right {
	float: right;
	margin: 0 0 5px 10px;
}

.icon {
	vertical-align: middle;
	margin:0 2px 0 0;
}

h2 {
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0 20px 6px;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #213D1B;
}

h3 {
	background-image: url(../images/h3.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px 0 20px 6px;
	padding: 0 0 0 18px;
	font-size: 14px;
	color: #213D1B;
	}

h4 {
	margin: 10px 0 20px 16px;
	font-size: 13px;
	color: #213D1B;
	border-bottom: dashed 1px #92c255;
	}

.back {
	text-align: right;
	font-size: 13px;
	margin-bottom: 15px;
}

.center {
	text-align: center;
}
