@charset "utf-8";

/*------　基本スタイル　------*/
body {
	background:#FFF url(../images/bg.gif) no-repeat left top;
	color: #333;
	font-size: 0.85em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	text-align: center;
}

/*------　リンクカラー　------*　
--------　下線はdefault.cssで消してあるので、出したいときは適宜指定すること。　------*/
a:link {
	color:#039;
	text-decoration:underline;
}
a:visited {
	color:#606;
	text-decoration:underline;
}
a:hover {
	color: #F90;
	text-decoration:underline;
}
a:active {
	color:#F60;
}

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

h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 1em;
}


#header h1 {
	height:20px;
	line-height:20px;
	color: #FFF;
	font-size: 12px;
	margin: 0;
	text-align:right;
}

h1#pagetitle {
	height: 100px;
	padding-left: 1em;
	line-height: 100px;
	font-weight: bold;
	font-size: xx-large;
	color: #333;
	background: #060 url(../images/pagetitle_bg3.jpg);
}

h2 {
	background: url(../images/h2_bg1.gif) no-repeat;
	font-size: 18px;
	line-height: 46px;
	height: 46px;
	font-weight: bold;
	color: #033;
	padding-left: 1em;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 0.5em;
	border-bottom: 1px dotted #CCC;
	border-left: 10px solid #033;	
}

#footer h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;
}

h4 {
}

/*------　レイアウト用ボックス　------*/

/*　header　*/
#header {
	width: 100%;
	min-width: 1200px;
	height: 208px;
	background: #FFF url(../images/header_bg1.jpg) repeat-x;
}

/*　navi　*/
#navi {
	height: 51px;
	background: #FFF url(../images/navi_bg1.gif) repeat-x;
	margin: 0 auto;
}

/*　wrapper　*/
.wrapper {
	margin: 0 auto;
	padding: 10px;
	width: 1200px;
	text-align: left;
}

/*　footer　*/
#footer {
	background: #1F3B08 url(../images/footer_bg.jpg) repeat-x;
	height: 200px;
	width: 100%;
	min-width: 1220px;
	color: #FFF;
}

/*------　各ボックス内の指定　------*/

#header div.wrapper {
	margin: 0 auto;
	padding: 10px;
	width: 1200px;
	background: url(../images/logo.png) no-repeat right center;
}

#header_title {
	width:480px;
	height:130px;	
	float: left;
	margin-top:30px;
	margin-right: 20px;
}

#header_address {
	float: right;
	margin-top: 20px;
	
}

#header_navi {
	width: 500px;
	float: left;
	text-align: right;
	margin-top:10px;
	margin-right: 20px;
}

#header_navi li {
	/*width: 100px;*/
	float: left;
	margin-left: 15px;
}

#header_navi li a:hover {
	opacity: 0.5;
}


/*　navi　*/
#navi ul {
	/*background-color: #CFC;*/
	width: 1200px;
	margin: 0 auto;
}

#navi li {
	width: 180px;
	height: 50px;
	float: left;
	padding-top: 1px;
	position: relative;
	border-right: 1px solid #999;
}

#navi li a{
	display: block;	
	height: 50px;
	line-height: 51px;
	color: #f6f9ed;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-shadow: 0 0 1px #333;
}

#navi li a:hover,#navi li.current a{
	background-image: url(../images/navi_on.jpg);
}

#navi li#home {
	width: 112px;	
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #060;
}

#navi li#home a {
	width: 112px;
	height: 50px;
	line-height: 51px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #060;
}

#navi li#home a:hover {	
	background-color: rgba(102,204,51,0.7);
	background-image: none;
}

/* dropdown navi */
#navi li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
}

#navi li li {
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #B8D96F;
	border-bottom: 1px dotted #FFF;
}

#navi li li a, #navi li li a:visited {
	color:#063;
	display: block;
}
#navi li li a:hover {
	color:#FF6;
	background-color: #060;
}
	
#navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul {
	left: auto;
}

#navi li li li {
	background-color: #FC9;
}

/*　wrapper　*/
#mainV {
	width: 1200px;
	margin-top: 10px;
}

#visual{
	margin-bottom: 0px;
}

#slider {
	margin-bottom: 0px;
}

#main_img {
	float: left;
	width: 920px;
}

ul#main_navi {
	float: right;
	width: 280px;
	margin-bottom: 0px;
}

ul#main_navi li {
	margin-bottom: 5px;
}

ul#main_navi li:hover,p#entBtn:hover {
	opacity: 0.7;
}



/* footer */
#footer .sitemapbox {
	width: 350px;
	float: left;
	border-left: 1px dashed #FFF;
	margin: 0 10px 5px;
	padding: 0 1em;
}

#footer .sitemapbox h3 {
	padding: 0;
	border: none;
}

#footer .sitemapbox li {
	background: url(../images/footer_li_icon.gif) no-repeat left center;
	padding-left: 1em;
}

#footer a:link {
	color:#FFF;
}
#footer a:visited {
	color:#FF9;
}
#footer a:hover {
	text-decoration:underline;
	color: #FF0;
}
#footer a:active {
	color:#F60;
}

address {
	clear: both;
	text-align: right;
}

/*------　ページトップへ戻る　------*/
.pagetop {
	text-align: right;
	clear: both;
}

/*.pagetop a { 
	color: inherit;
}

.pagetop a:hover {
	color: inherit;
}*/

/*-------　テキスト関連の細かい指定　------*/
p.indent {
	margin-left: 1em;
	text-indent: -3em;
}

.red {
	color: #C03;
}

.blue {
	color: #039;
}

.space {
	margin-left:5px;
	margin-right: 5px;
}

.addition {
	font-size: x-small;
	line-height: 1.2;
}

#headline {
	width: 1200px;
	margin-bottom: 10px;
}

.alLeft {
	width: 200px;
	float: left;
	margin: 5px;
	clear: both;
	margin-bottom: 20px;
}

.alLeft a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.alRight {
	width: 800px;
	float: left;
	margin: 5px 5px 20px 0;
}

/*------------------------------------------------
android
-------------------------------------------------*/

.android h2 {
	font-size: 18px;
}