@charset "utf-8";
@import url("reset.css");


html{
	height: 100%;
	margin-bottom: 1px;
}


body{
	color: #5c5b5b;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}


img{
	border: 0;
	vertical-align: top;
}


strong{
	font-weight: normal;
}


a:link	{ color: #5c5b5b; text-decoration: none; }
a:visited { color: #5c5b5b; text-decoration: none; }
a:active  { color: #a5a4a4; text-decoration: underline; }
a:hover   { color: #a5a4a4; text-decoration: underline; }


/************ header start ************/
#header{
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 28px 0 0 0;
}

#header .header_b{
	/*height: 20px;*/
	background-image: url(../images/header_b_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #9b9b9b;
	margin: 0 0 30px 0;
}


#header #header_contents{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}


#header #header_contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #header #header_contents {
	height: 1em;
	overflow: visible;
}
/**/


#header #header_contents h1{
	float: left;
}


#header #header_contents .menu{
	float: right;
}


#header #header_contents .menu ul, #header #header_contents .menu li{
	height: 40px;
	float: left;
	margin: 0;
}


#header .header_b .breadlist{
	width: 980px;
	font-size: 10px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}


.breadlist a:link	{ color: #5c5b5b; text-decoration: underline; }
.breadlist a:visited { color: #5c5b5b; text-decoration: underline; }
.breadlist a:active  { color: #a5a4a4; text-decoration: underline; }
.breadlist a:hover   { color: #a5a4a4; text-decoration: underline; }


/************ header end ************/


/************ content start ************/
#contents{
	width: 980px;
	margin: 30px auto;
	overflow: hidden;
}


#contents {
	overflow: hidden;
}

#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #contents {
	height: 1em;
	overflow: visible;
}
/**/


/************ top layout ************/
#contents .contents_l{
	width: 590px;
	margin: 30px 0 0 0;
	float: left;
	position: relative;
}


#contents .contents_r{
	width:360px;
	margin: 30px 0 0 0;
	float: right;
}


#contents .rss_btn{
	margin: 0 0 0 5px;
}


#contents .news{
	padding: 0 0 20px 0;
}


/************ other layout ************/
#contents #sidemenu{
	width: 230px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}


#contents #main{
	width:700px;
	margin: 20px 0 0 0;
	float: right;
}


#contents #sidemenu ul{
	width: 230px;
	border-top: 2px solid #333;
}


#contents #sidemenu li{
	width: 230px;
	border-bottom: 1px dotted #d2d0d0;
}


#contents #sidemenu li a:link   { display: block; color: #5c5b5b; text-decoration: none; width: 203px; height: 26px; margin: 2px 0; padding: 7px 0 0 27px; background-image: url(../images/bt_sidemenu_off.gif);}
#contents #sidemenu li a:visited{ display: block; color: #5c5b5b; text-decoration: none; width: 203px; height: 26px; margin: 2px 0; padding: 7px 0 0 27px; background-image: url(../images/bt_sidemenu_off.gif);}
#contents #sidemenu li a:active { display: block; color: #FFF; text-decoration: none; width: 203px; height: 26px; margin: 2px 0; padding: 7px 0 0 27px; background-image: url(../images/bt_sidemenu_on.gif);}
#contents #sidemenu li a:hover  { display: block; color: #FFF; text-decoration: none; width: 203px; height: 26px; margin: 2px 0; padding: 7px 0 0 27px; background-image: url(../images/bt_sidemenu_on.gif);}


/************ content end ************/


/************ footer start ************/
#footer{
	height: 65px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #9b9b9b;
	margin: 50px 0 0 0;
}


#footer #footer_contents{
	width: 980px;
	margin: 0 auto;
}


#footer #footer_contents .footer_menu{
	float: left;
}

#footer #footer_contents .footer_menu ul, #footer #footer_contents .footer_menu li{
	float: left;
}

#footer #footer_contents .footer_menu .keywords{
	font-size: 10px;
	margin-top: 20px;
}

#footer #footer_contents .footer_menu .keywords a:link    { color: #a5a4a4; text-decoration: none; }
#footer #footer_contents .footer_menu .keywords a:visited { color: #a5a4a4; text-decoration: none; }
#footer #footer_contents .footer_menu .keywords a:active  { color: #5c5b5b; text-decoration: none; }
#footer #footer_contents .footer_menu .keywords a:hover   { color: #5c5b5b; text-decoration: none; }

#footer #footer_contents .copy{
	font-size: 10px;
	float: right;
	padding: 3px 0 0 0;
}


/************ footer end ************/



/************ other start ************/
.pt{
	background-image: url(../images/pt.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 16px;
}


.link{
	text-align: right;
}


/************ otehr end ************/
