@charset "UTF-8";


@import "gnavi.css";
@import "clearfix.css";


/* ========== general ========== */
*{
	padding:0;
	margin:0;
	border:0;
	font-family:Arial,Helvetica,Meiryo,sans-serif;
}

body{
	color:#2a2a2a;
	background:#e7e8e9;
	line-height:180%;
	font-size:12px;
}

a{
	color:#80888f;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
}

hr{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#ecedee;
	height:1px;
	margin:30px 0;
}


.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb80{
	margin-bottom:80px;
}



/* ========== layout ========== */
#top{
	display:none;
}

#container{
	background:#e7e8e9 url(../img/bg.jpg) repeat-y 0 0;
	width:920px;
	margin:0 auto;
	overflow:hidden;
}



/* ========== header ========== */
#header{
	background:url(../img/header/bg.jpg) no-repeat 0 0;
	width:100%;
	height:75px;
}
#header_logo{
	background:url(../img/header/logo.gif) no-repeat bottom right;
	display:block;
	width:210px;
	height:75px;
	text-indent:-9999px;
	overflow:hidden;
}



/* ========== gnavi ========== */




/* ========== topic path ========== */

#path{
	width:900px;
	margin:0 0 0 10px;
	text-align:right;
}
#path p{
	font-size:90%;
	padding-right:30px;
}
#path_margin-l, #path_margin-u{
	width:100%;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
}
#path_margin-u{
	background:url(../img/shadow-u.jpg) no-repeat 0 0;
	margin:0 0 5px 0;
}
#path_margin-l{
	background:url(../img/shadow-l.jpg) no-repeat 0 0;
	margin:0 5px 0 0;
}



/* ========== content ========== */
#content{
	background:url(../img/shadow-u.jpg) no-repeat 0 0;
	width:900px;
	margin:0 0 0 10px;
}
#content-body{
	width:840px;
	padding:50px 30px 40px;
}



/* ========== page top ========== */
#pagetop{
	background:url(../img/shadow-u.jpg) no-repeat 0 0;
	width:900px;
	margin:0 10px;
	padding:30px 0 25px;
}
#pagetop a{
	background:url(../img/pagetop.gif) no-repeat 0 0;
	display:block;
	width:59px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 811px;
}


/* ========== footer ========== */
#footer{
	background:url(../img/footer/bg.jpg) no-repeat 0 0;
	width:100%;
	height:42px;
}

#footer_right{
	background:url(../img/footer/copyright.jpg) no-repeat 0 0;
	display:block;
	width:169px;
	height:17px;
	text-indent:9999px;
	overflow:hidden;
	margin-right:10px;
	float:right;
}

ul#footer_left{
	list-style-type:none;
	display:block;
	width:610px;
	height:17px;
	margin:0 0 25px 10px;
	float:left;
}
#footer_left li{
	display:block;
	height:17px;
	float:left;
}
#footer_left li a{
	display:block;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
}

/* contact */
#footer_privacy{width:106px;}
#footer_privacy a{background:url(../img/footer/1-privacy.jpg) no-repeat 0 0;}
#footer_privacy a:hover{background:url(../img/footer/1-privacy.jpg) no-repeat 0 -17px;}
#privacy #footer_privacy a{background:url(../img/footer/1-privacy.jpg) no-repeat 0 -17px;}

/* site map */
#footer_sitemap{width:67px;}
#footer_sitemap a{background:url(../img/footer/2-sitemap.jpg) no-repeat 0 0;}
#footer_sitemap a:hover{background:url(../img/footer/2-sitemap.jpg) no-repeat 0 -17px;}
#sitemap #footer_sitemap a{background:url(../img/footer/2-sitemap.jpg) no-repeat 0 -17px;}

/* access map */
#footer_access{width:84px;}
#footer_access a{background:url(../img/footer/3-access.jpg) no-repeat 0 0;}
#footer_access a:hover{background:url(../img/footer/3-access.jpg) no-repeat 0 -17px;}
#access #footer_access a{background:url(../img/footer/3-access.jpg) no-repeat 0 -17px;}

