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

/*=========================
全体設定(無断変更禁止)
==========================*/

/*全タグのマージンとパディングを0に*/
*{
  padding:0px;
	margin:0px;
}

/*サイトの横幅を設定*/
#page{
	width: 900px; /*ここを変更すると幅が変わります*/
	margin-right: auto; /*センタリング*/
	margin-left: auto;  /*センタリング*/
}

/*フロートクリア用クラス*/
.clear{
  clear:both;
}

/*=========================
ヘッダー設定
=========================*/

#header{
}
#header .line{
	background-color: #990000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;

}
#header h1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #666666;
	padding-top: 2px;
}

/*ロゴ*/
#logo{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#logo a{
	
}

#headline{
	font-size: 0.6em;
	color: #666666;
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*********************
サブリンク
*********************/


/*********************************
ヘッダー内グローバルナビゲーション
**********************************/
#globalnavi{
	clear: both;

}
#globalnavi li{
	float: left;
	list-style-type: none;
}
/*リンク*/
#globalnavi li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	width: 180px;
}
/*ロールオーバー*/
#globalnavi li a:hover{
	text-decoration: underline;
}

/*table*/
#globalnavi img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*右上*/
#localnavi{
	float: right;

}

#localnavi li{
	display:inline;
}

#localnavi li a{
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	
}
/*******************************
アイキャッチ部分
*******************************/

#member_table{
}
/*バナー部分*/
#member_start{
	display: block;
	background-image: url(../images/parts/kaiin.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 250px;
	text-indent: -9999px;
}
#member_in{
	background-image: url(../images/parts/members_in.gif);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 250px;
	text-indent: -9999px;
}
/*アイキャッチ*/
#eyecatch{
	background-image: url(../images/parts/eye.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 180px;
	width: 650px;
}

/*==========================
コンテンツエリア
==========================*/
#content{
	float: left;
	width: 650px;
}
#content_inner{
	padding: 5px;
}

/*==========================
サイドバーエリア
===========================*/
#sidebar{
	float: right;
	width: 250px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#sidebar_inner{
	padding: 5px;
}
#sidebar_inner strong{
	font-size: 0.8em;
}
#sidebar_inner h2{
	font-size: 1.1em;
	color: #990000;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
}
.side_box{
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.side_box h3{
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #990000;
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}
.side_box_inner{

}
.side_box_inner .p_form{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.side_box_inner .l_form{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
	padding-left: 10px;

}
.side_box_inner ul{
	padding-left: 15px;
	padding-bottom: 5px;
}
.side_box_inner ul li{
	list-style-type: none;
	font-size: 0.8em;
	display: inline;
}

/*検索パーツ*/
.search_text{
	width: 200px;
}
.search_button{
	width: 150px;
}

/*検索テーブル*/

#station_table{
}
#station_table td{
	font-size: 0.7em;
}

/*==========================
フッターエリア
===========================*/
#footer{ 
}
.footer_banner{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_inner{
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
#footer_navi li{
	list-style-type: none;
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 0.8em;
}

#company{
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

