@charset "shift_jis";

body {
	/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {

}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンクカラー設定
---------------------------------------------------------------------------*/
a {
}

a:hover {
	text-decoration: none;
}

/*page（HOME）のカーソルオーバー時カラー*/
#page a:hover {
	color: #0000FF;

}




/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 14px;	/*文字サイズ*/
	color: #000000;		/*文字色*/
	font-weight: normal;
	text-align: right;	/*文字を右寄せ*/
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

h1 a {
	color: #990000;			/*リンクを設定した際の文字色*/
	text-decoration: none;	/*下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 7px solid #990000;
	background-image: none;
	background-color: #FFFFFF;

}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background-image: url(image/title/hed.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 296px;
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}

/*サイトロゴ配置設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対して左から0pxの位置に配置*/
	top: 120px;	/*ヘッダーに対して上から120pxの位置に配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 100px;
	margin-left: 7px;
	width: 900px;
	margin-bottom: 20px;
}

ul#menu img {
	vertical-align: bottom;
}

ul#menu a img {
	 border: none; 
}



ul#menu li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

ul#menu li.last {
	margin-right: 0px;
}


/*メインメニューの下ボーダーカラー
---------------------------------------------------------------------------*/
/*page1（HOME）*/
#page ul#menu {
	border: none;

}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*マップ
---------------------------------------------------------------------------*/
#map {
	padding-top: 5px;
	text-align: center;

}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*h2見出しタグ共通設定*/
#main h2 {
	font-size: 100%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 60px;
	clear: both;
}

/*段落タグ設定*/
#main p {
	padding-top: 0.5em;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
}

/*page（HOME）のh2背景画像*/
#page #main h2 {
	color: #FFFFFF;
	background-image: url(image/midashi.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	padding-top: 2px;
}

#page #main {
	border-bottom-color:#990000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

#page #main #map img {
	margin-bottom: 10px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	width: 100%;
	font-size: 12px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 10px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	background-image: url(images/footer_bg.jpg);	/*フッター背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


