/***@All@***/
* {
	margin:0;
	padding:0;
}

body,html {
	text-align: center;
	height: 100%;
}

body {
	font-family:'lr oSVbN',Meiryo,'CI',sans-serif;
	color:#444;
	font-size:13px;
	line-height: 14px;
	text-align: center;
	background: url(../img/top/body_bg.jpg) repeat-x #fff;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color:#df6819;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	text-decoration: underline;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

p,div{
	text-align: left;
}

/*--------------------------------------------------*/

#main_body{
	width: 900px;
	margin: 0 auto;
}

#header{
	background: url(../img/all/head_bg.gif) no-repeat;
	height: 120px;
}

#header .logo{
	float: left;
	width: 450px;
}

#header .logo h1{
	margin: 20px 0 0 55px;
}

#header .text{
	float: right;
	width: 350px;
	margin: 0 15px 0 0;
}


#header .text .text{
	margin: 40px 0 0 0;
	text-align: right;
}

/*--------------------------------------------------*/

#menu_list{
	margin: 5px 0 0;
	width: 900px;
}

#menu_list li{
	float: left;
}


#top_menu_list{
	width: 236px;
	margin: 0 0 0 30px;
}

#top_menu_list li{
	font-size: 0;
	float: left;
	padding: 0;
	margin: 0;
	height: 40px;
}

/*--------------------------------------------------*/

#contents{
	background: url(../img/all/top_main_bg.jpg) repeat;
	vertical-align: top;
}

#contents .top_menu{
	width: 265px;
	float: left;
	height: 434px;
	border-right: 1px solid #fff;
	background: url(../img/top_menu/bg.gif) repeat-y 17px 0;
}

/*---------------------------*/

#contents .outline_area{
	width: 359px;
	float: left;
	height: 434px;
	text-align: center;
}

#contents .outline_area td{
	vertical-align: top;
}

#contents .outline_area .outline{
	width: 336px;
	margin: 15px auto 0;
}


/*---------------------------*/

#contents .outline_area .map{
	background: url(../img/top/map.png) no-repeat;
	width: 290px;
	height: 235px;
	margin: 0 auto 0;
	font-size: 0;
}

#contents .outline_area td{
	vertical-align: top;
}

/*---------------------------*/

#contents .news{
	width: 260px;
	float: left;
	height: 434px;
}

#contents .news td{
	vertical-align: top;
}

#contents .news .news_bg{
	width: 260px;
	height: 380px;
	margin: 15px 0 0;
	background: url(../img/top/news_bg.png) repeat;
}

#contents .news .news_bg .news_t{
	margin: 0 7px 0;
	padding: 7px 0 0;
}

#contents .news .news_bg .news_box{
	margin: 7px 10px 0;
}

#contents .news .news_bg .news_box .box{
	margin:  0 0 8px;
}

#contents .news .news_bg .news_box .box div{
	border-bottom: 1px solid #fff;
	padding: 0 0 4px;
	margin: 0 0 4px;
	color: #26629c;
	font-weight: bold;
}

#contents .news .news_bg .news_box .box p{
	font-size: 11px;
}

#contents .news .news_bg .contact_t{
	margin: 0 7px 7px;
}

#contents .news .news_bg .contact_box{
	margin: 0 10px;
}

/*--------------------------------------------------*/

#footer{
	vertical-align: top;
	background: url(../img/all/footer_bg_top.gif) no-repeat 0 12px;
	height: 20px;
}

