@charset "UTF-8";
/*--html--*/
html{
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1.1;
	height:100%;
}

/*--Body--*/
body{
	letter-spacing: -0.001em;
	text-size-adjust: none;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing:antialiased;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align:center;
	font-size:14rem;
	font-weight:500;
	line-height:1.6;
	color:#5d493e;
	background-color:#fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	height:100%;
}

/*--Image--*/
img{
	border:none;
	vertical-align:top;}

/*--Link--*/
a{
	color: #390;
	text-decoration:none;
	outline:none;
	word-wrap:break-all;}
a:link    {color:#390;text-decoration:none;}
a:visited {color:#390;text-decoration:none;}
a:active  {color:#390;text-decoration:none;}
a:hover   {color:#f69;text-decoration:none;}

/*--Reset--*/
*{
	margin:0;
	padding:0;}

ul,ol{
	list-style:none;}

/*--clear--*/
.clearfix {zoom:1;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;}

.floatClear{
	clear:both;
	height:1px;
	font-size:1px;
	color:#fff;
	overflow:hidden;
	padding:0;
	margin:0;}

/*--FONT--*/
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
.gothic{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

.commJust{
	text-align: justify!important;
	text-justify: inter-ideograph!important;
	hanging-punctuation: allow-end!important;}








.wrap{
	background: url(../image_gl/gl_bg.gif) center center;
}

/*------------------------------------------------------------
HEAD
------------------------------------------------------------*/

#headBox{
	width:890px;
	margin:0 auto;
}

#headBox h1{
}

.topHeadMainImage{
}

.headContBox{
	width:890px;
	height:47px;
	background: url(../image_gl/gl_head_cont_bg.gif) center bottom no-repeat;
}

.headContBg{
	width:100%;
	height:100%;
}

.headContBox li{
	float:left;
	padding-top:14px;
	margin-right:10px;
}

.headContBox li:first-child{
	padding-left:30px;
}

.headContBox a{
	display:block;
}

/*------------------------------------------------------------
FOOT
------------------------------------------------------------*/

#footBox{
	width:890px;
	margin:0 auto;
	padding-bottom:50px;
}

.headTitle{
	width:850px;
	margin:0 auto;
	margin-bottom:0;
	text-align:left;
	padding:15px 0 10px 0;
}

.footMainBox{
	background:url(../image_gl/gl_foot_bg_02.gif) center top repeat-y;
}

.footContBox{
	width:850px;
	margin:0 auto;
	background-color:#476b24;
	margin-bottom:15px;
}
.footContBox li{
	float:right;
}
.footContBox li a{
	display:block;
	font-size:13rem;
	line-height:1;
	padding:13px 0 10px 0;
	color:#fff;
}
.footContBox li a::before{
	content:"｜";
}
.footContBox li:first-child a::after{
	content:"｜";
}
.footContBox li a:hover{
	color: #ff0;
}

.footMainBox address{
	text-align:center;
	font-style: normal;
	clear:both;
	width:890px;
	margin-bottom:15px;
	color:#fff;
	font-size:16rem;
	line-height:1.8;
}
.footMainBox address big{
	font-size:20rem;
	margin-bottom:15px;
}

.footCopy{
	width:830px;
	font-size:13rem;
	color:#fff;
	border-top:solid 1px rgba(255,255,255,0.5);
	padding-top:15px;
	margin:0 auto;}

.footBotBox{
}


/*------------------------------------------------------------
CONTENTS
------------------------------------------------------------*/

#contentsBox{
	width:890px;
	margin:0 auto;
	background:url(../image_gl/gl_main_bg_01.gif) center bottom repeat-y;
}
#contentsWrapper{
	text-align:left;
	min-height: 450px;
}

#contentsSideBox{
	text-align:left;
	width:227px;
	float:left;
}

#contentsSideBox:after{
   content:".";
	display:block;
	height:1px;
	font-size:1px;
	color:#fdf8ef;
	text-align:center;
	margin:0;
	padding:0;}

#contentsMainBox{
	text-align:left;
	width:663px;
	float:left;}

/*Side*/
.contentsSideCont{
}
.contentsSideCont div{
	height:16px;}

.contentsSideCont p{
	margin-bottom:20px;}
