@charset "UTF-8";
/* ボディ全体 */
body{
	margin-top : 0px;
	margin-bottom : 0px;
	margin : 0px;
	font-size : 13px;
	color : #5c5c5c;
	text-align : center;
	font-family: "Meiryo","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","メイリオ","ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	min-width : 1050px;
	background : #fff url('images/common/back_body.png') repeat-x;
    background-position : top center;
	padding : 0px 1px;
	line-height : 1.8em;
	}

/*--------------------------- ALLcommon START -----------------------------------*/

/* 画像ボーダーなし、下揃え */
img{
    border : 0px;
    vertical-align : bottom;
}


/* リストスタイルなし */
ul{list-style : none;margin:0px;padding:0px;}
/* P　マージンなし */
p{margin : 0 auto;}
/* テーブル */
table{font-size : 100%;}
/* フォーム */
form{margin : 0;}
/*テキストエリア文字サイズ*/
textarea{font-size : 100%;}

/* 文字の縦位置（中） */
.vm{vertical-align : middle;}
/* 文字の縦位置（上） */
.vt{vertical-align : top;}
/* 文字の縦位置（下） */
.vb{vertical-align : bottom;}


/*floatleft*/
.fl{float : left;}
/*floatright*/
.fr{float : right;}
/* フロートクリアー（全） */
.cr{clear : both;display : block;}
/* フロートクリアー（右） */
.crr{clear : right;display : block;}
/* フロートクリアー（左） */
.crl{clear : left;display : block;}


/* 赤文字 */
.red{color : #fa4e31;}
/* 青文字 */
.blue{color : #2960a1;}
/* 白文字 */
.white{color : white;}
/* グリーン */
.green{color : green;}
/*茶色*/
.choco{color:#885a2d;}

/*白背景*/
.whiteback{background : #fff;}

/* 文字サイズ（70%） */
.f70{
	font-size : 70%;
	}
/* 文字サイズ（80%） */
.f80{
	font-size : 80%;
	}
.f90{
    font-size : 90%;
    }
/* 文字サイズ（120%） */
.f120{
	font-size : 120%;
	}
/* 右寄せ */
.rt{
	text-align : right;
	}
/* 左寄せ */
.lt{
	text-align : left;
	}
/* センター */
.ce{
	text-align : center;
	}
	
/* 字間(120%) */
.lh120{line-height : 120%;}
/* 字間(130%) */
.lh130{line-height : 130%;}
/* 字間(150%) */
.lh150{line-height : 150%;}

/*-------マージン指定3pstart-------*/
.mb3{
	margin-bottom : 3px;
	}
.ml3{
	margin-left : 3px;
	}
.mr3{
	margin-right : 3px;
	}
.mt3{
	margin-top : 3px;
	}
.mall3{
	margin : 3px;
	}
/*-------マージン指定end-------*/
/*-------マージン指定5pstart-------*/
.mb5{
	margin-bottom : 5px;
	}
.ml5{
	margin-left : 5px;
	}
.mr5{
	margin-right : 5px;
	}
.mt5{
	margin-top : 5px;
	}
.mall5{
	margin : 5px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定10start-------*/
.mb10{
	margin-bottom : 10px;
	}
.ml10{
	margin-left : 10px;
	}
.mr10{
	margin-right : 10px;
	}
.mt10{
	margin-top : 10px;
	}
.mall10{
	margin : 10px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定15start-------*/
.mb15{
	margin-bottom : 15px;
	}
.ml15{
	margin-left : 15px;
	}
.mr15{
	margin-right : 15px;
	}
.mt15{
	margin-top : 15px;
	}
.mall15{
	margin : 10px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定30pstart-------*/
.mb30{
	margin-bottom : 30px;
	}
.ml30{
	margin-left : 30px;
	}
.mr30{
	margin-right : 30px;
	}
.mt30{
	margin-top : 30px;
	}
.mall30{
	margin : 30px;
	}
/*-------マージン指定end-------*/
/*-------マージン指定50pstart-------*/
.mb50{
	margin-bottom : 50px;
	}
.ml50{
	margin-left : 50px;
	}
.mr50{
	margin-right : 50px;
	}
.mt50{
	margin-top : 50px;
	}
.mall50{
	margin : 50px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定100pstart-------*/
.mb100{
	margin-bottom : 100px;
	}
.ml100{
	margin-left : 100px;
	}
.mr100{
	margin-right : 100px;
	}
.mt100{
	margin-top : 100px;
	}
.mall100{
	margin : 100px;
	}
/*-------マージン指定end-------*/

.ml35{
	margin-left : 35px;
	}

/*-------padding指定3pstart-------*/
.pb3{
	padding-bottom : 3px;
	}
.pl3{
	padding-left : 3px;
	}
.pr3{
	padding-right : 3px;
	}
.pt3{
	padding-top : 3px;
	}
.pall3{
	padding : 3px;
	}
/*-------padding指定end-------*/
/*-------padding指定5pstart-------*/
.pb5{
	padding-bottom : 5px;
	}
.pl5{
	padding-left : 5px;
	}
.pr5{
	padding-right : 5px;
	}
.pt5{
	padding-top : 5px;
	}
.pall5{
	padding : 5px;
	}
/*-------padding指定end-------*/
/*-------padding指定10start-------*/
.pb10{
	padding-bottom : 10px;
	}
.pl10{
	padding-left : 10px;
	}
.pr10{
	padding-right : 10px;
	}
.pt10{
	padding-top : 10px;
	}
.pall10{
	padding : 10px;
	}
/*-------padding指定end-------*/

/*-------padding指定30pstart-------*/
.pb30{
	padding-bottom : 30px;
	}
.pl30{
	padding-left : 30px;
	}
.pr30{
	padding-right : 30px;
	}
.pt30{
	padding-top : 30px;
	}
.pall30{
	padding : 30px;
	}
/*-------padding指定end-------*/

/* リンク下線なし */
a{text-decoration : none;}


.crfix:after{
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.crfix:after, x:-moz-any-link{
	content: ".";
}
.crfix{
    overflow:hidden;
}
/* Hides from IE-mac \*/
* html .crfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
/*--------------------------- ALLcommon END -----------------------------------*/



/*--------------------------- SITEcommon START -----------------------------------*/

/* デフォルトリンクカラー */
a:link { color: #1359ac; }
a:visited { color: #1359ac;}
a:hover { color: #1359ac;}
a:active { color: #1359ac;}



.fd87412{
	color : #d87412;
	}


/* ページ全体 */
#all{
	width : 1050px;
	text-align : center;
	margin : 0 auto;
    position : relative;
	}

#head{
    position : absolute;
    top : 0;
    left : 0;
    width : 1050px;
    background : url('images/common/back_head.jpg') no-repeat;
    background-position : center top;
    zoom : 1;
    padding-bottom : 500px;
    z-index : 1;
    }

#head .logo{
    margin-top : 36px;
    margin-left : 25px;
    text-align : left;
    float : left;
    width : 220px;
    }
#head .infobox{
    margin-left : 463px;
    margin-top : 34px;
    }
#head .buttonarea{
    background : url('images/common/back_head_buttonarea.png') no-repeat;
    padding-top : 36px;
    margin-left : 343px;
    margin-top : 2px;
    text-align : left;
}
* html #head .buttonarea img{
    margin-left : -3px;
}
#head .head_menu{
    text-align : left;
    margin-top : 10px;
    margin-left : 25px;
    background : #000;
    }
#head .head_menu li{
    float : left;
    margin-right : 0px;
    }
#head .head_menu li img{
    margin-right : 0px;
}

#contents{
    padding : 0px 30px 20px 30px;
    background-position : center top;
    background : url('images/common/back_contents.png') repeat-y;
}

#contents h1{
    position : absolute;
    top : 0px;
    font-size : 12px;
    margin : 0 25px 82px 0;
    font-weight : normal;
    text-align : right;
    color : #fff;
    position : relative;
    z-index : 2;
    }
#contents #mainbox{
    width : 725px;
    float : left;
    margin-top : 498px;
    text-align : left;
}
#contents #mainbox #footercontact{
	background : url('images/common/footer_contact.jpg') no-repeat;
	margin : 15px 15px 15px 20px;
	padding : 47px 9px 10px 0;
	text-align : right;
}

#contents #subbox{
    margin-top : 585px;
    margin-left : 735px;
	position : relative;
	z-index : 10;
}
#contents #subbox .twitter{
    width : 250px;
    margin : 10px auto 15px auto;
}





#footer{
	background : #e4dabc url('images/common/back_footer_all.png') repeat-x;
    background-position : center top;
	text-align : center;
    min-width : 1050px;
    color : #fff;
	margin : 0 auto;
	}
#footer .footer{
    background : url('images/common/back_footer.png') no-repeat;
    background-position : top center;
    width : 1050px;
    margin : 0 auto;
	text-align : left;
}
#footer .pagetop{
    text-align : right;
    margin-right : 15px;
    }
#footer .footerlinks{
    background : #eee7d4;
    padding : 15px;
    margin : 15px 27px;
    color : #9e7e38;
}
#footer .footerlinks a:link,
#footer .footerlinks a:visited,
#footer .footerlinks a:hover{
    color : #9e7e38;
}
#footer .footeraccess{
    color : #635842;
    margin-left : 27px;
}
#footer .footeraccess h3{
    font-size : 16px;
	float : left;
    margin : 5px 5px 0 0;
}
#footer .footeraccess h3 a:link,
#footer .footeraccess h3 a:visited,
#footer .footeraccess h3 a:hover{
    color : #635842;
}
#footer .footeraccess dl{
    margin : 5px 0;
}
#footer .footeraccess dt{
    margin : 5px 0;
}
#footer .footeraccess dd{
    margin-left : 5px;
    border-left : 1px solid #98762d;
    padding-left : 5px;
}
#footer .copy{
    text-align : right;
    font-size : 12px;
    color : #a59c80;
    padding : 20px 10px 0px 10px;
    }
#footer a:link,
#footer a:hover,
#footer a:visited{
    color : #a59c80;
}

