@charset "Shift_jis";

/*========================================
 
==========================================*/
/*========================================
 
==========================================*/
body2 {
	font-size: 80%;
	background: #FFFFFF;
}

form2 {
	margin: 0px;
	padding: 0px;
}

div#base2 {
	width: 690px;
	margin: 15px auto;
	padding: 15px;
	background: #FFFFFF;
}

div#main2 {
	padding: 10px;
	border: solid 1px #CCCCCC;
}


/*========================================
 フォームのテーブル関係
==========================================*/
#form_area th {
	width: 170px;
	background: #F2F2F2;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
#form_area td {
	background: #FFFFFF;
	font-size: 80%;
}

/* 必須マーク */
.hissu {
	color: #FF0000;
}


/*========================================
 上部メッセージ欄
==========================================*/
div.top_mes {
	background: #B2CCFF;
	padding: 5px;
}


/*========================================
 エラーメッセージ関係
==========================================*/
div#error_area {
	margin: 20px;
	padding: 5px;
	border: solid 1px #C00;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background: #FFCC00;
	color: #FF0000;
}


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.color1 {
	color: #990000;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/header_bg.gif) no-repeat;
}
#header h1 {
	font-size: 10px;
	color: #fafafa;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 5px;
}
#header img {
	vertical-align: top;
	padding-top: 38px;
	padding-bottom: 15px;
}




/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 76px;
	right: 4px;
	line-height: 26px;
	background: url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}
#nav li {
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a {
	color: #999999;
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
}
#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
}


/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 15px;
	background: #FFFFFF;
}


#sub h3 {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


#subm {
	float: right;
	width: 264px;
	display: inline;

}


/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
	background: url(images/arrow2.gif) no-repeat left center;
	padding-left: 20px;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
	background: #bdbdbd url(images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {

	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 20px;
}


/*　.ta1テーブル（メイン画面のバナー）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 540px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(images/peaple-mark.gif) no-repeat right bottom;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #005e15;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.4em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/*　.ta2テーブル（index下位ページのタイトル部分）
------------------------------------------------------------------*/
.ta2 {
	border: 0px solid #999999;
	width: 546px;
	height: 100px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(images/title-mark.gif) no-repeat right bottom;
}

.ta2 p {
	line-height: 1.4em;
}

.ta2 h3 {
	color: #005e15;
	border-bottom: 1px dotted #999999;
	font-size: 140%;
	padding-left: 10px;
	line-height: 24px;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF;
	padding: 20px 0px;
	border-top: 1px solid #CCCCCC;
}

