@charset "utf-8";
/* CSS Document */

/**********************************
clearfix
**********************************/
.cF:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cF {	display: inline-block; }

/* Hides from IE-mac \*/
* html .cF {height: 1%;}
.cF {display: block;}
/* End hide from IE-mac */

 
/**********************************
pngfix
**********************************/
.pF { behavior: expression(IEPNGFIX.fix(this)); }
 
 
/**********************************
ini
**********************************/
* { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
p,div,span,address,hr,
img,object,embed,
form,input,textarea,select,option,optgroup,label,fieldset,legend,button,
a {
	font-style: normal;
	text-decoration: none;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* img-style-for IE */
img {
	vertical-align: top;
	border: none;
}

table,tr,th,td {
	font-weight: normal;
	border-collapse: collapse;
	font-size: 100%;
	border: none;
	text-align: left;
	vertical-align: top;
}


/**********************************
link
**********************************/
a { color: #1a8ff1; text-decoration: none; }
a:link    { color: #1a8ff1; }
a:visited { color: #1a8ff1; }
a:hover   { color: #1a8ff1; text-decoration: underline; }
a:active  { color: #1a8ff1; }


/**********************************
css spacer
**********************************/
.mA0 { margin: 0 !important; }

.mT5  { margin-top: 5px !important; }
.mT10 { margin-top: 10px !important; }
.mT15 { margin-top: 15px !important; }
.mT20 { margin-top: 20px !important; }
.mT25 { margin-top: 25px !important; }
.mT30 { margin-top: 30px !important; }
.mT35 { margin-top: 35px !important; }
.mT40 { margin-top: 40px !important; }
.mT45 { margin-top: 45px !important; }
.mT50 { margin-top: 50px !important; }

.mR5  { margin-right: 5px !important; }
.mR10 { margin-right: 10px !important; }
.mR15 { margin-right: 15px !important; }
.mR20 { margin-right: 20px !important; }
.mR25 { margin-right: 25px !important; }
.mR30 { margin-right: 30px !important; }
.mR35 { margin-right: 35px !important; }
.mR40 { margin-right: 40px !important; }
.mR45 { margin-right: 45px !important; }
.mR50 { margin-right: 50px !important; }

.mB5  { margin-bottom: 5px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB15 { margin-bottom: 15px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB25 { margin-bottom: 25px !important; }
.mB30 { margin-bottom: 30px !important; }
.mB35 { margin-bottom: 35px !important; }
.mB40 { margin-bottom: 40px !important; }
.mB45 { margin-bottom: 45px !important; }
.mB50 { margin-bottom: 50px !important; }

.mL5  { margin-left: 5px !important; }
.mL10 { margin-left: 10px !important; }
.mL15 { margin-left: 15px !important; }
.mL20 { margin-left: 20px !important; }
.mL25 { margin-left: 25px !important; }
.mL30 { margin-left: 30px !important; }
.mL35 { margin-left: 35px !important; }
.mL40 { margin-left: 40px !important; }
.mL45 { margin-left: 45px !important; }
.mL50 { margin-left: 50px !important; }

.pA0 { padding: 0 !important; }

.pT5  { padding-top: 5px !important; }
.pT10 { padding-top: 10px !important; }
.pT15 { padding-top: 15px !important; }
.pT20 { padding-top: 20px !important; }
.pT25 { padding-top: 25px !important; }
.pT30 { padding-top: 30px !important; }
.pT35 { padding-top: 35px !important; }
.pT40 { padding-top: 40px !important; }
.pT45 { padding-top: 45px !important; }
.pT50 { padding-top: 50px !important; }


/**********************************
float
**********************************/
.colL { float: left; display: inline; }
.colR { float: right; display: inline; }
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10 { float: left; display: inline; }

.aR { text-align: right; }
.aC { text-align: center; }
.aL { text-align: left; }

/**********************************
html
**********************************/
html {
	width: 100%;
	color: #000000;
	font-size: 75%;
	line-height: 1.5;
	font-family: Arial, Helvetica, meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	position: relative;
}

body { text-align: center; }
h3,h4,h5,h6,p,li { text-align: left; }




















