*{
    margin: 0;
    padding: 0;
    border:none;
}

html{
  height: 100%;
}

body {
  text-align: center;
  height: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #526227;
  background: url(../img/back.png);
}

#main_box {
	width: 100%;
}

#main_box02 {
	margin: auto;
	width: 574px;
	height: 672px;
	background: url(../img/main_img.jpg) no-repeat 0 20px;
}

#top_aki {
	height: 25px;
}

#bottom_aki{
	height: 25px;
}

a {
	color: #526227;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

dl{
	margin: 0 0 10px 0;
}

dd {
	padding: 0 0 0 10px;
	background: url(../img/icon.png) no-repeat 0 0;
}


/*title-----------------------------------------------*/
#title_box {
	width: 500px;
	margin: 0 0 10px 0px;
	height: 164px;
	background: url(../img/line_500.png) no-repeat 0 100%;
	text-align: center;
}

#title_box a:hover {
	text-decoration: none;
}

#title_box h1{
	padding: 30px 0 5px 0;
	font-size: 20px;
	font-weight: normal;
}

#title_box h2 {
	font-size: 12px;
	font-weight: normal;
}


/*menu------------------------------------------------*/
#menu_box {
	width: 460px;
	margin: 0 0 0 -30px;
	height: 35px;
	text-align: left;
}

#menu_box_top{
	float: left;
	width: 3px;
	height: 20px;
	background: url(../img/menu_bar.png) no-repeat 0 50%;
}

#menu_box a {
	float: left;
	display: block;
	font-size: 12px;
	height: 20px;
	width: 90px;
	text-decoration: none;
	text-align: center;
	background: url(../img/menu_bar.png) no-repeat 100% 50%;
	line-height: 20px;
	color: #526227;
}

#menu_box a:hover {
	text-decoration: underline;
	color: #999;
}

#menu_box a.hit {
	text-decoration: underline;
	color: #999;
}


/*content---------------------------------------------*/
#con_box {
	width: 500px;
	margin: 0 0 0 37px;
}

#con_iframe_box {
	width: 500px;
	margin: 0 0 30px 0;]
	overflow-x: hidden;
}

.con_iframe {
	width: 500px;
	height: 410px;
	
}

#con_iframe_box02 {
	width: 320px;
	margin: 0 0 25px 180px;
}

.con_iframe02 {
	width: 320px;
	height: 170px;
	overflow-x: hidden;
}


/*powered---------------------------------------------*/
#powered_box {
	width: 310px;
	height: 30px;
	margin: 0 0 10px 180px;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
}


/*footer---------------------------------------------*/
#footer_box {
	width: 574px;
	text-align: center;
}

#footer_box h1 {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 30px;
}


/*clear-----------------------------------------------*/
.clear {
	clear: both;
}