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





/* --- 全体の設定--- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF; /* 背景色 */
	color: #000000; /* 全体文字色 */
	font-size: 12px; /* 全体文字サイズ */
	font-family: メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Arial, Helvetica, sans-serif;
}





/* --- リンクの設定--- */
a:link {
	color: #FF4900;
	text-decoration: none;
}
a:visited {
	color: #A62F00;
	text-decoration: none;
}
a:hover { color: #ff0000; }
a:active {
	color: #ff0000;
	text-decoration: none;
}




/* --- コンテナ----------------------------------------------------------------------------- */
#container {
	width: 960px; /* ページの幅　*/
	margin: 0 auto; /* センタリング */
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/* --- ヘッダ０　スタイル選択、主要リンクなど（隠し中）-------------------------------------------------------------- */

#header0 {
	width: 100%; /*  */
	background-color: #CCCCFF; /* ナビゲーションの背景色 */
	font-size: 100%;
	height: 30px;
}

/* --- メニューエリア --- */
#header0 .nl {
width: 100%; /* メニューの幁E*/
margin: 0;
padding: 4px 0px; /* メニューのパディング�E�E�E�上下、左右�E�E�E�E*/
list-style-type: none;
text-align: center;
}

/* --- メニュー頁E�E��E� --- */
#header0 .nl li {
float: left;
}

/* --- 頁E�E��E�の幁E�E��E�Emで持E�E��E��E�E--- */
#header0 .nl li.item1 {
width: 30%;
}
#header0 .nl li.item2 {
width: 40%;
}
#header0 .nl li.item3 {
width: 25%;
}

/* --- リンク --- */
#header0 .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 2px 5px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
border-right: 1px #cccccc solid; /* リンクエリアの右枠緁E*/
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
}
/* --- ポイント時の設宁E--- */
#header0 .nl li a:hover {
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}




















/* --- ヘッダ１アオリ文章-------------------------------------------------------------- */
#header1 {
	background-color: #0000A6;
	color: #FFF;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}











/* --- ヘッダ２　ＧＩＯＹバナー------------------------------------------------------------------- */
#header2 {
	background-color: #ffffff; /* ヘッダの背景色 */
	padding: 20px;
	height: 61px;
}

#header2-1 {
	background-color: #ffffff; /* ヘッダの背景色 */
	float: left;
}


#header2-2 {
	background-color: #ffffff; /* ヘッダの背景色 */
	text-align: right;
	float: right;
}







/* --- ヘッダ３ドロップダウン水平ナビゲーションバー（隠し中）----------------------------------------------------------- */
#header3 {
	width: 100%; /* ナビゲーションの幁E*/
	border-top: 1px #333333 solid; /* 上枠緁E*/
	border-bottom: 1px #666666 solid; /* 下枠緁E*/
	font-size: 100%;
	background-image: url(images-site/hor_menu4_back4.gif);
	background-color: #ffe080; /* ヘッダの背景色 */
	background-repeat: repeat-x;
	background-position: top;
}

/* --- メニューエリア --- */
#header3 .nl {
	width: 100%; /* メニューの幁E*/
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	border-left: 1px #333333 solid; /* メニューの左枠緁E*/
	border-right: 1px #666666 solid; /* メニューの右枠緁E*/
	list-style-type: none;
	text-align: center;
	background-image: url(images-site/hor_menu4_back4.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* --- メニュー頁E�E��E� --- */
#header3 .nl li {
width: 14%; /* 頁E�E��E�の幁E*/
float: left;
}

/* --- リンク --- */
#header3 .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 2px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
border-left: 1px #666666 solid; /* リンクエリアの左枠緁E*/
border-right: 1px #333333 solid; /* リンクエリアの右枠緁E*/
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
font-weight: bold; /* 太孁E*/
}
/* --- リンクチE�E��E�スト�E色 --- */
#header3 .nl li a:link {
color: #000000;
}
#header3 .nl li a:visited {
color: #000000;
}
#header3 .nl li a:hover {
color: #ff8000;
}
#header3 .nl li a:active {
color: #ff8000;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}








/* --- ＧＩＯＹ共通メインメニュー ---------------------------------------------------------------------------------------- */
#nav {
float: left;
width: 160px; /* サイドの幅 */
}


/* --- メニューエリア --- */
#nav .menu-head {
	margin: 0;
	padding: 0;
	border-top: 1px #EEEEEE solid; /* 最上部の枠緁E*/
	list-style-type: none;
	text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#nav .menu-head li {
	background-color: #EEE; /* 頁E�E��E�の背景色 */
	border-bottom: 1px #EEEEEE solid; /* 頁E�E��E�の下枠緁E*/
	font-size: 14px;
	font-weight: bold;
}

/* --- リンク --- */
#nav .menu-head li a {
display: block;
position: relative; /* IE6用 */
padding: 4px 5px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
	color: #FF4900;
	font-weight: bold;

}
/* --- ポイント時の設宁E--- */
#nav .menu-head li a:hover {
	background-color: #9FF; /* ポイント時の背景色 */
	text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}



/* --- メニューエリア --- */
#nav .menu {
margin: 0;
padding: 0;
border-top: 1px #EEEEEE solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#nav .menu li {
	background-color: #ffffff; /* 頁E�E��E�の背景色 */
	border-bottom: 1px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}

/* --- リンク --- */
#nav .menu li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 2px 10px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
	text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
	color: #222;
	font-weight: normal;
}
/* --- ポイント時の設宁E--- */
#nav .menu li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}






/* --- メニューエリア --- */
#nav .sub-menu-head {
margin: 0;
padding: 0;
border-top: 0px #cccccc solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#nav .sub-menu-head li {
background-color: #e8e8e8; /* 頁E�E��E�の背景色 */
border-bottom: 0px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
padding: 3px 3px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
}

/* --- リンク --- */
#nav .sub-menu-head li a {
	display: block;
	position: relative; /* IE6用 */
	text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
	color: #F33;
}
/* --- ポイント時の設宁E--- */
#nav .sub-menu-head li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}



/* --- メニューエリア --- */
#nav .sub-menu {
margin: 0;
padding: 0;
border-top: 0px #cccccc solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#nav .sub-menu li {
background-color: #ffffff; /* 頁E�E��E�の背景色 */
padding: 2px 10px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
border-bottom: 0px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
}

/* --- リンク --- */
#nav .sub-menu li a {
display: block;
position: relative; /* IE6用 */
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
}
/* --- ポイント時の設宁E--- */
#nav .sub-menu li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}








/* --- メインカラム -------------------------------------------------------------------------- */
#content {
	float: left;
	width: 560px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#content p {
	font-size: 14px;
	line-height: 24px;
	padding-right: 20px;
}



#content h1 {
	font-size: 20px;
	line-height: 30px;
	padding-right: 20px;
	background-color: #CFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}


#content h2 {
	font-size: 16px;
	line-height: 30px;
	padding-right: 20px;
}







/* --- メインカラム各ページ用 ------------------------------------------------------------------------ */
#content1 {
	float: left;
	width: 780px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#content1 p {
	font-size: 14px;
	line-height: 24px;
	padding-right: 0px;
	background-color: #FFF;
	color: #000000;
	padding: 5px;
	margin: 25px;
}


#content1 h1 {
	font-size: 20px;
	line-height: 28px;
	background-color: #0000A6;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content1 h2 {
	font-size: 18px;
	line-height: 24px;
	background-color: #DDD;
	color: #000;
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content1 h3 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border: 2px solid #333;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 10px;
}


#content1 h4 {
	font-size: 14px;
	line-height: 24px;
	padding-right: 20px;
	color: #000000;
	padding: 10px;
	margin: 20px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}



#content1 h5 {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding: 10px;
	margin: 30px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


#content1 h6 {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding: 10px;
	margin: 0px;
	border: 1px none #666;
	font-weight: bold;
}
#content1 td p{
	font-size: 14px;
	margin: 0px;
	padding: 2px;
	line-height: 20px;
}
#content1 td h1{
	font-size: 16px;
	margin: 0px;
	padding: 2px;
	line-height: 24px;
	background-color: #FFF;
	color: #000;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#content1 li {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}


#content1 th{
	font-size: 14px;
	margin: 0px;
	padding: 2px;
	line-height: 20px;
	background-color: #DDD;
}
#content1 .t-head {
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	line-height: 20px;
	background-color: #DDD;
	font-weight: bold;
	text-align: center;
}


#content1 .red {
	font-weight: bold;
	color: #F00;
}



/* --- トップページ用右サイドバー ---------------------------------------------------------------------------- */
#link {
float: left;
width: 220px; /* サイドバーの幁E*/
}


/* --- メニューエリア --- */
#link .menu-head {
margin: 0;
padding: 0;
border-top: 1px #EEEEEE solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#link .menu-head li {
background-color: #000; /* 頁E�E��E�の背景色 */
border-bottom: 1px #EEEEEE solid; /* 頁E�E��E�の下枠緁E*/
}

/* --- リンク --- */
#link .menu-head li a {
display: block;
position: relative; /* IE6用 */
padding: 4px 5px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/

}
/* --- ポイント時の設宁E--- */
#link .menu-head li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}



/* --- メニューエリア --- */
#link .menu {
margin: 0;
padding: 0;
border-top: 1px #cccccc solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#link .menu li {
background-color: #000; /* 頁E�E��E�の背景色 */
border-bottom: 1px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
}

/* --- リンク --- */
#link .menu li a {
display: block;
position: relative; /* IE6用 */
padding: 2px 10px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
}
/* --- ポイント時の設宁E--- */
#link .menu li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}






/* --- メニューエリア --- */
#link .sub-menu-head {
margin: 0;
padding: 0;
border-top: 0px #cccccc solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#link .sub-menu-head li {
background-color: #DDDDDD; /* 頁E�E��E�の背景色 */
border-bottom: 0px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
padding: 3px 3px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
}

/* --- リンク --- */
#link .sub-menu-head li a {
	display: block;
	position: relative; /* IE6用 */
	text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
	color: #F33;
}
/* --- ポイント時の設宁E--- */
#link .sub-menu-head li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}



/* --- メニューエリア --- */
#link .sub-menu {
margin: 0;
padding: 0;
border-top: 0px #cccccc solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#link .sub-menu li {
background-color: #ffffff; /* 頁E�E��E�の背景色 */
padding: 2px 10px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
border-bottom: 0px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
}

/* --- リンク --- */
#link .sub-menu li a {
display: block;
position: relative; /* IE6用 */
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
}
/* --- ポイント時の設宁E--- */
#link .sub-menu li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}














/* --- フッタ ----------------------------------------------------------------------------------------------- */
#footer {
	clear: left; /* フロート�Eクリア */
	width: 100%;
	background-color: #FFF; /* フッタの背景色 */
	font-size: 10px;
	color: #333;
}


/* --- メニューエリア --- */
#footer .menu-head {
	margin: 0;
	padding: 0;
	border-top: 1px #EEEEEE solid; /* 最上部の枠緁E*/
	list-style-type: none;
	text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#footer .menu-head li {
	background-color: #EEE; /* 頁E�E��E�の背景色 */
	border-bottom: 1px #EEEEEE solid; /* 頁E�E��E�の下枠緁E*/
	font-size: 14px;
	font-weight: bold;
}

/* --- リンク --- */
#footer .menu-head li a {
display: block;
position: relative; /* IE6用 */
padding: 4px 5px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
	color: #FF4900;
	font-weight: bold;

}
/* --- ポイント時の設宁E--- */
#footer .menu-head li a:hover {
	background-color: #9FF; /* ポイント時の背景色 */
	text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}



/* --- メニューエリア --- */
#footer .menu {
margin: 0;
padding: 0;
border-top: 1px #EEEEEE solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#footer .menu li {
	background-color: #ffffff; /* 頁E�E��E�の背景色 */
	border-bottom: 1px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}

/* --- リンク --- */
#footer .menu li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 2px 10px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
	text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
	color: #222;
	font-weight: normal;
}
/* --- ポイント時の設宁E--- */
#footer .menu li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}






/* --- メニューエリア --- */
#footer .sub-menu-head {
margin: 0;
padding: 0;
border-top: 0px #cccccc solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#footer .sub-menu-head li {
background-color: #e8e8e8; /* 頁E�E��E�の背景色 */
border-bottom: 0px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
padding: 3px 3px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
}

/* --- リンク --- */
#footer .sub-menu-head li a {
	display: block;
	position: relative; /* IE6用 */
	text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
	color: #F33;
}
/* --- ポイント時の設宁E--- */
#footer .sub-menu-head li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}



/* --- メニューエリア --- */
#footer .sub-menu {
margin: 0;
padding: 0;
border-top: 0px #cccccc solid; /* 最上部の枠緁E*/
list-style-type: none;
text-align: left;
}

/* --- メニュー頁E�E��E� --- */
#footer .sub-menu li {
background-color: #ffffff; /* 頁E�E��E�の背景色 */
padding: 2px 10px; /* リンクエリアのパディング�E�E�E�上下、左右�E�E�E�E*/
border-bottom: 0px #cccccc solid; /* 頁E�E��E�の下枠緁E*/
}

/* --- リンク --- */
#footer .sub-menu li a {
display: block;
position: relative; /* IE6用 */
text-decoration: none; /* チE�E��E�スト�E下線（なし！E*/
}
/* --- ポイント時の設宁E--- */
#footer .sub-menu li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* チE�E��E�スト�E下線（あり！E*/
}

