@charset "utf-8";

/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　基本設定
----------------------------------------------------------------------------------------*/
html {
	color:#333333;
	}
ul {
	list-style-type:none;
	}
img{
	border:none;
	text-decoration:none;
	}
img a{
	border:none;
	text-decoration:none;
	}
a:link,
a:visited,
a:active{
	color:#2b5a8e;
	text-decoration:underline;
	}
a:hover {
	color:#2b5a8e;
	text-decoration:none;
	}

table.top {
	width:99.5%;
	border-collapse:collapse;
	margin:0 0 0 0;
	padding:0;
}
table.top td {
	border:1px solid #c1c1c1;
	padding:8px;
	text-align:center;
	white-space:nowrap;
	}
table.top th {
	border:1px solid #c1c1c1;
	padding:8px;
	text-align:center;
	white-space:nowrap;
	background:#dbdfeb;
	}


/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　基本設定 大枠
----------------------------------------------------------------------------------------*/
body {
	color:#333333;
	font-family:"ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	margin:0 auto;
	padding:0;
	text-align:center;
	text-decoration:none;
	*font-size:small;
    *font:x-small;
	font-size:93%;
	}

#container {
	margin:0 auto;
	padding:0;
	text-align:center;
	line-height:0;
	font-size:85%;
	background:none;
	background:#ffffff;
	}
#wrapper {
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#ffffff;
	}
	
#wrapper h1 {
	font-size:10px;
	font-weight:lighter;
	margin:0;
	padding:10px 0 8px 15px;
	}
#wrapper h1 a:link, 
#wrapper h1 a:visited, 
#wrapper h1 a:active, 
#wrapper h1 a:hover{
	text-decoration:none;
	color:#0261d1;
	}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　ナビゲーション
----------------------------------------------------------------------------------------*/
#navi{
	display:none;
}


/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　ヘッダー
----------------------------------------------------------------------------------------*/

#header {
	height:80px;
	padding:0;
	text-align:left;
	width:900px;
	background:transparent url(../images/header.gif) no-repeat scroll 630px 0;
	}

#Back_to_Top {
	line-height:0;
	margin:0;
	padding:5px 0 0 10px;
	text-align:left;
	}
	

/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　コンテンツ
----------------------------------------------------------------------------------------*/

#contents {
	float:left;
	height:auto;
	margin:14px 0 0 10px;
	padding:0;
	width:95%;
	line-height:1.25;
	}
	
#contents p {
	line-height:1.5;
	margin:0;
	padding:0;
	}


	
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　  フッター
----------------------------------------------------------------------------------------*/
#ft {
	z-index:bottom;
	clear:both;
	height:85px;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:95%;
	background:#2b6d8e url(../images/bg_footer.gif) repeat-x;
	text-align:center;
	}
#ft p {
	margin:0 auto 0 auto;
	padding:24px 0 20px 0;
	color:#ffffff;
	}
#ft p.copy {
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	}
#ft a:link, #ft a:visited, #ft a:active {
	color:#ffffff;
	text-decoration:none;
	}
#ft a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/*--------------------------
    基本ボックス
-----------------------------*/

.subcont{
	clear:both;
	margin:0 auto;
	padding:0;
	text-align:center;
	border-bottom:1px dotted #c1c1c1;
}

.subcont p{
	text-align:left;
	margin:15px 0 0 0;
}

.subbox{
	margin:0 auto;
	padding:0;
	text-align:center;
}


/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　全ページ共通スタイル
----------------------------------------------------------------------------------------*/
.arrow{
	background:url(../images/ico_orange.gif) no-repeat 0 center;
	padding-left:17px;
	}
.click{
	background:url(../images/ico_megane.gif) no-repeat 0 0;
	padding-left:17px;
	}

img.b1{
	padding:5px;
	border:1px solid #cccccc;
	}
.mg_t10{
	margin:10px 0 0 0;
	}
.pa_10{
	padding:10px;
	}
.mg_b10{
	margin:0 0 10px 0;
	}
.mg_b20{
	margin:0 0 20px 0;
	}
.mg_l10{
	margin:0 0 0 10px;
	}
.mg_l15{
	margin:0 0 0 15px;
	}
.w_22{
	width:22%;
}
.w_32{
	width:32.5%;
}

.w_50{
	width:48%;
}
.w_100{
	width:99.5%;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　  フロート
----------------------------------------------------------------------------------------*/
.float_l {
	float:left;
	margin:0 10px 10px 0;
}
.float_r {
	float:right;
	margin:0 0 10px 10px;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　  フォント
----------------------------------------------------------------------------------------*/

.ftcl_01{
	color:#F00000;
}
.txt_l {
	display:block;
	text-align:left;
	}
.txt_r {
	text-align:right;
	display:block;
	}
.txt_c {
	text-align:center;
	}
.txt_small{
	font-size:85%;
	}
.txt_big{
	font-size:153.9%;
	}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }



/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　  パン屑その他
----------------------------------------------------------------------------------------*/
#pankuzu {
	font-size:10px;
	margin:0 0 0 0;
	padding:0;
	text-align:right;
	}
.pagetop {
	clear:both;
	height:17px;
	padding:0 0 0 0;
	margin:8px 0 0 0;
	text-align:right;
	font-size:10px;
	background:url(../images/ico_orange.gif) no-repeat 480px 4px;
	}
*html .pagetop {
	clear:both;
	height:17px;
	padding:0 0 0 0;
	margin:8px 0 0 0;
	text-align:right;
	font-size:10px;
	background:url(../images/ico_orange.gif) no-repeat 462px 4px;
	}


/*----------------------------------------------------
           トップコンテンツ
----------------------------------------------------*/

/*--------------------------
    上部バナーエリア
-----------------------------*/

#bnr_area{
	margin: auto 0 auto;
	padding:0;
	}	
#bnr_area img{
	margin:0 0 8px 0;
	padding:0;
	}
#bnr_area .float_l{
	margin:0 30px 0 0;
	}
	
/*--------------------------
    トピックスエリア
-----------------------------*/
#topics{
	clear:both;
	margin:12px 0 0 0;
	padding:8px 0 0 0;
	}
	
/*--------------------------
    スケジュールエリア
-----------------------------*/

#schedule{
	clear:both;
	margin:12px auto 0 auto;
	text-align:center;
	}
#schedule table{
	margin:12px auto 0 auto;
	}


/*------------------------------
     アクセスエリア
------------------------------*/

#access {
	clear:both;
	margin:0;
	padding:12px 0 0 0;
	}
	
.acc_l{
	float:left;
	padding:0 0 0 0;
	width:210px;
	float:left;
}
.acc_r{
	float:left;
	text-align:center;
	margin:0 0 0 12px;
}

@charset "utf-8";



/*----------------------------------------------------
           ２階層目コンテンツ
----------------------------------------------------*/

#contents {
	float:left;
	height:auto;
	margin:1px 0 0 10px;
	padding:0;
	text-align:left;	width:95%;
	line-height:1.25;
	}
	

#contents h2{
	clear:both;
	height:45px;
	background:url(../images/ttl_h2.gif) no-repeat;
	padding:8px 0 0 12px;
	margin:0;
	font-size:16px;
	text-align:left;
	}
	
#contents h2 span{
	font-size:12px;
	}
	
*html #contents h2{
	margin:0 0 10px 0;
	}
	
#contents h3{
	clear:both;
	height:50px;
	background:url(../images/ttl_h3.gif) no-repeat 0 10px;
	padding:0 0 0 8px ;
	font-size:100%;
	text-align:left;
	margin:0 0 10px 0;
	line-height:5;
}



#contents h4{
	clear:both;
	height:27px;
	background:url(../images/ttl_h4.gif) no-repeat;
	padding:7px 0 0 28px;
	margin:0 0 5px 0;
	font-size:12px;
	text-align:left;
}

*html #contents h4{
	clear:both;
	height:27px;
	background:url(../images/ttl_h4.gif) no-repeat;
	padding:7px 0 0 28px;
	margin:8px 0 5px 0;
	font-size:12px;
	text-align:left;
}

#contents p{
	margin:0 0 12px 0;
	line-height:1.75;
	}

#contents ul{
	margin:10px 0 0 10px;
	padding:0;
	text-align:left;
	list-style-type:none;
	}
#contents ul li a{
	display:block;
	width:95%;
	margin:0;
	padding:2px 2px 2px 18px;
	background:url(../images/ico_blue.gif) no-repeat 0 6px;	
	}
#contents ul li a:hover{
	background:#dee8f1 url(../images/ico_blue.gif) no-repeat 0 6px;	
	}


/*-----------------------------------------
   テーブル各種
--------------------------------------------*/

/*--------------------------
   テーブル100％
-----------------------------*/
table.index {

	border-collapse:collapse;
	margin:0 0 0 0;
	padding:0;
}
table.index td {
	border:1px solid #c1c1c1;
	padding:8px;
	text-align:left;
	white-space:nowrap;
	}
table.index th {
	border:1px solid #c1c1c1;
	padding:8px;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	background:#dbdfeb;
	}

table.index td.pt2, 
table.index th.pt2{
	padding:4px 4px 4px 8px;
	}
table.index th.pt2{
	background:#D5E8EC;
	}

/*--------------------------
   テーブルボーダーなし
-----------------------------*/	
table.none {
	margin:8px auto 8px 3px;
	padding:0;
	font-size:12px;
	border:none;
	border-collapse:collapse;
	text-align:left;

}
table.none th{
	white-space:nowrap;
	padding:8px 0 8px 0;
	vertical-align:top;
}
table.none td{
	padding:8px 4px 8px 4px;
	vertical-align:top;
}

/*-----------------------------------------
  要素ボックス
--------------------------------------------*/

dl.list {
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:1.75;
}

dl.list dt{
	margin:0 0 0 0;
	padding:0 0 0 17px;
	font-size:120%;
	font-weight:bold;
	color:#30548B;
	background:url(../images/ico_square.gif) no-repeat 0 7px;
}

dl.list dd{
	margin:0 0 15px 0;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #41699A;
}


dl.none {
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:1.75;
}

dl.none dt{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
	color:#2C7476;
}

dl.none dd{
	margin:0 0 15px 0;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #41699A;
}

/*------------------------------
          　frame
------------------------------*/
#frame{
	font-family:"ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	display:block;
	width:510px;
	padding:0px;
	margin:0;
	background:#FFFFFF;
	font-size:12px;
	color:#333333;
	}
#frame dl{
	margin:0 0 0 0;
	padding:12px 0 0 0;
	}
#frame dl dt{
	clear:both;
	margin:0 15px 5px 0;
	padding:0 0 5px 20px;
	float:left;
	background:url(../images/ico_blue.gif) no-repeat 0 2px;
	}
#frame dl dd{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	}
