@charset "utf-8";

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

common.css

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

	01.format
	02.body
	03.header
	04.container
	05.footer
	06.other

last update 09/05/26

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

/*--------------------------------------------------------------------
	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;
	border-top: none;
	height:1px
}
/*img{display:block;}*/
li{list-style-type: none;}

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

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



/*--------------------------------------------------------------------
	02.html body
--------------------------------------------------------------------*/
html{background: url(../img/bg_html.gif);}
body{
	text-align: center;
	color: #635047;
	font-size: 12px;
}


/*--------------------------------------------------------------------
	03.header
--------------------------------------------------------------------*/
#header{
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_header.gif) no-repeat left;
	width: 890px;
	height: 50px;
}
#header #logo a{
	float: left;
	display: block;
	width: 370px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}

/*	3-1.primary navigation
----------------------------------------------------------------*/
#p-navi{
	float: right;
	margin-top: 17px;
	background: url(../img/bg_p-navi.gif) no-repeat;
	width: 273px;
	height: 17px;
}
#p-navi ul,
#p-navi ul li,
#p-navi ul li a{
	display: inline;
	height: 17px;
	outline: none;
	text-indent: -9999px;
	font-size: 10px;
}
#pn1 a{
	float: left;
	background-position: 0 0;
	width: 63px;
}
#pn2 a{
	float: left;
	background-position: -63px 0;
	width: 111px;
}
#pn3 a{
	float: left;
	background-position: -174px 0;
	width: 99px;
}
#p-navi ul li a:hover,
#p-navi ul li.this a{background-image: url(../img/bg_p-navi_over.gif);}


/*--------------------------------------------------------------------
	04.container
--------------------------------------------------------------------*/
#container{
	background: url(../img/bg_container.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	width: 890px;
}



/*	4-1.global navigation
----------------------------------------------------------------*/
#navi{
	background: #ffffff url(../img/bg_navi.gif) no-repeat;
	width: 830px;
	height: 100px;
}
#navi ul,
#navi ul li,
#navi ul li a{
	display: inline;
	height: 70px;
	outline: none;
	text-indent: -9999px;
}
#gn1 a{
	float: left;
	background-position: 0 0;
	width: 276px;
}
#gn2 a{
	float: left;
	background-position: -276px 0;
	width: 277px;
}
#gn3 a{
	float: left;
	background-position: -553px 0;
	width: 277px;
}
#navi ul li a:hover,
#navi ul li.this a{background-image: url(../img/bg_navi_over.gif);}


/*--------------------------------------------------------------------
	05.footer
--------------------------------------------------------------------*/
#footer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_footer.gif) no-repeat;;
	width: 890px;
	height: 135px;
	font-size: 10px;
}
#footer a img{
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 30px;
}
#footer a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#footer ul{
	margin-left: 40px;
	padding-top: 20px;
}
#footer ul li{float: left;}
#footer ul li dl{
	margin-right: 30px;
	text-align: left;
}
#footer ul li dl dt{
	background: url(../img/bg_footer-dt.gif) no-repeat top left;
	padding: 0 0 5px 15px;
}
#footer ul li dl dd{
	background: url(../img/bg_footer-dd.gif) no-repeat top left;
	padding: 0 0 5px 15px;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{color: #e4d9d9;}
#footer a:link   {text-decoration: none;}
#footer a:visited{text-decoration: none;}
#footer a:hover  {text-decoration: underline;}
#footer a:active {text-decoration: none;}
#footer p{
	position: absolute;
	top: 108px;
	right: 25px;
	color: #5f4f47;
	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: #b20d0d;}

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	margin: 15px auto 10px auto;
	width: 720px;
	text-align: right;
	font-size: 10px;
}
