@charset "utf-8";
/* ==================================================================
CSS information
 style info :共通（ヘッダー、フッター）
================================================================== */

/* --------------------------------------------------------
	#header
-------------------------------------------------------- */
#header-wrap {
	margin: 0 auto;
	width: auto;
	background: url(../img/hdline.gif) repeat-x top left;
}

#header {
	width: 1000px;
	background: url(../img/hdline.gif) repeat-x top left;
	margin: 0 auto;
}

#header div#top {
	width: 460px;
	padding: 12px 0 0 10px;
	float: left;
}

#header div#top h1 {
	font-weight: normal;
	padding: 0 0 5px 0;
	font-size: 85%;
	}
	
#header div#top p#logo {
	padding-bottom: 10px;
}

/* #utilityNav
-------------------------------------------------------- */
#header #utilityNav {
	text-align: right;
	width: 500px;
	float: right;
	padding: 12px 10px 10px 0; 
}

#header #utilityNav li {
	display: inline;
	margin-right: 10px;
}

#header #utilityNav li.end {
	display: inline;
	margin-right: 0;
}


#header {
	position: relative;
}


#header p.tel {
	position: absolute;
	top: 40px;
	right: 25px;
}

#header p.login {
	position: absolute;
	top: 41px;
	right: 275px;
}

#header p.login a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* --------------------------------------------------------
	#page
-------------------------------------------------------- */

#page-wrap {
	margin: 0 auto;
	width: auto;
	background: url(../img/navline.gif) repeat-x;
	height: 54px;
}

#page {
	margin: 0 auto;
	width: 1000px;
}

/* #gNav
-------------------------------------------------------- */
#page ul#gnav {
	margin: 0;
	padding: 0;
}

* html #page ul#gnav {
	height: 1%;
}

#page ul#gnav li {
	float: left;
	margin: 0;
	padding: 0;
}




/* #tp
-------------------------------------------------------- */

#tp-wrap {
	width: 100%;
	margin: 0 auto;
	_margin-top: -3px;/*ie6*/
	background: url(../img/bodyline.gif) repeat-x top left;
}

#tp {
	margin: 0 auto;
	/*padding-top: 10px;*/
	width: 1000px;
	background: url(../img/bodyline.gif) repeat-x top left;
}
/*
#tp h2.tpmain {
	margin: 0;
	padding: 12px 0 8px 0;
	}*/


/* --------------------------------------------------------
	#pagetop
-------------------------------------------------------- */

div.pageTop {
	margin: 0 auto;
	width:1000px;
	text-align: right;
	padding-top: 10px;
	}
	
div.pageTop a img {
	margin-right: 60px;
	clear: both;
	}

div.pageTop a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* --------------------------------------------------------
	#footer
-------------------------------------------------------- */

#footer-wrap {
	background: #0c3484;
	/*border-top: #0b335c solid 2px;*/
	margin: 0 auto;
	*margin-top: -8px;/*ie7*/
	_margin-top: -3px;/*ie6*/
	width: auto;
	height: 320px;
	/*padding-bottom: 20px;*/
}

#footer {
	background: #0c3484;
	/*border-top: #0b335c solid 2px;*/
	*background: none;/*ie7*/
	_background: none;/*ie6*/
	margin: 0 auto;
	width:1000px;
	/*padding-bottom: 20px;*/
	height: 300px;
	/*margin-top: 5px;*/
}

#footer div.ftmap {
	clear: both;
	/*height: auto;*/
	padding: 16px 0 0 30px;
	color: #ffffff;
	font-size: 85%;
	}
	
#footer div.ftmap ul.ftmap_in {
	float: left;
	margin-right: 25px;
}

#footer div.ftmap ul.ftmap_in li.ttl {
	border-bottom: 1px #cccccc solid;
	background: url(../img/arw_ft01.gif)no-repeat 0.3em 0.2em;
	font-size: 120%;
	width: 190px;
	padding: 0 0 3px 24px;
}

#footer div.ftmap ul.ftmap_in li {
	margin-bottom: 12px;
	background: url(../img/arw_ft02.gif)no-repeat 0.5em 0.3em;
	padding-left: 16px;
}


#footer div.ftmap ul.ftmap_in li a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer div.ftmap ul.ftmap_in li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer div.ftmap ul.ftmap_in li a:hover {
	color: #47baf0;
	text-decoration: none;
}

#footer div.ftmap ul.ftmap_in li a:active {
	color: #47baf0;
	text-decoration: none;
}



.copy-wrap {
	background: url(../img/ftbg.gif) #fff repeat-x;
	margin: 0 auto;
	width: auto;
}

.copy {
	/*background: url(../img/ftbg.gif) #fff repeat-x;*/
	margin: 0 auto;
	width: 1000px;
	/*height: 80px;*/
	padding-bottom: 20px;
	position: relative;
}

.copy p.logo_ft {
	position: absolute;
	top: 18px;
	left: 10px;
	*top: 18px;/*ie7*/
	_top: 18px;/*ie6*/
}

.copyright {
	text-align: right;
	font-size: 85%;
	padding: 20px 10px 0 0;
	*padding-top: 20px;/*ie7*/
	_padding-top: 20px;/*ie6*/
}

.copyright .catch {
	/*font-size: 85%;*/
	margin-bottom: 8px;
}

.copyright .add {
	/*font-size: 85%;*/
}