@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック",Osaka,verdana,arial,sans-serif;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	background-color: #1E526D;
}
img {
	vertical-align: top;
	border: 0;
}
a {
	color: #0080AA;
}
a:hover {
	color: #F43E42;
	text-decoration: none;
}
.chui {
	color: #CC3300;
}

/*ベース、枠
------------------------------------------*/
#base {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base.jpg);
	padding-right: 24px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#main {
	float: left;
	width: 880px;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(img/main.gif);
}

/*ヘッダー
------------------------------------------*/
#head {
	background-image: url(img/head.jpg);
	height: 90px;
	position: relative;
	width: 902px;
	margin-bottom: 37px;
}
#head h1 {
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	position: absolute;
	top: 3px;
	margin: 0px;
	padding: 0px;
	right: 10px;
}
#head #h_logo {
	position: absolute;
	left: 25px;
	top: 22px;
}
#head #h_btn {
	position: absolute;
	left: 220px;
	top: 18px;
}

/*グローバルナビ
------------------------------------------*/
#navi {
	background-image: url(img/navi/navi.jpg);
	height: 37px;
	padding-left: 5px;
	position: absolute;
	top: 90px;
	width: 897px;
}
#top #navi {
	background-image: url(img/navi/navi_top.jpg);
}
#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
	display: block;
	float: left;
	list-style-type: none;
}
#navi li a,
#navi li span {
	display: block;
	background-repeat: no-repeat;
	height: 37px;
	width: 113px;
	text-indent: -10000px;
}

#navi li.navi_01 a {
	background-image: url(img/navi/navi_df_01.jpg);
}
#navi li.navi_02 a {
	background-image: url(img/navi/navi_df_02.jpg);
}
#navi li.navi_03 a {
	background-image: url(img/navi/navi_df_03.jpg);
}
#navi li.navi_04 a {
	background-image: url(img/navi/navi_df_04.jpg);
}
#navi li.navi_05 a {
	background-image: url(img/navi/navi_df_05.jpg);
}
#navi li.navi_06 a {
	background-image: url(img/navi/navi_df_06.jpg);
}

#navi li.navi_01 span,
#navi li.navi_01 a:hover {
	background-image: url(img/navi/navi_ov_01.jpg);
}
#navi li.navi_02 span,
#navi li.navi_02 a:hover {
	background-image: url(img/navi/navi_ov_02.jpg);
}
#navi li.navi_03 span,
#navi li.navi_03 a:hover {
	background-image: url(img/navi/navi_ov_03.jpg);
}
#navi li.navi_04 span,
#navi li.navi_04 a:hover {
	background-image: url(img/navi/navi_ov_04.jpg);
}
#navi li.navi_05 span,
#navi li.navi_05 a:hover {
	background-image: url(img/navi/navi_ov_05.jpg);
}
#navi li.navi_06 span,
#navi li.navi_06 a:hover {
	background-image: url(img/navi/navi_ov_06.jpg);
}

/*コンテンツ
------------------------------------------*/
#cont {
	float: left;
	width: 632px;
	margin-left: 9px;
	padding: 1px;
}
#cont h2 {
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-size: 16px;
	height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #111111;
	letter-spacing: 0.1em;
	line-height: 26px;
}
#cont .cont_in {
	background-image: url(img/cont_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#cont .cont_in p {
	line-height: 22px;
	background-image: url(img/dot.gif);
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cont h3 {
	font-weight: normal;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	height: 31px;
	line-height: 24px;
	font-size: 14px;
	text-indent: 16px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.chui_s {
	font-size: smaller;
	color: #CC3300;
}
#cont p strong {
	color: #CC3300;
}
#cont h3 strong {
	color: #145C87;
}

#pan {
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}

/*トップページ
------------------------------------------*/
#top_img {
	text-align: center;
	margin-top: 37px;
}
#top_btn_base {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#top_btn_base img {
	margin: 2px;
}
ul.li_new {
	margin: 0px;
	padding: 10px;
}
.li_new li {
	height: 23px;
	list-style-type: none;
	line-height: 23px;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	background-image: url(img/li_new.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-right: 10px;
	padding-left: 25px;
}

/*サイド
------------------------------------------*/
#side {
	background-color: #F0F0F0;
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(img/side.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#side .side_box {
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#side h3 {
	background-image: url(img/side_h3.jpg);
	font-weight: normal;
	margin: 0px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-indent: -10000px;
}
#side ul {
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#side li {
	list-style-type: none;
}
#side .side_inbox {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CFCFCF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}
.side_box li a {
	height: 26px;
	width: 178px;
	display: block;
	line-height: 26px;
	text-indent: 30px;
	color: #333333;
	text-decoration: none;
	margin-bottom: 1px;
	border: 1px solid #FFFFFF;
}
.side_box li a {
	background-image: url(img/side_li.gif);
}
.side_box li a:hover {
	background-image: url(img/side_li_ov.gif);
	color: #FFFFFF;
	border-top-color: #B3E7FF;
	border-right-color: #B3E7FF;
	border-bottom-color: #B3E7FF;
	border-left-color: #B3E7FF;
	text-indent: 32px;
}


/*フッター
------------------------------------------*/
#foot {
	background-image: url(img/foot.gif);
	height: 70px;
	clear: both;
	padding-top: 30px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	width: 902px;
}
#foot p {
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#foot ul {
	padding: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}
#foot li {
	display: inline;
	list-style-type: none;
}
#foot a {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
	padding-right: 7px;
	padding-left: 7px;
}
#foot a:hover {
	color: #FFFFCC;
	background-color: #1A4760;
}
#foot .f_pr a {
	color: #AAAAAA;
	border-right-color: #999999;
}

#foot #f_link {
	position: absolute;
	left: 220px;
	top: 50px;
}
#foot #f_logo {
	position: absolute;
	left: 30px;
	top: 45px;
}

address {
	font-style: normal;
	background-image: url(img/address.gif);
	height: 26px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 20px;
}

/*------------------------------------------テーブル処理*/

#form table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

table td.td_head {
	background-color: #53A3CA;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADC8D6;
	border-right-color: #ADC8D6;
	border-bottom-color: #ADC8D6;
	border-left-color: #ADC8D6;
}

table td.td_odd {
	background-color: #EDF0F1;
	text-align: left;
	padding: 8px;
	border: 1px solid #BAC4C9;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #95E0EE;
}
.table_base {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.table_base table {
	width: 100%;
}

/*フォーム
----------------------------------------------- */
#form {
	background-color: #F5F5F5;
	padding: 10px;
	margin: 10px;
	border: 1px solid #EEEEEE;
}
#contents #form .chui {
	font-size: 10px;
}
#cont h3.h3_img {
	background-image: none;
	padding: 0px;
	text-indent: 0px;
	height: 70px;
}
table.table_a td.td_head {
	background-image: url(img/td_head_a.gif);
	background-color: #B93030;
	border-top-color: #D9AAAA;
	border-right-color: #D9AAAA;
	border-bottom-color: #D9AAAA;
	border-left-color: #D9AAAA;
}
table.table_b td.td_head {
	background-image: url(img/td_head_b.gif);
	background-color: #84A12B;
	border-top-color: #C5CBAD;
	border-right-color: #C5CBAD;
	border-bottom-color: #C5CBAD;
	border-left-color: #C5CBAD;
}
table.table_s td.td_head {
	background-image: url(img/td_head_s.gif);
	background-color: #B8962E;
	border-top-color: #D0C9A8;
	border-right-color: #D0C9A8;
	border-bottom-color: #D0C9A8;
	border-left-color: #D0C9A8;
}
#top #head {
	margin-bottom: 0px;
}


#cont .box_3 {
	padding: 5px;
	float: left;
	background-color: #F6F6F3;
	width: 190px;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	margin-right: 5px;
}
#cont .box_3 img {
	border: 2px solid #DDDDDD;
filter : alpha(opacity=80);
-moz-opacity :0.80;
opacity :0.80;
}
#cont .box_3 a:hover img {
	border: 2px solid #FFFFFF;
filter : alpha(opacity=100);
-moz-opacity :1.00;
opacity :1.00;
}
#cont .box_3 p {
	line-height: 16px;
	background-image: none;
}
#cont .box_3:hover {
	border-top-color: #4AC5FF;
	border-right-color: #4AC5FF;
	border-bottom-color: #3AABDC;
	border-left-color: #4AC5FF;
}
