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


/*--- // header // ---*/
#header {
	height:132px;
	width:100%;
	background-image:url(../img/header/haeder_bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
#header-contents{
	position:relative;
	height:132px;
	width:970px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../img/header/haeder_bg.gif);
}
#logo{
	position: absolute;
	left: 0px;
	top: 30px;
}
#logo-sub{
	position: absolute;
	left: 283px;
	top: 43px;
}
#english{
	position: absolute;
	left: 765px;
	top: 40px;
	height: 16px;
	width: 57px;
	background-image: url(../img/header/item_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	line-height: 1.3;
	font-size: 1.2em;
}
#siteMap{
	position: absolute;
	left: 847px;
	top: 40px;
	height: 16px;
	width: 85px;
	background-image: url(../img/header/item_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	line-height: 1.3;
	font-size: 1.2em;
}
#english a{
	text-decoration: none;
	color: #4b4530;
}
#english a:hover{
	color: #4b4530;
}
#siteMap a{
	text-decoration: none;
	color: #4b4530;
}
#siteMap a:hover{
	color: #4b4530;
}

/*--- // 検索ボタン設定 //  ---*/

#search{
	height:132px;
	width:970px;
}
#search form {
	left: 765px;
	top: 64px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 20px;
}
#search form div {
    position: absolute;
    top: 4px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 190px;
    height: 20px;
}
#search div .search {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 14px;
    padding: 2px;
    border: 1px solid #676363;
}
#search head+body div .search {
    width: 120px;
    height: 14px;
}
#search div .search:focus {
    border: 1px solid #974343;
    background-color: #fee8eb;
}
 #search div .searchsubmit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 21px;
    padding: 12;
	font-size:1.2em;
	line-height:150%;
}

/*--- // gNavi style // ---*/

#gNavi {
	height: 40px;
	position: absolute;
	width: 955px;
	top: 92px;
	left: 2px;
}
#gnavi ul {
	padding: 0px;
}

#gNavi li {
	display: inline;
	list-style-type: none;
}
#gNavi li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow:hidden;
	height: 40px;
}

/*--- // gNavi_off // ---*/
.gnavi01 a{
	background-image: url(../img/header/global_navigation/navi.gif);
	width: 190px;
	background-repeat: no-repeat;
}
.gnavi02 a{
	background-image: url(../img/header/global_navigation/navi.gif);
	width: 191px;
	background-repeat: no-repeat;
	background-position: -190px 0px;
}
.gnavi03 a{
	background-image: url(../img/header/global_navigation/navi.gif);
	width: 191px;
	background-repeat: no-repeat;
	background-position: -381px 0px;
}
.gnavi04 a{
	background-image: url(../img/header/global_navigation/navi.gif);
	width: 190px;
	background-repeat: no-repeat;
	background-position: -572px 0px;
}
.gnavi05 a{
	background-image: url(../img/header/global_navigation/navi.gif);
	width: 193px;
	background-repeat: no-repeat;
	background-position: -762px 0px;
}

/*--- // gNavi_hover // ---*/

.gnavi01 a:hover {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.gnavi02 a:hover {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -190px -40px;
}
.gnavi03 a:hover {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -381px -40px;
}
.gnavi04 a:hover {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -572px -40px;
}
.gnavi05 a:hover {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -762px -40px;
}


/*--- // gNavi_on // ---*/

.gnavi01_on a {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	width: 190px;
}
.gnavi02_on a {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -190px -40px;
	width: 191px;
}
.gnavi03_on a {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -381px -40px;
	width: 191px;
}
.gnavi04_on a {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -572px -40px;
	width: 190px;
}
.gnavi05_on a {
	background-image: url(../img/header/global_navigation/navi.gif);
	background-repeat: no-repeat;
	background-position: -762px -40px;
	width: 193px;
}
#main {
	padding-top: 10px;
}
.clearBtm {
	clear: left;
	width: 719px;
}

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

#footer{
	height:57px;
	width:100%;
	background-image: url(../img/footer/footer_bg.gif);
	background-repeat: repeat-x;
}
#footer-contents{
	height:57px;
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 12px 0 0 0;
	background-image: url(../img/footer/footer_bg.gif);
	background-repeat: repeat-x;
}

/*--- // h1 h2 h3 h4 // ---*/
/*サイドナビが無い場合は各cssで指定*/

h1 {
	width: 635px;
	font-size: 1.6em;
	padding: 0px 0px 2px 15px;
	font-weight: bold;
	line-height: 170%;
	background-image: url(../img/all/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2{
	font-size:1.4em;
	font-weight: bold;
	padding-bottom: 1.8em;
	line-height: 170%;
}
h3 {
	font-size:1.3em;
	font-weight: bold;
}
h4{
	font-size:1.4em;
	font-weight: bold;
}

/*--- // sideNavi // ----*/

#sideNavi{
	float: left;
	margin-top:35px;
	padding: 25px 0 10px 20px;
	width: 190px;
	background-color: #ECECEC;
}
#sideNavi .on-fc{
	color: #009844;
	font-weight: bold;
}
#sideNavi a{
	text-decoration: underline;
	color: #333;
}
#sideNavi a:hover{
	color: #6DC72A;
}
#sideNavi dt{
	padding-bottom: 15px;
}
#sideNavi dd{
	padding: 0 0 15px 15px;
}

/*--- // パンクズ // ---*/

#breadcrumbs{
	width: 945px;
	padding:10px 0px 0px 15px;
	line-height: 170%;	
}

/*--- // 共通コンテンツエリアの設定 // ---*/

#contents-outerwear{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#contents{
	width: 920px;
	margin:20px 0 40px 40px;
}
#mainArea{
	width: 680px;
	float: left;
}

/*--- // マージン // ---*/

.space{
	padding:30px 0px 30px 0px;
}
.m3{
	margin-bottom:3px;
}
.m5{
	margin-bottom:5px;
}
.m10{
	margin-bottom:10px;
}
.m15{
	margin-bottom:15px;
}
.m20{
	margin-bottom:20px;
}
.m30{
	margin-bottom:30px;
}
.m40{
	margin-bottom:40px;
}

/*--- // フォントサイズ // ---*/

.f10{
	font-size:100%;/* --//10px相当//-- */
}
.f11{
	font-size:110%;/* --//11px相当//-- */
}
.f12{
	font-size:120%;/* --//12px相当//-- */
}
.f13{
	font-size:130%;/* --//13px相当//-- */
}
.f14{
	font-size:140%;/* --//14px相当//-- */
}
.f15{
	font-size:150%;/* --//15px相当//-- */
}
.f18{
	font-size:180%;/* --//15px相当//-- */
}

/*--- // フォントカラー // ---*/

.red {
	color: #F00;
}
.blue{
	color:#0099FF;
}
.lightBlue{
	color:#0081CC;
}
.green {
	color: #00C290;
}
.c_orange{
	color:#F96503;
}
/*--- // フォント太さ // ---*/

.b{
	font-weight: bold;
}

/*--- // その他の設定 // ---*/

.floatL{
	float:left;
}
.floatR{
	float:right;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}

