﻿@charset "utf-8";
/*************************************************　フォント****/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*************************************************　mozilaフォントバグ *****/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/************************************************** タイプセレクタ */

html {   
    overflow-y:scroll;   
} 

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	line-height: 1.25;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 82%;
	color: #333;
}

ul, li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

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

.clearfix:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	overflow: hidden;
	zoom: 100%;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */


/************************************************** container ***/
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0;
/*	background: url(/images/common/bg_body.gif) 0 0 repeat-y;*/

}	



/********************************************************* header **/
#header {
	width: 800px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 90px;
	background: url(/images/head_hr.gif);
	background-repeat: repeat-x;
	background-position: center bottom;

}


#header .logo {
	font-size: 12px;
	width: 600px;
	float: left;
	
	
}

#header .logo h1 {
	margin-left: 30px;
	z-index: 1;
	font-weight: bold;
}

#header .logo p {
	position: relative;
	top: -15px;
	z-index: 0;
}

#header .right {
	float: right;
}

#header .right p {
	text-align: right;
	margin: 0px 0 18px 0;
	padding: 0 0px 0 0;
}

/******************************************************************** top_menu **/
#top_menu{
	margin: 0px 0 0px 0;
}
#top_menu .bt li{
	float:left;
	margin:0,0,0,0;
	padding:0,0,0,0;
	background-image:url(/images/bg_top_bt.gif);
	background-repeat:no-repeat;
}
#top_menu .bt li a{
	display:block;
	width:133px;
	height:31px;
	text-decoration:none;
	text-align:center;
	padding:10px 0 0 0 ;
}
#top_menu .bt li a:visited {
	color:#000000;
}
#top_menu .bt li a:hover {
	background-image:url(/images/bg_top_bt_on.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#left ul .bt li{
	float:left;
	margin:0,0,0,0;
	padding:0,0,0,0;
}
#left .last_li{
	float:right;
}


.f_left{
	float: left;
	margin: 0px auto;
	padding: 0px auto;
}
.f_right{
	float: right;
	margin: 0px auto;
	padding: 0px auto;
}

#top_navi a{
	color: #333;
	text-decoration: none;
	float: left;
	margin: 0  0 0 5px;
}

/******************************************************************** left **/

#left {
	float: left;
	width: 214px;
	margin: 0px;
	padding :0 0 10px 0;
	background-image:url(/images/bg_left_bt.gif);
	background-repeat:repeat-y;
}
#left li {
	margin:2px 0 0 2px;
}


#left h2 {
	margin: 0 0 0 0;
}

#left a {
	color: #333;
	text-decoration: none;
}

#left a:hover {
	color: #999;
}

#left .rss {
	width:185px;
	height:25px;
	border-width:0;
	background: url(/images/left_rss.gif);
	margin:0 0 0 0;
	padding:5px 10px 20px 20px;
}

#left .rss dt {
	padding: 0 0 0 18px;
	background: url(/images/common/list_4.gif) 0 2px no-repeat;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#left .news{
	width:175px;
	height:85px;
	border-width:0;
	background: url(/images/news.gif);
	margin:3px 0 0 4px;
	padding:5px 10px 10px 20px;
}

#left .left_com{
	width:195px;
	height:120px;
	background: url(/images/left_com.gif);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:20px 10px 0px 10px;
	clear:both;
}
#left .left_com h2{
	color:#39597b;
	font-size:15px;
	margin:0  10px 0;
}
#left .left_com p{
	color:#39597b;
	font-size:12px;
	margin:0 0 0 0;
}
#left .left_com li{
	clear:both;
	width:200px;
	line-height:120%;
}

#left .left_com dt{
	font-weight:bold;
	clear:both;
	float:left;
	width:30px;
	margin:0 0 0 5px;
}
#left .left_com dd{
	
}

#left .left_com h3{
	font-weight:bold;
	margin:0 0 0 5px;
}

#left .left_under{
	width:217px;
	height: 300px
	border-width:0;
	background: url(/images/side_under.gif);
	margin:0 0 0 0;
	padding:0;
	background-repeat: repeat-y;
	background-position: center center;
	
}
/********************************************************* right **/
#right {
	width: 577px;
	float: right;
	margin: 0 ;
	padding: 0 0 30px 0;
	background-image:url(/images/bg_right.gif);
	background-repeat:repeat-y;
}


/************************************************ footer **/
#footer {
	clear: both;
	padding: 15px 15px 15px 15px;
	width: 770px;
	text-align: center;
	background: #39597b;
	color: #C0C0C0;
}

#footer ul {
	text-align: center;
	margin: 0 0 15px 0;
}


#footer li{
	display: inline;
	margin: 0 15px 0px 10px;
	padding: 0 0 5px 0 ;
}

#footer p{
	margin: 0 10px 0px 0 ;
	padding: 0 0 5px 0 ;

}
#footer a{
	color: #C0C0C0;
	text-decoration: none;
}



/***************************** ad **/
.ad {
	margin: 0 auto 10px;
	text-align: center;
}


