@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border: 0;
	vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6, p, ul, li  { font-size: 100%; line-height: 1.5; margin: 0; padding: 0 }
ul li {
	list-style:none;
}
.clear {
	clear:both;
}
body  { margin: 0; padding: 0 }
#pagebody {
	width:100%;
	margin: 0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x center top;
}
#header_body {
	width:100%;
	background:url(../images/menu_bg.jpg) repeat-x center bottom;
}
#header {
	width:900px;
	margin:0 auto;
	padding:30px 10px 20px;
	background:url(../images/logo.png) no-repeat center top;
}
#header h1 {
	height:70px;
	text-align:center;
	text-indent:-9999px;
}
#header h1 a {}

/* メインメニュー */
#main_menu {
	width:900px;
	margin:0 auto;
	padding:0 10px;
	height:85px;
}
#main_menu ul {
	width:900px;
	background:url(../images/menu_bg.jpg) no-repeat center top;
}
#main_menu ul li {
	float:left;
	list-style:none;
	width:225px;
	height:75px;
	overflow:hidden;
}
#main_menu ul li a {
	width:225px;
	height:75px;
	display:block;
}

/*　コンテンツ　*/
#contents_body {
	width:100%;
	margin: 0;
	padding:0;
	clear:both;
}
#contents {
	width:900px;
	margin:0 auto;
	padding:0 10px 10px;
	background-color:#FFF;
}
#home #contents {
	padding:5px 10px 20px;
}
.main_img {
	width:900px;
	height:380px;
	padding:14px 0 0;
	background:url(../images/main_img_bg.jpg) no-repeat left top;
}
.top_info  { line-height: 1.65; padding: 100px 25px 0 15px; vertical-align: top }
.col2 {
	background:url(../images/sub_menu_bg.jpg) repeat-y 10px top;
}

.top_news  { max-height: 475px; overflow: auto; border-bottom: 1px solid silver }

/*　右カラム　*/
#col_r {
	width:675px;
	padding:20px 0;
	margin-left:20px;
	float:right;
}

/*　左カラム　*/
#col_l {
	width:205px;
	float:left;
}

#col_full {
	padding-top:20px;
}

/* サブメニュー */
#sub_menu {
	padding-top:35px;
	background:url(../images/sub_menu.jpg) no-repeat left top;
}
ul.submenu {
	padding:0 10px;
	margin:0px;
}
ul.submenu li {
	margin: 0 0 5px;
	list-style:none;
}
ul.submenu li li {
	margin: 0;
	padding: 0 5px 0 10px;
}
ul.submenu li a {
	padding: 10px 5px 8px 20px;
	text-decoration:none;
	background:#FFF url(../images/p01.png) no-repeat 8px center;
	display:block;
}
ul.submenu li li a  { color: #005665; background: #bfc7d4 url("../images/p02.png") no-repeat 5px center; border-bottom: 1px dotted #fff }
ul.submenu li li a:hover   { color: #036; font-weight: bold }
ul.submenu li li a.now   { color: #036; font-weight: bold }

.page_top {
	clear:both;
	text-align:right;
}

/*　フッター　*/
#footer_body {
	width:100%;
	clear:both;
	background-color:#73a5ca;
}
#footer {
	width:890px;
	padding:15px 15px 50px;
	margin:0 auto;
}
#footer p {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-align:right;
}
#footer ul {
	float:left;
}
#footer ul li {}
#footer ul li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration:none;
	padding:5px 28px 5px 0;
	background:url(../images/p03.png) no-repeat right center;
}


/*******************************
　clearfix
*******************************/

.clearfix:after {
    clear:both;
    display:block;
    height:0px;
		font-size:0;
    content:".";
    visibility:hidden;
}
.clearfix {
    clear:both;
		overflow:hidden;
		clear-after: left;
}
*html .clearfix {
    height:1px;
}

/* form reset */  
button, fieldset, input, label, legend, select, textarea {  
    font-family:inherit;  
    font-size:100%;  
    font-style:inherit;  
    font-weight:inherit;  
    margin:0;  
    padding:0;  
    vertical-align:baseline;  
}


