@charset "UTF-8";
/* CSS Document */

/* 基本情報
---------------------------------------------------- */
body {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #000000;
	background-image: url(../common_images/etc/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* ヘッダー
---------------------------------------------------- */
#head {
	clear: both;
	position: relative;
}
#head .left{
	float:left;
	width:200px;
	padding:12px 0 10px 0;
}
#head .right{
	float:right;
	padding:55px 0 10px 0;
	background-image: url(../common_images/header/tel.gif);
	background-repeat: no-repeat;
	background-position:100% 10px;
}
#head .right p{
	float:left;
	font-size:0.1em;
}
#head .right p a{
	display:block;
	outline:none;
	height:11px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position:0 0;
}
#head .right p a:hover{
	background-position:0 -11px;	
}
#head .subnavi-01 a{
	width:43px;
	background-image: url(../common_images/header/sub_navi_01.gif);
}
#head .subnavi-02 a{
	width:80px;
	background-image: url(../common_images/header/sub_navi_02.gif);
}
#head .subnavi-03 a{
	width:80px;
	background-image: url(../common_images/header/sub_navi_03.gif);
}
#head .subnavi-04 a{
	width:52px;
	background-image: url(../common_images/header/sub_navi_04.gif);
}

/* メインナビ
---------------------------------------------------- */
#navi{
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding:0;
}
#navi p{
	float:left;
}
#navi p a{
	display:block;
	outline:none;
	height:30px;
	text-indent:-9999px;
	background-repeat: no-repeat;
}
#navi p a:hover{
	background-position:0 -30px;	
}
#navi .navi-01 a{
	width:125px;
	background-image: url(../common_images/header/main_navi_01.gif);
}
#navi .navi-02 a{
	width:125px;
	background-image: url(../common_images/header/main_navi_02.gif);
}
#navi .navi-03 a{
	width:125px;
	background-image: url(../common_images/header/main_navi_03.gif);
}
#navi .navi-04 a{
	width:125px;
	background-image: url(../common_images/header/main_navi_04.gif);
}
#navi .navi-05 a{
	width:125px;
	background-image: url(../common_images/header/main_navi_05.gif);
}
#navi .navi-06 a{
	width:125px;
	background-image: url(../common_images/header/main_navi_06.gif);
}
#navi .navi-07{
	width:150px;
}

/* メインイメージ
---------------------------------------------------- */
#main-images{
	clear: both;
	width: 100%; /* for WinIE6,7 */
/*	margin:0 auto; */
	padding:5px 0 3px 0;
}

/* フッター
---------------------------------------------------- */
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding:20px 0 10px 0;
}
#footer img{
	float:right;
	padding-bottom: 10px;
}
.f-section {
	clear: both;
	padding:50px 30px 10px 15px;
	background-color: #ffffff;
}
.f-section p {
	line-height: 3.0;
	text-align: right;
	font-size: 90%;
}

/* for WinIE6,7
---------------------------------------------------- */
.clearfix:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0;  
    clear: both;
	visibility:hidden
}
.clearfix {
	display: inline-block;
}
/* Hides form IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
