/*  common.css ---*/




/* common
-------------------------------------------------------------------------------------------------------*/
body { color: #333333; margin:0 auto; padding: 0; overflow:auto; -webkit-text-size-adjust: 100%; line-height:150%; }

img{ vertical-align: bottom; }
a img { border:0 none; }

.cnt { max-width:940px; margin:0 auto; overflow:hidden; }

li { list-style-type:none; }

#wrapper { width:100%; margin:0; overflow:hidden; position:relative; }

* {
	margin: 0;
	padding: 0;
}

table{ border-collapse:collapse; }

iframe { overflow:hidden; border:none; }

#fla { text-align:left; }




/* linkstyle -------------------*/
a:link {color:#A15631; text-decoration:none; font-weight:bold; }
a:visited {color:#A15631; text-decoration:none; font-weight:bold; }
a:hover {color:#DD7744; text-decoration:none; font-weight:bold; }
a:active {color:#DD7744; text-decoration:none; font-weight:bold; }


.left { float:left; }
.right { float:right; }




/* header
-------------------------------------------------------------------------------------------------------*/
#header { width:100%; border-bottom:10px solid #CC6509; overflow:hidden; }
#header a { text-decoration:none; }
#header .left { width:84.5%; }

h1 { color:#FFFFFF; z-index:50; font-size:10px; left:50%; width:486px; text-align:left; position:absolute; top:-100px; margin: 0 0 0 -550px; }



/* menu
-------------------------------------------------------------------------------------------------------*/
#gnavi { width:1071px; overflow:hidden; margin:0 auto; }
#gnavi li { float:left; line-height:100%; }

.onsen .gnavi01 img { visibility:hidden; }
.onsen .gnavi01 { background:url(../images/common/menu01_on.gif) left top no-repeat;}
.onsen .gnavi01 a { display:block; }




/* main 
-------------------------------------------------------------------------------------------------------*/
#main { overflow:hidden; }



/* content
-------------------------------------------------------------------------------------------------------*/
#content { overflow:hidden; margin:0 auto; }


/* footer
-------------------------------------------------------------------------------------------------------*/
#footer { position:relative; height:1208px; overflow:hidden; background:url(../images/common/f_bg.jpg) no-repeat; text-align:center; padding:3% 0 0; background-size:100%; border-bottom:10px solid #532E0C; }

#footer a { color:#333333; }
#footer a:hover { text-decoration:underline; }

#footer ul img { width:75%; text-align:center; }
#footer ul { overflow:hidden; }
#footer li { padding:4% 0; border-bottom:1px solid #FFF; }
#footer .f_cnt { width:90%; margin:0 auto; }
#footer p { text-align:left; font-size:30px; line-height:150%; font-weight:bold; position:absolute; top:73%; left:5%; }
#footer .space { height:260px; }
#footer .copy { width:30%; margin:0 auto 2%; }


#pagetop { position:fixed; bottom:3%; right:5%; z-index:2000; }

/* -------------------------------*/

.t_count { display:none; }




