﻿@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #555555;		/*全般の文字色*/
	background: #FFFFFF url(images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}

.copy { color: #C3D600; font-size: 24px; font-weight: bold; }
.copy2 { color: #DD7045; font-size: 24px; font-weight: bold; }


/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	margin-top:  5px;
	background: url(images/header_bg.gif) no-repeat right top; /*右上の住所とTELの画像設定。*/
	background-position: 500px 15px;
}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 38px;        /* 54 */
	line-height: 38px;
	background: url(images/topmenu_bg.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	/* font-weight: bold; */
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;

text-shadow:
  0px 0px 1px #666,
  0px 0px 5px #666,
  0px 0px 6px #666;

}

ul#topmenu li a:hover {
	background: url(images/topmenu_bg.gif) no-repeat bottom;
}


/*
グローバルナビ
-------------------------------------------*/
#navi {
	background-image: url(images/navi.gif);
	height: 44px;
	padding-left: 15px;
	/* position: absolute; */
	left: 1px;
	bottom: 0px;
	width: 786px;      // width: 933px;
	margin: 0 auto;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
}
#navi li a, #navi li strong {
	line-height: 16px;
	display: block;
	float: left;
	height: 32px;
	width: auto;
	padding-right: 22px; // padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 22px;  // padding-left: 25px;
	font-size: 12px;     // font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	padding-top: 6px;
	text-align: center;

	/*font-weight: bold; */
	text-decoration: none;

	text-shadow:
  0px 0px 1px #000,
  0px 0px 2px #000,
  0px 0px 2px #000;


}
#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #C6ECFB;      /* #C6ECFB */
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #000;
}
#navi li a:hover span {
	color: #247703;      /* #1A80C3 */
}

#navi li a {
	background-image: url(images/navi_li.gif);
}
#navi li a:hover {
	background-image: url(images/navi_li_ov.gif);
	color: #333333;
}
#navi li strong {
	background-image: url(images/navi_li_st.gif);
	color: #006AAA;
	font-weight: normal;
}
#navi li {
	display: inline;
}







/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background: url(images/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: left;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	text-indent: 6em;
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left
	width: 576px;
	padding-top: 10px;
	padding-bottom: 16px;
}

#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main p {
	padding: 0.5em 10px 1em;
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
/*
	width: 100%;
	line-height: 1.4;
	text-align: center;
*/
  text-align:center;
  background:url(images/line_b.gif) repeat-x top center #ccc;
  color:#666;
  font-size:12px;
  padding:5px 0;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}



/*--------------------------------------------------------------------------------
　▼　ジャンプ関係
--------------------------------------------------------------------------------*/
p.jumpT {	
	background: url(../images/box_bgline.gif) no-repeat left bottom;
	padding: 0 3px 3px 0;
	text-align: right;
	margin: 5px 0 5px 0;
}

/*--------------------------------------------------------------------------------
　▼　テーブル関係
--------------------------------------------------------------------------------*/
/*------------------table------------------*/
table {
	font-size: 1.0em;
	line-height: 1.5;
}
table.box,
table.box02 {
	width: 564px;
	margin: 10px 0 10px 3px;
}
table.box th,
table.box td,
table.box02 th,
table.box02 td {
	padding: 8px 0;
}
table.box th,
table.box02 th {
	width: 20%;
	background-color: #F3F3F3;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 3px #CCCCCC;
	font-weight: bold;
	text-align: center;

}
table.box02 th {
	width: 40%;
	line-height: 1.3em;
}
table.box td,
table.box02 td {
	border-bottom: solid 1px #CCCCCC;
	padding-left: 10px;
}
table.box th.st,
table.box td.st,
table.box02 th.st,
table.box02 td.st {
	border-top: solid 1px #CCCCCC;
}

.table {
	width: 564px;
	margin: 10px 15px 10px 10px;
}
.table th,
.table td {
	padding: 8px;
}
.table th {
	background-color: #F3F3F3;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 3px #CCCCCC;
	font-weight: bold;
	text-align: center;
}
.table td {
	border-bottom: solid 1px #CCCCCC;
	padding-left: 10px;
}

.required{
	background-color:#FF4500;
	font-weight: normal;
	color: #fff;
}

.table_02{
width:98%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.table_02 th{
width: auto;
padding: 4px;
text-align: center;
vertical-align: top;
color: #444;
background-color: #dedede;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table_02 td{
padding: 4px;
text-align: center;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.error {
  font-size: 90%;
  color: #BB1850;
}


--------------------*/
#menubox {
    padding:10px; /* メニュー全体170px; */
    width:315px; /* リンク部分315px; */
}
#menubox li {
    text-align:left;
    list-style-type:none; /* リスト記号なし */
    margin-bottom:5px;
    width:315px; /* リンク部分315px; */
}
#menubox a { 
    border:1px solid #ff6666;
    padding:10px;
    display:block;
    font-weight:bold;
    font-size:12px;
    color:#ff6633;
    text-decoration:none;
    background-color:#fff;
}
#menubox a:hover {
    color:#fff;
    background-color:#ff9900;
}
--------------------*/
#menubox2 {
    padding:10px; /* メニュー全体170px; */
    width:315px; /* リンク部分315px; */
}
#menubox2 li {
    text-align:left;
    list-style-type:none; /* リスト記号なし */
    margin-bottom:5px;
    width:315px; /* リンク部分315px; */
}
#menubox2 a { 
    border:1px solid #666;
    padding:10px;
    display:block;
    font-weight:bold;
    font-size:12px;
    color:#666;
    text-decoration:none;
    background-color:#fff;
}
#menubox2 a:hover {
    color:#fff;
    background-color:#666;
}



.spbox1 {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	font-weight:normal;
	font-size: 100%; 
}

a.btn3{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;  
	box-shadow: 1px 1px 2px #e7e7e7;  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), 		color-stop(0.01, #f1f1f1), 
		color-stop(0.5, #f1f1f1), 
		color-stop(0.99, #dfdfdf), 
		to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	}


