@charset "utf-8";

/* 共通 */
/* --HTML-- */
html {
	overflow-y:scroll;
	height: 100%;
}

body{
	margin-top: 0px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 150%;
	color: #000000;
	padding: 0px;
	background-color: #92C761;
	font-size: 14px;
}
/* --OTHER TAGS-- */
a img, img {
	border:0;
	vertical-align: top;
}
a:hover img.fade,.a:active img.fade{
filter:alpha(opacity= 50); /* IE */
-moz-opacity:0.50; /* Firefox CSS3以前 */
opacity:0.50; /* CSS3 */
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}
table{font-size:14px;}
code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}


ol, ul {
list-style:none;
}

a:hover img.fade,.a:active img.fade{
filter:alpha(opacity= 50); /* IE */
-moz-opacity:0.50; /* Firefox CSS3以前 */
opacity:0.50; /* CSS3 */
}

.imgover{}


a{
	color: #535353;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #535353;
}

img,fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* { box-sizing : border-box}
* { -moz-box-sizing : border-box
	background-position: center top;
}
h1, h2, h3, h4, h5, h6 {
margin:0px;
}
h1{
	font-size:10px;
	color: #666666;
	text-align: center;
	margin-bottom: 30px;
}
h2{
	clear:both;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
h3{
	font-size:16px;
	margin-bottom: 5px;
	clear: both;
	padding-top: 10px;
}


#wrapper{
	width:100%;
	padding-top: 25px;
}

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/header.png);
	height: 100px;
	text-align: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 1000px;

}
#stage {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../image/stage.png);
	width: 1000px;
	background-repeat: repeat-y;
	background-color: #A7D281;

}
#container{
	width:900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container .rogo{
	margin-bottom:25px;
	float: left;
}
#contents {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 600px;
}
#contents p{margin-bottom:15px;}


/*-----------------------------------------------
 __左メニュー
-----------------------------------------------*/
#gnav {
	height: 80px;
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 30px;

}
#gnav ul{
	text-align: left;
	list-style-type: none;
	padding: 0px;
	float: left;
	width: 600px;
	}

#gnav ul li {
	padding: 0px;
	float:left;
	width: 275px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 160px;
	}


#gnav ul li img{float:left; margin-right:10px;}
#gnav h3{
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-align: center;
}
#gnav h3 a{color:#535353;}
#gnav h3 a:hover{color:#535353;}
#gnav ul li p{padding-top:10px;}


#gnav_right{
	float:right;
	width:230px;
}
#gnav_right h3{
	border:none;
	margin-bottom: 5px;
}
#gnav_right .box{
	text-align:center;
	color: #000000;
}
#gnav_right .box p{margin-bottom:5px;}

/*-----------------------------------------------
 __画像配置
-----------------------------------------------*/
.img_lf{
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}
.img_rt{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*-----------------------------------------------
 __右コンテンツ
-----------------------------------------------*/

#right{
	float:right;
	width:272px;
	text-align: right;
}
#right .box{
	border-radius: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#right .box h3{
	font-size:14px;
	line-height: 24px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#right .box ul{text-align:left;}
#right .box li{
	padding-left:15px;
	margin-bottom: 10px;
}
#right .box li.date{
	padding:0px;
	margin: 0px;
}
#right .box p{margin-bottom:5px;}
/*-----------------------------------------------
 __フッター
-----------------------------------------------*/
#footer {
	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#footer p{
	font-size: 10px;
}
#footer ul {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 60px;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover{text-decoration:underline;}



/*-----------------------------------------------
 __右　コンテンツ　会社概要
-----------------------------------------------*/

#toi table{
	margin-bottom: 40px;
	width: 100%;
	line-height: 130%;
}

td {
	text-align:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E8E8E8;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	line-height: 24px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	color: #53493F;
}
th {
	text-align:left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}



/*-----------------------------------------------
 __文字関係
-----------------------------------------------*/
.red{color:#FF0000;}
.verysmall{font-size:70%;}
.blue{color:#0066FF;}
.normal{font-size:12px;}
.tel{font-size:14px;}

.big{
	font-size:130%;
	line-height: 160%;
}
.verybig{
	font-size:150%;
	line-height: 140%;
}
.pink{color:#FF6699;}
.bold{
	font-weight:bold;
}
.small{font-size:12px;}
.orange{color:#FF6600;}
.brown{color:#660000;}
.form_text {
	font-size: 18px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 35px;
	width: 90%;
}

/*-----------------------------------------------
 __背景画像
-----------------------------------------------*/

.bg_img{
display:none;
}
.loader {
position:absolute;
z-index:9999;
width:100px;
height:25px;
top:49%;
left:48%
}
.dot{
	border-bottom-color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
