/* ---------- reset ---------- */

* {
margin:0;
padding:0;
font-size:12px;
font-family: MS PGothic, Arial, Helvetica, sans-serif;
}

/* ---------- reset_end ---------- */


/* ---------- body ---------- */

body {
	text-align: center;
	color:#666666;
	font-family: MS PGothic, sans-serif;
	background: url(img/bg.gif) no-repeat top center;
}

#main-container {
	margin-right:auto;
	margin-left:auto;
	width: 750px;
	height: auto;
	overflow: hidden;
	text-align: left;
	background: transparent url(img/maincontainer_bg.gif) repeat-y top;
}

a {
	color:#666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

fieldset { padding:5px; }

/* ---------- body_end ---------- */


/* ---------- 見出し ---------- */

h1 {
	font-size: 13px;
	line-height: 110%;
	padding: 30px 3px 0px 0px;
	text-align: right;
}

h2 {
	background:url(img/title.gif) no-repeat top left;
	font-size: 20px;
	line-height: 110%;
	padding: 40px 3px 20px 45px;
	text-align: left;
	color: #ffffff;
	font-weight: 900;
}

/* ---------- 見出し_end ---------- */


/* ---------- header ---------- */

#header {
	padding: 0px 0px 0px 0px;
	text-align: center;
	background:url(img/header.gif) no-repeat top left;
	height: 250px;
	width: 510px;
	float: right;
}

#header_arc {
	padding: 0px 0px 0px 0px;
	text-align: center;
	background:url(img/header_arc.gif) no-repeat top left;
	height: 170px;
	width: 510px;
	float: right;
}

.logo {
	padding: 12px 0px 0px 25px;
	text-align: left;
}


/* ---------- header_end ---------- */


/* ---------- main-content ---------- */

#main-content {
	width: 510px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	overflow: hidden;
	height: auto;
	background-color: transparent;
}

/* ---------- main-content_end ---------- */


/* ---------- main ---------- */

#main {
	width: 500px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.info {
	padding: 5px 0 0 12px;
}

.news {
	padding: 5px 0 0 12px;
	clear: both;
}

.info_txt, .news_txt {
	line-height: 150%;
	padding: 5px 110px 0 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.ippan_ichi, .koukuu_ichi {
	float: left;
	padding: 5px 0 0 22px;
}

.shinbi, .yobou {
	float: right;
}

.ippan {
	display:block;
	text-align:left;
	width:220px;
	height:132px;
	background: url(img/menu04.gif) no-repeat;
}

.text_ippan {
	padding: 40px 12px 0 100px;
	line-height: 135%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.shinbi {
	display:block;
	text-align:left;
	width:220px;
	height:132px;
	background: url(img/menu01.gif) no-repeat;
}

.text_shinbi {
	padding: 40px 100px 0 12px;
	line-height: 135%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.koukuu {
	display:block;
	text-align:left;
	width:220px;
	height:132px;
	background: url(img/menu03.gif) no-repeat;
}

.text_koukuu {
	padding: 40px 100px 0 12px;
	line-height: 135%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.yobou {
	display:block;
	text-align:left;
	width:220px;
	height:132px;
	background: url(img/menu02.gif) no-repeat;
}

.text_yobou {
	padding: 40px 12px 0 100px;
	line-height: 135%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ---------- main-arc ---------- */
/* ---------- main-arc_end ---------- */


/* ---------- entry ---------- */

.entry-content {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	line-height: 150%;
}

.entry-body {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 12px 0px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 150%;
}

.text_01 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 0px 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 150%;
}

/* ---------- entry_end ---------- */


/* ---------- side ---------- */

#side {
	text-align: left;
	width: 240px;
	float: left;
}

.qr {
	margin: 0 0 0 20px;
}

.qr2 {
	margin: 0 0 20px 20px;
}

.map {
	margin: 20px 0 0 31px;
}

.map_txt {
	margin: 6px 0 0px 47px;
	color: #ffffff;
}


/* ---------- side_end ---------- */


/* ---------- main-menu ---------- */

#menu{
	width: 200px;
	height: 240px;
	background: url(img/menu.gif) no-repeat;
	margin: 60px 0 0 20px;
		}

	#menu li{
	display: inline;
		}

	#menu li a{
		display: inline;
		background: url(img/menu.gif);
		background-repeat: no-repeat; text-indent: -9999px; overflow: hidden;
		}

	#menu li.gn1 a{
		width: 200px;
		height: 40px;
		background-position: 0 0;
		float: left;
		}

	#menu li.gn1 a:hover{
		background-position: -200px 0;
		}

	#menu li.gn2 a{
		width: 200px;
		height: 40px;
		background-position: 0 -40px;
		float: left;
		}

	#menu li.gn2 a:hover{
		background-position: -200px -40px;
		}

	#menu li.gn3 a{
		width: 200px;
		height: 40px;
		background-position: 0 -80px;
		float: left;
		}

	#menu li.gn3 a:hover{
		background-position: -200px -80px;
		}

	#menu li.gn4 a{
		width: 200px;
		height: 40px;
		background-position: 0 -120px;
		float: left;
		}

	#menu li.gn4 a:hover{
		background-position: -200px -120px;
		}

	#menu li.gn5 a{
		width: 200px;
		height: 40px;
		background-position: 0 -160px;
		float: left;
		}

	#menu li.gn5 a:hover{
		background-position: -200px -160px;
		}

	#menu li.gn6 a{
		width: 200px;
		height: 40px;
		background-position: 0 -200px;
		float: left;
		}

	#menu li.gn6 a:hover{
		background-position: -200px -200px;
		}


/* ---------- main_menu_end ---------- */


/* ---------- footer ---------- */

#footer {
	height: 170px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(img/footer.gif) no-repeat top center;
	clear: both;
	height: auto;
	overflow: hidden;
}

.g_navi {
	display: block;
	width: 750px;
	height: 100px;
	text-align: center;
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #444444;
}

html>/**/body .g_navi {
	height: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0px 0px 0px;
	color: #444444;
}

.g_navi a {
	color: #666666;
	text-decoration: none;
}

.g_navi a:hover {
	text-decoration: none;
}

/* ---------- footer_end ---------- */


/* ---------- table ---------- */

.td_1 {
	line-height: 140%;
	text-align: left;
	color: #444444;
}

.td_2 {
	line-height: 140%;
	text-align: right;
	color: #444444;
}

.info {
	width: 110px;
}

.table_1 {
	background-color: #999999;
}

.tr_1 {
	background-color: #ffffff;
}

.td_3 {
	line-height: 140%;
	text-align: left;
	background-color: #eeeeee;
	width: 150px;
	padding: 8px 8px 8px 8px;
	color: #333333;
}

.td_4 {
	line-height: 140%;
	text-align: left;
	background-color: #ffffff;
	width: 350px;
	padding: 8px 8px 8px 8px;
}

/* ---------- table_end ---------- */

.img_01 {
	padding: 0px 0px 4px 8px;
}

.img_02 {
	padding: 0px 10px 4px 0px;
}



