﻿@charset "utf-8";
/* ================================================
基本共通css
================================================ */

*{
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #000;
}
body {
	text-align:center;
	background-color: #1c330a;
	
}
#contents {
	margin: 0px auto 0px auto;
	width: 950px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	min-height:1px;　/* IE 7対策 */
}

#container{width: 950px;
	margin-left: auto;
	margin-right: auto;
	min-height:1px;　/* IE 7対策 */
}


/*--------------------------------------
	ヘッダー
---------------------------------------*/
#header {
	height: 93px;
	width: 950px;
	background-image: url(../img/h_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#header .logo {
	height: 93px;
	width: 422px;
	display: block;
	float: left;
}

#header .telfax {
	background-image: url(../img/h_tel.gif);
	float: right;
	height: 93px;
	width: 258px;
}
#header .telfax p {
	display: block;
	/* \*/overflow: hidden; /* */
	text-indent:-1000em;
	background-repeat: no-repeat;
}


#navi {
	height: 45px;
	overflow: hidden;
}


#navi .bg1 {
	background-image: url(../img/m_bg1.gif);
	height: 45px;
	width: 15px;
	float: left;
}
#navi .bg2 {
	background-image: url(../img/m_bg2.gif);
	background-repeat: repeat-x;
	height: 45px;
	width: 918px;
	float: left;
}

#navi .bg2 a {
	display: block;
	/* \*/overflow: hidden; /* */
	text-indent:-1000em;
	background-repeat: no-repeat;
	height: 34px;
	padding-right: 6px;
}

#navi .bg2 .n_01 a {
	background-position: 0px 0px;
	background-image: url(../img/btn_m_top.gif);
	height: 34px;
	width: 87px;
}
#navi .bg2 .n_01 a:hover { background-position: 0px -34px;
	background-image: url(../img/btn_m_top.gif);
	height: 34px;
	width: 87px;
}
#navi .bg2 .n_02 a {
	background-position: 0px 0px;
	background-image: url(../img/btn_m_consal.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 .n_02 a:hover { background-position: 0px -34px;
	background-image: url(../img/btn_m_consal.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 .n_03 a {
	background-position: 0px 0px;
	background-image: url(../img/btn_m_company.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 .n_03 a:hover { background-position: 0px -34px;
	background-image: url(../img/btn_m_company.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 .n_04 a {
	background-position: 0px 0px;
	background-image: url(../img/btn_m_info.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 .n_04 a:hover { background-position: 0px -34px;
	background-image: url(../img/btn_m_info.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 .n_05 a {
	background-position: 0px 0px;
	background-image: url(../img/btn_m_staff.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 .n_05 a:hover { background-position: 0px -34px;
	background-image: url(../img/btn_m_staff.gif);
	height: 34px;
	width: 150px;
}
#navi .bg2 ul {
	overflow: hidden;
}




#navi .bg3 {
	background-image: url(../img/m_bg3.gif);
	float: right;
	height: 45px;
	width: 17px;
}
#navi ul li {
	display: block;
	float: left;
	white-space: nowrap;
	padding-top: 6px;
}


/*--------------------------------------
	内容
---------------------------------------*/
#article {
	background-color: #304c1a;
	background-image: url(../img/article_bg.gif);
	background-repeat: repeat-y;

}

/*--------------------------------------
	内容　左
---------------------------------------*/
#left_sec {
	width: 730px;
	float: left;
	padding-bottom: 20px;
	margin-right: 15px;
	background-color: #DDE6D8;
} 
/*--------------------------------------
	内容　右
---------------------------------------*/
#right_sec  {
	width: 195px;
	float: right;
	padding-bottom: 20px;
	padding-right: 10px;
}

/*--------------------------------------
	フッター
---------------------------------------*/
#footer {
	text-align: center;
	font-size: 100%;
}
#f_links {
	background-color: #a38c2b;
	background-image: url(../img/f_kazari_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#f_links .center_links {
	width: 950px;
	font-size: 88%;
	line-height: 200%;
	color: #FFF;
	padding-top: 3px;
	vertical-align: middle;
}
#f_links .center_links span {
	padding-right: 5px;
	padding-left: 5px;
}
#f_links .center_links span a {
	color: #FFF;
	text-decoration: none;
}
#f_links .center_links span a:hover {
	color: #FFF;
	text-decoration: underline;
}

#copyright {
	background-image: url(../img/f_bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #1f3b08;
	overflow: hidden;
}
#copyright p {
	color: #919c88;
	font-size: 81%;
	line-height: 300%;
}
#copyright .left_c {
	float: left;
}
#copyright .right_c {
	float: right;
}







/* start: clearfix ------------------------------ */
#contents:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#contents { display:inline-table; }

/* Hides from Mac IE \*/
* html #contents { height:1px; }
#contents { display:block; }
/* */
/* end: clearfix ------------------------------ */


/*--------------------------------------
	clearfix
---------------------------------------*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#contents .linkDetails:after,
#knowLink ul:after,
#header ul:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

#contents .linkDetails,
#knowLink ul,
#header ul { display: inline-table; }

/* Mac IE には適用させない \*/
* html #contents .linkDetails,
* html #knowLink ul,
* html #header ul { height: 1px; }

#contents .linkDetails,
#knowLink ul,
#header ul { display: block; }
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */





.clear {
	clear: both; text-align: center
}

.center{text-align:center;}
.left{text-align:left;}
.line{border:1px solid #fff;}

/*--------------------------------------
	セクション内リストマーククリア
---------------------------------------*/
#left_sec li{ list-style:none; }
#right_sec li{ list-style:none; }
#header li{ list-style:none; }




.line_01 {
	background-image: url(../img/line_gld_1.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 950px;
	font-size: 1%;
	line-height: 1%;
}
.line_02 {
	font-size: 1%;
	line-height: 1%;
	background-image: url(../img/line_grn_1.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 950px;
}
.line_03 {
	font-size: 1%;
	line-height: 1%;
	background-image: url(../img/f_line1.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 950px;
}
