@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_content0404.css";

/* テーブル用基本スタイル用CSSをインポート */
@import "table.css";


/* --------------------------------------------------------------------- */
/*      1-2.基本情報　　　　　　　　　　                                 */
/* --------------------------------------------------------------------- */

/* body */
body {
	font-size:100%;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

html{
}

a:link { text-decoration: none ; color:#0066cc }
a:visited { text-decoration: none;	color:#006}
a:hover{ text-decoration: underline ; color:#6633ff }


#breadCrumbs{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	height: 21px;
}

#mainContent h2 {
	width: 450px;
	}

/* --------------------------------------------------------------------- */
/*      1-3.段組み（レイアウト）　　　　                                 */
/* --------------------------------------------------------------------- */

#wraper{
	text-align: center;
	width: 100%;
	}
	
#shadow{
	margin-right: auto;
	margin-left: auto;
}
#container{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}


/* ===================================================================== */
/*    2.プライマリーナビゲーション+トップバックグラウンド     　         */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      2-1.プライマリーナビゲーション                                   */
/* --------------------------------------------------------------------- */
#primaryNavi{
	background-image: url(../images/primarynavi_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 60px;
	clear: none;
}

#primaryNavi ul{
	height: 28px;
}

#primaryNavi ul li {
	float: left;
	list-style-type: none;
	display: block;
	height: 29px;
	text-indent: -9999;
}

#primaryNavi ul li.list01 {
	width: 240px;
	height: 29px;
	display: block;
	font-size: 60%;

	text-indent: -9999;
}

#primaryNavi ul li.list01 a:link{
	width: 240px;
	height: 29px;
	text-indent: -9999px;
	margin-left: 569px;
	display: block;
}

#primaryNavi ul li.list01 a:visited{
	width: 240px;
	height: 29px;
	text-indent: -9999px;
	margin-left: 569px;
	display: block;
}


#primaryNavi ul li.list02 {
	width: 174px;
	text-indent: -9999px;
	height: 40px;
	display: block;
}

#primaryNavi ul li.list02 a:link{
	width: 174px;
	text-indent: -9999px;
	height: 40px;
	display: block;
}

#primaryNavi ul li.list02 a:visited{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

#primaryNavi ul li.list02 {
	background-position: 0px 0px;
}


/* ===================================================================== */
/*    3.ヘッダー　　　　　　　　　　　　　　　　　　　　　　             */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      3-1.ヘッダー範囲指定　　　　　                                   */
/* --------------------------------------------------------------------- */

#header{
	width: 800px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}




/* --------------------------------------------------------------------- */
/*      3-2.h1　見出し１　　　　　　　                                   */
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/*      3-2.ヘッダーロゴエリア                                           */
/* --------------------------------------------------------------------- */
#logoArea{
	float: left;
	margin-bottom: 0px;}

#logoArea ul {
	width: 800px;
	height: 80px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;}

#logoArea li {
	float: left;
	list-style-type: none;
	}

#logoArea li a{
	display: block;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 80px;
	text-indent: -9999px;}

#logoArea ul li.list01 {
	width: 550px;}

#logoArea ul li.list02 a {
	width: 125px;
	background-position: -550px 0;}
	
#logoArea ul li.list03 a{
	background-position: -675px 0;
	width: 125px;}


/* ===================================================================== */
/*    4.コンテンツエリア                                          　     */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      4-1.コンテンツ範囲指定（メイン+ローカルナビエリア）              */
/* --------------------------------------------------------------------- */
#contentArea{
	width: 800px;
	padding-top: 0px;
}

/* --------------------------------------------------------------------- */
/*      4-2.メインコンテンツ範囲指定                                     */
/* --------------------------------------------------------------------- */

#contentArea #mainContent {
	display: block;
	width: 800px;
	color: #666666;
	background-color: inherit;
	float: left;
	margin-left: 0px;
}


/* --------------------------------------------------------------------- */
/*      4-3. section1　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */
#mainContent div.section1 {
	width: 550px;
	float: left;
	margin-bottom: 15px;
}

/* --------------------------------------------------------------------- */
/*      4-4. section2　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */

div.mainColumn div.section2 {
	width: 550px;
	float: left;
	margin-bottom: 15px;
}


/* --------------------------------------------------------------------- */
/*      4-5. section3　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* --------------------------------------------------------------------- */

div.mainColumn div.section3 {
	width: 550px;
	float: left;
	margin-bottom: 15px;
}




/* ===================================================================== */
/*      5.トップに戻る                                                   */
/* ===================================================================== */


/* ===================================================================== */
/*      5.トップに戻る                                                   */
/* ===================================================================== */


#pagetop {
	width: 750px;
	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: 700px;
	clear: both;
	height: 25px;
}


#localNav{
	width: 300px;
	height: auto;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	margin-right: 10px;
}
#localNav p{
	font-size: 80%;
	line-height: 1.2em;
	margin-bottom: 10px
	}

#mainImage{
	margin-bottom: 10px;
	float: left;
	}

.for-non-visual{
	display: none;
	}
