@charset "utf-8";

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

common.css

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

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

last update 09/07/10

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

/*--------------------------------------------------------------------
	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.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{
	border-width:0px;
	height:1px
}
/*img{display:block;}*/
li{list-style-type: none;}

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

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


/*--------------------------------------------------------------------
	02.wrapper
--------------------------------------------------------------------*/
body{
	background: url(../img/bg_body.gif) repeat-x bottom;
	text-align: center;
	color: #bebebe;
	font-size: 12px;
	width: 100%;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}


/*--------------------------------------------------------------------
	03.header
--------------------------------------------------------------------*/
#header{
	position: relative;
	background: url(../img/bg_header.gif) no-repeat;
	width: 900px;
	height: 94px;
}
#header h1{
	padding-right: 8px;
	text-align: right;
	line-height: 30px;
	color: #c5c5c5;
	font-size: 10px;
}
#header #logo a{
	float: left;
	margin-top: -20px;
	width: 350px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}

/*	3-1.primary navigation
----------------------------------------------------------------*/
#p-navi{
	display: inline;
	float: right;
	margin-right: 15px;
	margin-top: 7px;
	text-align: left;
	font-size: 10px;
}
#p-navi ul li,
#p-navi ul li a{
	float: left;
	display: inline;
	margin: 0;
	margin-right: 2px;
	padding-left: 25px;
}
#pn1 a{background: url(../img/bg_p01.gif) no-repeat left center;}
#pn2 a{background: url(../img/bg_p02.gif) no-repeat left center;}
#pn3 a{background: url(../img/bg_p03.gif) no-repeat left center;}

#p-navi a:link,
#p-navi a:visited,
#p-navi a:active{color: #cecece;}
#p-navi a:hover{color: #ffffff;}
#p-navi a:link   {text-decoration: none;}
#p-navi a:visited{text-decoration: none;}
#p-navi a:hover  {text-decoration: underline;}
#p-navi a:active {text-decoration: none;}

#header a img{
	position: absolute;
	top: 63px;
	right: 200px;
}
#header a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*--------------------------------------------------------------------
	04.navigation
--------------------------------------------------------------------*/
#navi{
	background: url(../img/bg_navi.gif) no-repeat;
	width: 900px;
	height: 55px;
}
#navi ul,
#navi ul li,
#navi ul li a{
	display: inline;
	height: 55px;
	outline: none;
	text-indent: -9999px;
}
#navi ul li,
#navi ul li a{
	float: left;
	width: 150px;
}
#gn1 a{background-position: 0 0;}
#gn2 a{background-position: -150px 0;}
#gn3 a{background-position: -300px 0;}
#gn4 a{background-position: -450px 0;}
#gn5 a{background-position: -600px 0;}
#gn6 a{background-position: -750px 0;}
#navi ul li a:hover{background-image: url(../img/bg_navi_over.gif);}


/*--------------------------------------------------------------------
	05.container
--------------------------------------------------------------------*/
#container{
	padding-top: 25px;
	padding-bottom: 15px;
	background: #131313;
	width: 900px;
}
#container a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#inner{
	margin-left: auto;
	margin-right: auto;
	width: 838px;
}
#inner:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*	5-1.contents
----------------------------------------------------------------*/
#contents{
	float: left;
	margin-top: -20px;
	width: 580px;
}
#contents h3{margin-top: 20px;}

/* box */
.box{
	width: 580px;
	text-align: left;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#container .box h3{margin-top: 30px;}
.box p{
	text-align: left;
	padding: 10px 0 0 0;
}
.box img.right{
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;x
}
.box img.left{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.box img.btn{
	margin-top: 10px;
}


/*	5-2.sidebar
----------------------------------------------------------------*/
#sidebar{
	float: right;
	margin-top: -20px;
	width: 230px;
}
#sidebar div{margin-top: 20px;}
#sidebar div.ibox,
#sidebar div.ibox.area{
	background: url(../img/bg_side.gif) repeat-y;
	border-top: solid 1px #424242;
	border-bottom: solid 1px #424242;
	width: 230px;
}
#sidebar div.ibox p{
	padding: 8px 15px 10px 15px;
	text-align: left;
	color: #b5b5b5;
}
#sidebar div.ibox.area img#map{margin-top: 10px;}
#sidebar div.ibox.area p{
	padding: 10px 15px 5px 15px;
	text-align: left;
	color: #b5b5b5;
	font-size: 10px;
}
#sidebar div.ibox.area dl dt,
#sidebar div.ibox.area dl dd{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	text-align: left;
}
#sidebar div.ibox.area dl dt{
	font-weight: bold;
	color: #b5b5b5;
}
#sidebar div.ibox.area dl dd{
	padding-bottom: 10px;
	color: #808080;
	letter-spacing: 0.22em;
}
#sidebar a img{margin-top: 10px;}

/*	5-3.home
----------------------------------------------------------------*/
#home{
	margin-top: 10px;
	padding-right: 15px;
	text-align: right;
}
#home a:link,
#home a:visited,
#home a:active{color: #838383;}
#home a:hover{color: #a9a9a9;}


/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/

#footer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_footer.gif) no-repeat bottom;
	width: 900px;
	height: 260px;
	color: #8e8e8e;
	text-align: left;
}
#pagetop{height: 63px;}
#footer a img{
	float: right;
	margin-top: 5px;
}
#com{
	float: left;
	width: 470px;
	height: 145px;
}
address{
	padding: 20px 0 0 220px;
	font-style: normal;
}
#com p{padding: 13px 10px;}
#sitemap{
	float: right;
	width: 380px;
	height: 145px;
}
#sitemap ul{
	float: left;
	margin-top: 35px;
}
#sitemap ul li{
	background: url(../img/bg_sitemap.gif) no-repeat left center;
	padding: 3px 20px 3px 15px;
}
#footer a:link,
#footer a:visited,
#footer a:active{color: #cecece;}
#footer a:hover{color: #ffffff;}

#bottom{
	clear: both;
	width: 900px;
	height: 50px;
	overflow: hidden;
}
#bottom p{
	padding-left: 10px;
	font-size: 10px;
	line-height: 50px;
	color: #808080;
}
#bottom p#copy{text-indent: -9999px;}


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

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