@charset "UTF-8";
/* CSS Document */

/*reset*/
h1, h2, h3, h4, h5, h6, p, ul, li {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align:bottom;
}
.clear {
	clear:both;
}

body   { color: #333; font-size: 13px; font-family: "HG丸ゴシックM-PRO", "メイリオ", Meiryo, Hiragino Maru Gothic Pro, "ヒラギノ丸ゴ Pro W4", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; background: #e6eaed url("../images/bg.jpg") no-repeat center top; margin: 0; padding: 0 }
#pagebody {
	position:relative;
}

/*header style*/
#headerbody {
	width:100%;
	background:url(../images/header_bg.png) repeat-x left top;
}
#header {
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	width: 900px;
	height: 123px;
	background: url(../images/header_img.png) no-repeat center top;
}
#header h1 {
	width: 302px;
	height: 39px;
	text-indent: -9999px;
	position: absolute;
	top: 82px;
	left: 0px;	/*background:url(../images/logo.png) no-repeat left top;*/
}
#header h1 a {
	width: 493px;
	height:58px;
	display:block;
	overflow:hidden;
}
#header p {
	text-indent:-9999px;
}
#header p.site_description {
	text-indent:0px;
	padding-top:1px;
	color:#FFF;
}
#header .contact_bt {
	width: 180px;
	height: 53px;
	position: absolute;
	top: 27px;
	right: 9px;
}
#header .contact_bt a {
	width: 180px;
	height:53px;
	display:block;
}
#gnavi {
	width:910px;
	height:60px;
	margin:0 auto;
	background:url(../images/menu_bt.png) no-repeat center top;
}
#gnavi.home {
	background:url(../images/menu_home.png) no-repeat center top;
}
#gnavi .menu {
	padding:0 5px;
}
#gnavi .menu li {
	float:left;
	list-style:none;
}


/*contents style*/
#contentsbody {
	clear:both;
}
#home_img {
	padding: 0 0 16px;
	width: 100%;
	border-bottom:10px #6b8da6 solid;
	background:url(../images/keyv_shadow.png) no-repeat center bottom;
}
#contents_home {
	background:url(../images/home_img_bg.png) repeat-x center top;
	background-color: #e6eaed;
}
#contents_home #contents {
	background:#FFF url(../images/home_img_bg.png) repeat-x center top;
	padding:10px 0 0;
}
#contents {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color:#FFF;
	/*min-height:800px;*/
}
.banner {
	padding-bottom: 5px
}
.banner_box {
	margin-bottom:10px;
	text-align:center;
}
.banner_box img {
	margin-bottom:10px;
}
.pan {
	width:670px;
	height:30px;
	padding:0 10px 15px;
	/*background:url(../images/pan_bg.jpg) no-repeat left top;*/
	font-size: 12px;
}
#col {
	width:860px;
	padding:20px;
}
#col_l {
	width:590px;
	padding:20px 15px 20px 20px;
	float:left;
}
#col_r {
	width:260px;
	padding:0px;
	float:left;
}
.whatsnew {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 570px;
	height: 500px;
	overflow: auto
}
.whatsnew p {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #CCCCCC dotted;
}
#page_guide {
	width:900px;
	height:34px;
	margin:0 auto;
	background-color:#FFF;
	position:relative;
}
#page_guide p {
	position:absolute;
	bottom:0;
	right:20px;
	padding:0;
	/*margin-right:20px;
	float:right;*/
	background:url(../images/page_top.jpg) no-repeat left center;
	text-indent:-9999px;
}
#page_guide p a {
	width:130px;
	height:25px;
	display:block;
}

ul.bottom_menu {
	list-style:none;
	padding:10px 0 0 15px;
	margin:0px;
}
ul.bottom_menu li {
	margin: 0;
	padding: 0;
	float: left;
}
ul.bottom_menu li a {
	text-decoration:none;
}

/* footer style */
#footerbody {
	background:url(../images/footer_bg.jpg) repeat-x center bottom;
	background-color:#6b8da6;
	clear:both;
}
#footer {
	width:900px;
	margin:0 auto;
	padding:0 0 50px;
	font-size: 12px;
}
#footer p {
	color: #ffffff;
	padding: 0 10px
}
#footer .address {
	font-size: 13px;
	padding:35px 0 5px;
}
#submenu {
	width:880px;
	height:30px;
	padding:0 10px 10px;
}

/*  */
a:link  { color: #5775A6; text-decoration: underline }
a:visited  { color: #5775A6; text-decoration: underline }
a:hover  { color: #afc78e; text-decoration: underline }
/*  */
ul#blogday, ul#bloghome {
	width:160px;
	padding:3px 9px;
	border:1px #CCC solid;
	border-top:0px;
}
ul#blogday li, ul#bloghome li {
	list-style:none;
	font-size:11px;
	padding:0px;
	margin:0px;
}
ul#blogday .load_contents_date, ul#bloghome .load_contents_date {
	display:block;
}

/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */


#top_news  { margin: 10px 5px }

#top_news .entry_box  { margin: 0 0 15px; padding: 8px 15px; border: solid 2px #6b8da6; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px }

#top_news .entry_cat {
	width:78px;
	height:78px;
	background:url(../images/icon_cat.jpg) no-repeat center center;
}
#top_news .entry_cat a    { color: #265b82; font-weight: bold; line-height: 78px; text-decoration: none; text-align: center; display: block; width: 78px; height: 78px }

#top_news .entry_date {
  padding: 0px 0px 3px 0px;
	font-size: 11px;
	color:#666;
}

#top_news .entry_title {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0px 0px 15px;
}
#top_news .entry_title a {
	color:#6B8DA6;
}
