@charset "utf-8";

/*-----------------------------------------------------------------
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
-----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{
	vertical-align: middle;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
html {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: relative;
    width: 100%;
}
body {
    color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
    line-height: 150%;
    margin: 0;
    width: 100%;
}
.httl {
    font: 50%/110% ;
    position: absolute;
    right: 0;
    top: -500px;
    width: 100%;
}
.httl h1 {
    font: 100%/100% ;
    height: 5px;
}
img {
    margin: 0;
    padding: 0;
}
a img {
    border: medium none;
}
a {
    color: #333333;
    text-decoration: none;
}
form {
    margin: 0;
    padding: 0;
}

/* フォント ---------------- */
h1 {
	font-size: 14px;
	color: #ffffff;
	margin-top: 3px;
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
}
h2 {
	font-size: 19px;
	color: #666666;
	font-weight: bold;
	line-height: 150%;
}
h3 {
	font-size: 17px;
	color: #317bc9;
	font-weight: bold;
	line-height: 150%;
}
h4 {
	font-size: 15px;
	color: #317bc9;
	font-weight: bold;
	line-height: 150%;
}
h5 {
	font-size: 14px;
	color: #666666;
	line-height: 140%;
	font-weight: bold;
	line-height: 150%;
}
h6 {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 150%;
}
.blue{
	color: #317bc9;
}
.pink{
	color: #ff6b85;
}
.glay{
	color: #666666;
}
.white{
	color: #ffffff;
}
.font11{
	font-size: 11px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font17{
	font-size: 17px;
}
.font18{
	font-size: 18px;
}
.font19{
	font-size: 19px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font25{
	font-size: 25px;
}
.bold{
	font-weight: bold;
}

/* その他の設定　---------------- */
.t_l{
	text-align: left;
}
.t_c {
	text-align: center;
}
.t_r{
	text-align: right;
}
.ml_5{
	margin-left: 5px;
}
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.mt_20{
	margin-top: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_40{
	margin-top: 40px;
}
.mt_50{
	margin-top: 50px;
}
.mt_60{
	margin-top: 60px;
}
.mt_70{
	margin-top: 70px;
}
.mt_80{
	margin-top: 80px;
}
.mt_90{
	margin-top: 90px;
}
.mt_100{
	margin-top: 100px;
}
.mb_5{
	margin-bottom: 5px;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
.mb_50{
	margin-bottom: 50px;
}
.mb_60{
	margin-bottom: 60px;
}
.mb_70{
	margin-bottom: 70px;
}
.mb_80{
	margin-bottom: 80px;
}
.mb_90{
	margin-bottom: 90px;
}
.mb_100{
	margin-bottom: 100px;
}
.mr_130{
	margin-right: 130px;
}