
/* =============================================================

ファーストワイズエクセレント　印刷用CSS

============================================================= */


/* =============================================================
基本設定
============================================================= */

* {
	margin:0;
	padding:0;
}
body{
	background-color:#FFFFFF;
	color:#000000;
	font-size:0.8em;
	text-align:center;
}
div#wrapper{
	width:900px;
	margin:0 auto;
}
div#contents {
	text-align: left;
}
img {
	border:0;
}
img a {
	border:0;
}

/* リンク */
a:link {
	color: #0000FF; 
	text-decoration: none
}
a:visited {
	color: #0000FF; 
	text-decoration: none
 }
a:hover {
	color: #0000FF; 
	text-decoration: underline
}
a:active {
	color: #0000FF; 
	text-decoration: underline
}

br.clear {
	clear: both;
	height: 1px;
}

/* =============================================================
ヘッダ
============================================================= */

div#header{
	width:900px;
	height:62px;
	background:url(common_img/header_bg.png) no-repeat bottom;
}
div#desc{
	float:left;
	width:900px;
	height:15px;
	padding:1px 0 0 5px;
	font-size:11px;
	text-align:left;
}
ul#sitemap li{
	float:right;
	padding-top:3px;
	margin:0;
	font-size:11px;
	list-style:none;
	display:inline;
}

h1{
	margin:0;
	width:319px;
	height:47px;
	background:url(common_img/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	clear:both;
}

div#c-desk{
	width:379px;
	height:47px;
	float:left;
	padding-top:2px;
	text-align:right;
}
div#c-desk img{
	margin-top:6px;
}

div#freedial{
	float:right;
	width:190px;
	height:47px;
	font-size:11px;
	margin:0;
	padding:0 5px 0 0;
	overflow:hidden;
	text-align:right;
}
div#freedial span{
	margin-right:3px;
}
div#freedial img{
	margin-top:6px;
}

/* =============================================================
ナビゲーション
============================================================= */

#nav {
	background:url(common_img/navi_sprite.png) no-repeat;
	width:900px;
	height:42px;
	margin:0;
	padding:0;
	clear:both;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:42px;
	display:block;
}
#nav li {
	float:left;
	list-style:none;
	display:inline;
}

#nav-01 {width: 179px;}
#nav-02 {width: 153px;}
#nav-03 {width: 141px;}
#nav-04 {width: 177px;}
#nav-05 {width: 146px;}
#nav-06 {width: 104px;}

#nav-01 a:hover {background:url(common_img/navi_sprite.png) 0px -42px no-repeat; }
#nav-02 a:hover {background:url(common_img/navi_sprite.png) -179px -42px no-repeat; }
#nav-03 a:hover {background:url(common_img/navi_sprite.png) -332px -42px no-repeat; }
#nav-04 a:hover {background:url(common_img/navi_sprite.png) -473px -42px no-repeat; }
#nav-05 a:hover {background:url(common_img/navi_sprite.png) -650px -42px no-repeat; }
#nav-06 a:hover {background:url(common_img/navi_sprite.png) -796px -42px no-repeat; }


/* =============================================================
パンくずナビ
============================================================= */

div#pankuzu-navi{
	width:900px;
	margin:15px 0;
	padding:0 43px;
	text-align:left;
	background:url(common_img/pankuzu_head_ico_a.gif) no-repeat 5px 1px;
}
div#pankuzu-navi ol li{
	display:inline;
	list-style-type:none;
}
div#pankuzu-navi ol li a{
	padding-right:23px;  
	background:url(common_img/pankuzu_ico.gif) no-repeat right center;  
}

/* =============================================================
ファーストワイズエクセレントのこだわり（フッタ用）
============================================================= */

div#foot-kodawari{
	width:900px;
	height:157px;
	background:url(common_img/kodawari_bg.gif) no-repeat;
	border-top:10px #4A1C45 solid;
}
div#foot-kodawari-txt{
	width:277px;
	margin:15px 0 10px 7px;
	float:left;
}
div#foot-kodawari-txt p{
	padding-top:5px;
	text-align:left;
	line-height:1.4em;
	color:#333333;
}
img#foot-kodawari-title{
	margin-bottom:10px;
}
img#foot-kodawari-photo{
	margin:5px;
	float:left;
}
img#foot-kodawari-button{
	margin-top:3px;
}

div#foot-kodawari-list{
	float:right;
	margin:10px 5px 10px 5px;
}
div#foot-kodawari-list img{
	margin:0 0 3px 0;
}

/* =============================================================
フッター
============================================================= */

div#footer{
	width:900px;
	line-height:1.5em;
	text-align:center;
	margin-top:15px;
	clear:both;
}
div#copyright{
	width:900px;
	border-top:1px #CCCCCC solid;
	font-size:11px;
	padding:15px 0 10px 0;
	margin-top:15px;
}
