@charset "UTF-8";

/*\*/
/*-------------------------------------------------------*/
/*  reset&initiarize 初期化
/*-------------------------------------------------------*/

* {
	color: #111;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , sans-serif;
	line-height: 1.5;
}

html,body {
	margin: 0; padding: 0;
}

body {
	text-align: center;
	background: url(../image/bg01.jpg) center top;
}

a , a span {
	color: #369;
	outline-width: 0 !important;
}

a:hover , a:hover span {
	color: #f60;
}

h1 , h2 , h3 , h4 , h5 , h6 , ul , li , dl , dt , dd , p , form {
	margin: 0; padding: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

li { list-style: none; }

img { border: none; }

table {}

th { text-align: left; vertical-align: top; }

td { vertical-align: top; }

textarea {}

address {}

/*-------------------------------------------------------*/
/*  common 共通
/*-------------------------------------------------------*/

.cfont01 { color: #f00; }
.cfont02 { color: #c00; }
.cfont03 { color: #f60; }
.cfont04 { color: #360; }
.cfont05 { color: #e2343d; }
.fsize10 { font-size: 0.90em; }
.fsize12 { font-size: 12px; }
.fsize14 { font-size: 14px; }
.fsize16 { font-size: 16px; }
.fsize18 { font-size: 18px; }
.fsize20 { font-size: 20px; }
.fbold { font-weight: bold; }

.m02 { margin-top: 2px; }
.m05 { margin-top: 5px; }
.m06 { margin-top: 6px; }
.m08 { margin-top: 8px; }
.m10 { margin-top: 10px; }
.m12 { margin-top: 12px; }
.m15 { margin-top: 15px; }
.m16 { margin-top: 16px; }
.m19 { margin-top: 19px; }
.m20 { margin-top: 20px; }
.m21 { margin-top: 21px; }
.m22 { margin-top: 22px; }
.m23 { margin-top: 23px; }
.m24 { margin-top: 24px; }
.m25 { margin-top: 25px; }
.m28 { margin-top: 28px; }
.m30 { margin-top: 30px; }
.m31 { margin-top: 31px; }
.m32 { margin-top: 32px; }
.m33 { margin-top: 33px; }
.m35 { margin-top: 35px; }
.m40 { margin-top: 40px; }
.m42 { margin-top: 42px; }
.m45 { margin-top: 45px; }
.m50 { margin-top: 50px; }
.m55 { margin-top: 55px; }
.m57 { margin-top: 57px; }
.m60 { margin-top: 60px; }
.m65 { margin-top: 65px; }
.m75 { margin-top: 75px; }

.none { display: none; }

/*-------------------------------------------------------*/
/*	clear  */
/*-------------------------------------------------------*/

.cboth {
	clear: both; height: 0; line-height: 0; font-size: 0;
}

div.clearfix {  
	zoom: 1;/*for IE 5.5-7*/  
} 

div.clearfix:after {
    content:".";
    display: block;
    height: 0;
    font-size: 0; line-height: 0;
    clear: both;
    visibility: hidden;
}

* html div.clearfix:after {
	height: 1px;
}
