@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.wrapper
	03.header
	04.navigation
	05.container
	06.footer
	07.other

last update 09/08/19

=====================================================================*/

/*--------------------------------------------------------------------
	01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	vertical-align: top;
	font:normal normal normal 100%/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{
	border-width:0px;
	height:0
}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #19adec;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: underline;}


/*--------------------------------------------------------------------
	02.body
--------------------------------------------------------------------*/
body{
	background: #f9f6ef;
	text-align: center;
	color: #232222;
	font-size: 12px;
}


/*--------------------------------------------------------------------
	03.header
--------------------------------------------------------------------*/
#header{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_header.jpg) no-repeat;
	width: 800px;
	height: 100px;
}
#header h1{
	position: absolute;
	bottom: 0;
	right: 10px;
	text-align: right;
	line-height: 20px;
	color: #5a2f10;
	font-size: 10px;
}
#header div a{
	display: block;
	float: left;
	margin-top: 10px;
	width: 350px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}
#header a img{
	float: right;
	margin-right: 10px;
}


/*--------------------------------------------------------------------
	04.navigation
--------------------------------------------------------------------*/
#navi{
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bg_navi.jpg);
	width: 800px;
	height: 57px;
}
#navi ul,
#navi ul li,
#navi ul li a{
	display: inline;
	height: 57px;
	outline: none;
	text-indent: -9999px;
}
#navi ul li,
#navi ul li a{
	float: left;
	width: 160px;
}
#gn1 a{background-position: 0 0;}
#gn2 a{background-position: -160px 0;}
#gn3 a{background-position: -320px 0;}
#gn4 a{background-position: -480px 0;}
#gn5 a{background-position: -640px 0;}
#navi ul li a:hover,
#navi ul li.this a{background-image: url(../img/bg_navi_over.jpg);}

/*--------------------------------------------------------------------
	05.container
--------------------------------------------------------------------*/
#container{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------
	06.footer
--------------------------------------------------------------------*/
#footer{
	background: url(../img/bg_footer.jpg) repeat-x top center;
	height: 180px;
}

#footer address{
	float: left;
	padding-top: 90px;
	padding-left: 10px;
	font-style: normal;
	color: #1d1d1d;
	line-height: 1.5;
}
#footer div div{
	float: right;
	margin-top: 54px;
	background: none;
	width: 500px;
	height: 93px;
	text-align: right;
}
#footer ul{
	position: absolute;
	top: 45px;
	right: 0;
}
#footer ul li{
	display: block;
	height: 14px;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #d0cdcd;
	margin: 3px 8px 3px 0;
}
#footer ul li.nb{
	display: block;
	height: 18px;
	float: left;
	padding-right: 10px;
	border-right: none;
	margin: 3px 0 3px 0;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{color: #8b2e11;}
#footer p{
	clear: both;
	padding-right: 10px;
	color: #452604;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	text-align: right;
}


/*--------------------------------------------------------------------/
	07.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
strong{color: #dd2a0c;}
.st{color: #d32109;}
.mt{margin-top: 20px;}
.mb{margin-bottom: 10px;}

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	background: url(../img/bg_pagetop.gif) repeat-x center;
	margin: 20px auto 0 auto;
	height: 20px;
	text-align: right;
	
}
.pagetop img{float: right;}
