body {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #a0a09f;
}

.container_main {
	width: 922px;
	text-align: left;
	margin: 0px auto;
}

.container_white {
	background-color: #fff;
}

.container_top {
	padding: 13px 0px 13px 9px;
	color: #aaadb0;
}

.container_top a {
	color: #aaadb0;
	text-decoration: none;
	padding: 0px 15px 0px 10px;
	background: url(../img/arrow_top.png) no-repeat;
}

.container_top img {
	padding-right: 7px;
}

.container_red {
	position: relative;
	left: -75px;
	width: 275px; 
	height: 200px;
	margin: 0px 8px 0px 8px;
	background-image: url(../img/bg_red.png);
	background-repeat: no-repeat;
	background-position: 75px;
}

.pic_top {
	position: relative;
	left: 216px;
	top: -200px;
}

.logo {
	position: relative;
	margin: 16px 0px 20px 24px;
	border: 0px;
	top: -200px;
	left: 216px;
}

.container_navi {
	position: absolute;
	top: 300px;
	width: 200px;
	z-index: 10;
	padding-left: 16px;
}

.container_navi a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

.link_item_left {
	padding: 0px 0px 13px 0px;
}

.link_item_left a.act{
	padding-left: 23px;
	background: url(../img/arrow_left.png) no-repeat;
}

.link_item_left a:hover{
	padding-left: 23px;
	background: url(../img/arrow_left.png) no-repeat;
}

.container_content {
	background-image: url(../img/background_main.jpg);
	background-position: 215px bottom;
	background-repeat: no-repeat;
	padding: 0px;
	min-height: 450px;
	position: relative;
	top: -200px;
	background-color: #fff;
}

.content {
	font-size: 13px;
	line-height: 17px;
	margin-left: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 55px;
}

.content h1 {
	text-transform: uppercase;
	padding: 35px 0px 20px 0px;
	font-size: 16px;
}

.bottom_line {
	font-size: 13px;
	padding: 15px 0px 15px 216px;
	position: relative;
	background-color: #fff;
	top: -200px;
}

.bottom_line a {
	text-decoration: none;
	color: #000;
}

.link_item_top {
	font-size: 15px;
	width: 270px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.link_item_top a {
	text-decoration: none;
	color: #fff;
	padding-left: 95px;
}

.link_item_top a.act {
	background-image: url(../img/bg_navi_left.png);
	background-repeat: no-repeat;
	background-position: -1px;
}

.link_item_top:hover {
	background-image: url(../img/bg_navi_left.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}

