@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;	/*全体の文字色*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bgtop2.jpg);	/*壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}

body#top {
	background-image: url(images/bgtop2.jpg);		/*壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}


ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #e2e2c7;	/*カーソルオーバー時の文字色*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 901px;	/*HPの幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（サイト名ロゴが入っているボックス）
---------------------------------------------------------------------------*/
#header {
	height: 115px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}

#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	font-weight: normal;		/*文字色*/
	position: absolute;
	left: 108px;		/*ヘッダーに対して左から110pxの位置に配置*/
	line-height: 20px;
	top: 5px;
	width: 296px;
}

#header #logo {
	position: absolute;
	left: 16px;	/*ヘッダーに対してサイト名ロゴを左から16pxの位置に配置*/
	top: 20px;	/*ヘッダーに対してサイト名ロゴを上から20pxの位置に配置*/
}

#header #logos {
	position: absolute;
	left: 411px;	/*ヘッダーに対してサイト名ロゴを左から411pxの位置に配置*/
	top: 27px;	/*ヘッダーに対してサイト名ロゴを上から27pxの位置に配置*/
}

#header form {
	position: absolute;
	width: 191px;	/*１個あたりの幅*/
	height: 47px;
	right: 6px;
	top: 27px;

}
/*ナビメニュー（サイトマップ、お問い合わせなど）
------------------------------------------------------------------*/
#nav {
	position: absolute;
	width: 200px;	/*メニュー１個あたりの幅*/
	right: -9px;
	color: #660000;
	bottom: 23px;
}

#nav a {
	color: #660000;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #A7A7A7; /*メニュー間の境界線。左側に1本。*/
	text-decoration: none;　/*リンク文字の装飾（下線を消す）*/
}


#nav a.last {
	border-right: 1px solid #A7A7A7;	/*最後のメニュー用の右側の１本線。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 0px;
}

ul#menu li {
	line-height: 31px;
	height: 31px;
	float: left;
	border-left: 1px solid #A7A7A7;	/*メニュー間の境界線。左側に１本。*/
}

ul#menu li.last {
	border-right: 1px solid #A7A7A7;	/*最後のメニュー用の右側の１本線。*/
}

ul#menu li a {
	display: block;
	height:31px;
	width: 149px;	/*メニュー１個あたりの幅*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;	/*文字サイズ*/
}

ul#menu a:hover {
	background-color: #e2e2c7;	/*カーソルオーバー時の背景色（緑）*/
	color: #000000;

}

#img {
	padding-top: 37px;
}

#img p {
	padding-left: 10px;
}


/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	background: #e2e2c7;
}



/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 690px;	/*幅*/
	float: right;	/*右よせ*/
	padding-top: 0px;
	display: inline;
	margin-right: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
}

#main h2 {
	font-size: 120%;
	background: #ffffff url(images/h2_bg.jpg) no-repeat;	/*h2の背景画像設定*/
	padding-left: 20px;	/*h2文字の位置*/
	color: #333333;	/*h2タグの文字色*/
	line-height: 38px;
}

#main p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 65px;
}
#main a:hover img{
	filter: alpha( opacity=80 );
	opacity: 0.8;	/*リンク画像にカーソルがのった時の半透明設定*firefox safari*/
}


/*サイドコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#side {
	width: 196px;	/*幅*/
	float: left;	/*左よせ*/
	display: inline;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #b8b872;
}

#side h2 {
	font-size: 100%;
	color: #ffffff;	/*h3タグの文字色*/
	background-color: #000000;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	margin-bottom: 0px;	/*下に少し余白(0px)*/
}

#side p {
	padding-top: 0.5em;
}


/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
.submenu {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 5px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.submenu a {
	color: #000000;
	text-decoration: underline;
	border-bottom: 1px dotted #000000;
	display: block;
	width: 192px;
}

.submenu a:hover {
	background: #e2e2c7;
}

/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/


.box2 {
	margin-bottom: 0em;			/*ボックスの下に空間を空ける設定*/
	padding: 0px;				/*ボックス内の余白*/
}

/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 690px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;	/*文字をセンタリング*/
	background: #e2e2c7;
}

.ta1 th {
	padding: 0px;
	text-align: center;
	color: #000;
	font-size: 120%;
}

.ta1 td {
	vertical-align: top;
	padding: 0px;	/*テーブル内の余白*/
}

.ta1 img {
	margin: 2px;
	border: 2px solid #000;
}

.ta1 a {
	text-decoration: none;
}

.ta1 a:hover img {
	filter: alpha( opacity=80 );
	opacity: 0.8;	/*リンク画像にカーソルがのった時の半透明設定*firefox safari*/
}

/*フッター（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;		
	background-color: #006400;	/*背景色*/
	color: #ffffff;		/*文字色*/
}

#footer strong {
	font-size:15px
}

/*細々
---------------------------------------------------------------------------*/

.pagetop {
	text-align: right;
}
