*{
    margin: 0;
    padding: 0;
    border:none;
}

html{
  height: 100%;
}

body {
  text-align: center;
  height: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: url(img/back.png) repeat-x;
}

#main_box {
	width: 100%;
}

#main_box02 {
	margin: auto;
	width: 990px;
}

#top_aki {
	height: 20px;
}

#main_box03 {
	width: 990px;
	height: 631px;
	background: url(img/main_back_img.jpg) 0 0 no-repeat;
}

a {
	color: #fff;
	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 {
	float: left;
	display: inline;
	width: 245px;
}

#title_rogo {
	width: 245px;
	height: 140px;
	margin: 0 0 15px 0;
	background: url(img/title_rogo.jpg) 50% 100% no-repeat;
}

#title_box h1{
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

#title_box h2 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}


/*menu------------------------------------------------*/
#menu_box {
	width: 700px;
	height: 55px;
	text-align: left;
}

#menu_box_aki {
	height: 18px;
}

#menu_box_top{
	float: left;
	width: 2px;
	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;
}

#menu_box a:hover {
	text-decoration: underline;
}

#menu_box a.hit {
	text-decoration: underline;
}
#menu_bts_aki {
	height: 25px;
}



/*content---------------------------------------------*/
#con_box {
	float: left;
	display: inline;
	width: 710px;
}

#con_iframe_box {
	width: 710px;
	height: 500px;
	margin: 0 0 20px 0;
}

.con_iframe {
	width: 708px;
	height: 498px;
	margin: 1px 0 0 1px;
	overflow-x: hidden;
}


/*footer---------------------------------------------*/
#footer_box {
	width: 710px;
}

#footer_box h1 {
	text-align: right;
	color: #333;
	font-size: 10px;
	font-weight: normal;
}

#footer_box a {
	color: #333;
}


/*clear-----------------------------------------------*/
.clear {
	clear: both;
}