* {
	padding: 0;
	margin: 0;
}



body {
	margin: 0px;
	text-align: center;
	background-image: url(img/back.gif);
}

A:link {
	COLOR: #003300;
}

A:visited {
	COLOR: #003300;
}

A:hover {
	COLOR: #003300;
}

A:active {
	COLOR: #003300;
}

h1 {
	height: 140px;
	width: 506px;
	margin: 0px auto;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

h2 {
	margin: 1em 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
}

h3 {
	margin: 1em 0;
	font-size: 1em;
	font-weight: bold;
	color: #900;
}

h4 {
	font-size: 0.8em;
	font-weight: normal;
}

.lead {
	padding: 0px;
	margin: 0em 2em;
	font-size: 0.8em;
	font-weight: bold;
	color: #444444;
	line-height: 1.5em;
	background-color: #000066;
}

p {
	font-size: 0.9em;
	line-height: 1.7em;/*	font-family: "ＭＳ ゴシック", "Osaka－等幅"; */
}

blockquote {
	padding: 1em;
	margin: 1em;
	border: #999999 solid 1px;
}


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

#header {
	height: 90px;
	width: 760px;
	padding: 0px;
	margin: 0px auto;
}


/* ---------------------------------------------------
　　上部ナビゲーション（メニュー）
--------------------------------------------------- */

#navi {
	height: 2em;
	width: 760px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 0.8em;
	line-height: 2em;
	text-align: center;
	background-color: #000066;
}

#navi ul {
	padding: 0;
	margin: 0 0 0 24px;
	text-align: center;
	list-style-type: none;
}

#navi li {
	float: left;
	padding: 0;
	margin: 0;
}

#navi a, #navi a:link, #navi menu a:visited {
	padding: 0 0.9em;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#navi a:hover {
	background-color: #0066BB;
}



#navi .on a {
	background-color: #006699;
}


/* ---------------------------------------------------
　　コンテンツ
--------------------------------------------------- */
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#main_container {
	width: 760px;
	padding: 1px 0px;
	margin: 0px auto;
	text-align: center;
	background-color: #FFFFFF;
}

#main {
	width: 506px;
	padding: 0px;
	margin: 40px auto;
	text-align: left;
}

#main li {
	font-size: 0.8em;
	line-height: 1.8em;
	list-style: none;
}

#copyright {
	width: 760px;
	padding: 0.3em 0;
	margin: 0px auto;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: center;
	background-color: #000066;
}


#page_title1, #page_title2, #page_title3, #page_title4, #page_title5, #page_title6, #page_title7, #page_title8, #page_title9, #page_title10, #page_title11 {
	height: 140px;
	/* IE5で背景画像が表示されるように text-indent を画像幅の倍数に設定し、横方向へのリピートを設定 */
	text-indent: -1012px;
	background-repeat: repeat-x;
	margin: 0 0 40px 0;
	padding: 0;
}

#page_title1 {
	background-image: url(img/page_title/p_t_img01.jpg);
}

#page_title2 {
	background-image: url(img/page_title/p_t_img02.jpg);
}

#page_title3 {
	background-image: url(img/page_title/p_t_img03.jpg);
}

#page_title4 {
	background-image: url(img/page_title/p_t_img04.jpg);
}

#page_title5 {
	background-image: url(img/page_title/p_t_img05.jpg);
}

#page_title6 {
	background-image: url(img/page_title/p_t_img06.jpg);
}

#page_title7 {
	background-image: url(img/page_title/p_t_img07.jpg);
}

#page_title8 {
	background-image: url(img/page_title/p_t_img08.jpg);
}

#page_title9 {
	background-image: url(img/page_title/p_t_img09.jpg);
}

#page_title10 {
	background-image: url(img/page_title/p_t_img10.jpg);
}

#page_title11 {
	background-image: url(img/page_title/p_t_img11.jpg);
}
/* ページ下部に表示する「Back」、「PageTop」ボタン用 */

#bottomNavi {
	padding-top: 40px;
	margin-top: 40px;
	border-top: solid #666666 1px;
}

#bottomNaviL {
	float: left;
}

#bottomNaviR {
	float: right;
}

