@charset "UTF-8";

/* ##################################################################### */
/*        　                                             　              */
/* 　 ●各ページ共通のスタイル   　　                                    */
/*    1.ページ全体のレイアウト等                                   　    */
/*      1-1.インポート　　　　　　　　　                                 */
/*      1-2.基本情報　　　　　　　　　　                                 */
/*      1-3.段組み（レイアウト）　　　　                                 */
/*    2.プライマリーナビゲーション+トップバックグラウンド     　         */
/*      2-1.プライマリーナビゲーション                                   */
/*    3.ヘッダー　　　　　　　　　　　　　　　　　　　　　　             */
/*      3-2.h1　見出し１　　　　　　　                                   */
/*      3-2.ヘッダーロゴエリア                                           */
/*    4.コンテンツエリア                                          　     */
/*      4-1.コンテンツ範囲指定（メイン+ローカルナビエリア）              */
/*      4-2.メインコンテンツ範囲指定                                     */
/*      4-3. section1　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      4-4. section2　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      4-5. section3　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*     5.トップに戻る                                                    */
/*        　                                                             */
/* ##################################################################### */

/* ===================================================================== */
/*    1.ページ全体のレイアウト等                                   　    */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      1-1.インポート　　　　　　　　　                                 */
/* --------------------------------------------------------------------- */

/* リセット用CSSをインポート */
@import "reset.css";

/* グローバルナビ用CSSをインポート */
@import "globalNavigation.css";

/* フッター用CSSをインポート */
@import "footer.css";

/* ローカルナビ用CSSをインポート */
@import "localNavigation.css";

/* コンテンツ用スタイル用CSSをインポート */
@import "style_content.css";

/* テーブル用基本スタイル用CSSをインポート */
@import "table.css";


/* --------------------------------------------------------------------- */
/*      1-2.基本情報　　　　　　　　　　                                 */
/* --------------------------------------------------------------------- */

/* body */
body {
	font-size: 100%;
	margin-top: 0px;
	background: #FFF url(../images/slash.gif) repeat;
}

html{
	margin-top: 0;
	padding-top: 0px;
}

a:link { text-decoration: none ; color:#0066cc }
a:visited { text-decoration: none;	color:#006}
a:hover{ text-decoration: underline ; color:#6633ff }

#mainImage{
	margin-bottom: 15px;
	clear: both;
}

/* --------------------------------------------------------------------- */
/*      1-3.段組み（レイアウト）　　　　                                 */
/* --------------------------------------------------------------------- */

#wraper{
	text-align: center;
	}
	

#container{
	width: 860px;
	background: #FFF;
	padding-top: 0px;
	border-top: 1px none #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #CCC;
	border-left: 1px solid #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


/* ===================================================================== */
/*    2.プライマリーナビゲーション+トップバックグラウンド     　         */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      2-1.プライマリーナビゲーション                                   */
/* --------------------------------------------------------------------- */







/* ===================================================================== */
/*    3.ヘッダー　　　　　　　　　　　　　　　　　　　　　　             */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      3-1.ヘッダー範囲指定　　　　　                                   */
/* --------------------------------------------------------------------- */

#header{
	width: 860px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}




/* --------------------------------------------------------------------- */
/*      3-2.h1　見出し１　　　　　　　                                   */
/* --------------------------------------------------------------------- */

h1, h1 a{
	text-indent: -9999px;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	}
/* --------------------------------------------------------------------- */
/*      3-2.ヘッダーロゴエリア                                           */
/* --------------------------------------------------------------------- */
#logoArea{
	float: left;
	margin-bottom: 0px;
}

#logoArea ul {
	width: 860px;
	height: 82px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;}

#logoArea li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	}

#logoArea li a{
	display: block;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 77px;
	text-indent: -9999px;
	margin-top: 0px;
	padding-top: 0px;
}

#logoArea ul li.list01 {
	width: 720px;}

#logoArea ul li.list02 a {
	width: 70px;
	background-position: -720px 0;}
	
#logoArea ul li.list03 a{
	background-position: -790px 0;
	width: 70px;}


/* ===================================================================== */
/*    4.コンテンツエリア                                          　     */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      4-1.コンテンツ範囲指定（メイン+ローカルナビエリア）              */
/* --------------------------------------------------------------------- */
#contentArea{
	width: 860px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

/* --------------------------------------------------------------------- */
/*      4-2.メインコンテンツ範囲指定                                     */
/* --------------------------------------------------------------------- */

#contentArea #mainContent {
	display: block;
	width: 620px;
	color: #666666;
	background-color: inherit;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	text-align: left;
}


/* --------------------------------------------------------------------- */
/*      4-3. section1　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */
#mainContent div.section1 {
	width: 620px;
	float: left;
	margin-bottom: 15px;
	display: block;
	height: auto;
	clear: both;
}

#mainContent div.section1 h3{
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
	background: url(none);
	border-style: none;
	}
	
#mainContent div.section1 h3 img{
	clear: both!important;
	float: left!important;
	}
#mainContent div.section1 p{

	}

/* --------------------------------------------------------------------- */
/*      4-4. section2　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */

div.mainColumn div.section2 {
	width: 620px;
	float: left;
	margin-bottom: 15px;
}


/* --------------------------------------------------------------------- */
/*      4-5. section3　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */

div.mainColumn div.section3 {
	width: 620px;
	float: left;
	margin-bottom: 15px;
}




/* ===================================================================== */
/*      5.トップに戻る                                                   */
/* ===================================================================== */





#pagetop {
	width: 850px;
	clear: both;
}

#pagetop p a{
	width: 76px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image:url(../images/pagetop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	background-position: right;
	margin-right: 10px;
	margin-left: 740px;
	clear: both;
	height: 25px;
}


#localNav{
	width: 200px;
	height: auto;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	margin-right: 10px;
}

#toplocalNav img{
	border: none;
}

#toplocalNav a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ===================================================================== */
/*      5.トップに戻る                                                   */
/* ===================================================================== */

#section01{
	width:300px;
	padding: 0px;
	float: left;
	font-size: 80%;
	line-height: 1.5em;
	}
	
#section02{
	width:300px;
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 20px;
	font-size: 80%;
	line-height: 1.5em;
	}




/* --------------------------------------------------------------------- */
/*      5.section01 各種設定　　　　　　　　　　　　　　　　　　 　　　　*/
/* --------------------------------------------------------------------- */

div#section01 div.box #section01-01 h3 {
	background:url(../../front/images/section01_h01.gif) no-repeat left top;
}

div#section01 div.box div#section01-02 h3{
	background:url(../../front/images/section01_h02.gif) no-repeat left top;
}
div#section01 div.box div#section01-03 h3{
	background:url(../../front/images/section01_h03.gif) no-repeat left top;
}
div#section01 div.box div#section01-04 h3{
	background:url(../../front/images/section01_h04.gif) no-repeat left top;
}
div#section01 div.box div#section01-05 h3{
	background:url(../../front/images/section01_h05.gif) no-repeat left top;
}
div#section01 div.box div#section01-06 h3{
	background:url(../../front/images/section01_h06.gif) no-repeat left top;
}

div#section01 div.box div ul{
	width: 230px !important;
	margin: 5px 0px 0px;
	}
div#section01 div.box div ul li{
	width: 230px !important;
	margin: 0px 0px 0px 10px !important;
	padding: 0px 0px 0px 10px !important;
}

div#index div#index02 div.box div h3 span{
	float:left;
	display:block;
	width:22px;
	height:auto;
	margin:0 8px 0 1px;
	padding:2px 0 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1em;
	overflow:hidden;
}
div#section01 div.box #section01-01 h3 span{ color:#593 ;}
div#section01 div.box #section01-02 h3 span{ color:#f2972b ;}
div#section01 div.box #section01-03 h3 span{ color:#1b4785 ;}
div#section01 div.box #section01-04 h3 span{ color:#bd0109 ;}
div#section01 div.box #section01-05 h3 span{ color:#8c90cf ;}
div#section01 div.box #section01-06 h3 span{ color:#960 ;}
