@charset "utf-8";


/*ベース（ﾍﾟｰｼﾞ全体に有効なcss）
----------------------------------------------------------------*/

html,body{scrollbar-base-color:#66CC66}


#container {
	width: 750px !important;
	width /**/: 800px;
	text-align: left;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(../Image/Background/background-main.jpg);
	position: relative;
	height: 800px;
	margin-bottom: 10px;
}




/*ヘッダー
----------------------------------------------------------------*/

#header {
	background-repeat: repeat;
	background-position: center;
	height: 200px;
	position: relative;
	background-image: url(../Image/Background/background-header.jpg);
	border: thin solid #006600;
}

#header img {
	position: absolute;
	left: 100px;
	top: 50px;
}

#header h1 {
	font-size: 36px;
	padding-left: 35px;
	padding-top: 20px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


/*メイン
----------------------------------------------------------------*/
#main {
	float: none;
	width: 748px;
	display: inline;
	height: 600px;
	position: relative;
}

#main h2 {
	background-position: left top;
	font-size: 100%;
	padding-left: 10px;
	height: 30px;
	padding-top: 4px;
	padding-right: 5px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
}

#main p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

/*main title デザイン
----------------------------------------------------------------*/
#Home_Message {
	height: 42px;
	width: 747px;
	left: 3px;
	position: absolute;
	top: 0px;
	background-image: url(../Image/Home/Home_Message.png);
}

#Home_Message_txt {
	height: 17px;
	width: 725px;
	left: 12px;
	position: absolute;
	top: 13px;
}

#main_title_Home {
	height: 46px;
	width: 230px;
	left: 20px;
	position: absolute;
	top: 55px;
}


/*フッター
----------------------------------------------------------------*/
#footer {
	clear: both;
	width: 750px;
	font-size: 11px;
	padding-bottom: 2px;
	background-color: #003300;
	padding-top: 2px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: 18px;
	top: 778px;
	left: 0px;
}

#footer_menu {
	clear: both;
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: 15px;
	top: 757px;
	padding-top: 1px;
	padding-bottom: 1px;
	left: 7px;
}

#footer a {
	color: #FFFFFF;
}

/*カウンタ
----------------------------------------------------------------*/
#access_counter {
	position: absolute;
	left: 541px;
	top: 448px;
	width: 212px;
}

