@charset "UTF-8";

html{
}
body{
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
font-size:100%;
}
p{
margin:0;
padding:0;
}
dl,dt,dd,ol,ul,li{
margin:0;
padding:0;
}
ol,ul{
list-style-type:none;
}
img{
border:none;
}
em{
font-style:normal;
}
form,input{
margin:0;
padding:0;
font-size:100%;
}
input{
font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

/* text link ------------------------------------------------------ */
.tl {
	margin: 0px;
	padding: 0 0 0 15px;
	background: url(../images/btn_txt.gif) no-repeat 0 1px;
}




/* contents */
a:link,  a:visited { color: #0d3896; text-decoration: none; }
a:hover, a:active  { color: #0071BC; text-decoration: underline; }

/*
.article_area a:link,  .article_area a:visited { color: #0d3896; text-decoration: underline; }
.article_area a:hover, .article_area a:active  { color: #0071BC; text-decoration: none; }
*/

/* font color ----------------------------------------------------- */
.gray {color:#cccccc;}
.green {color:#006439;}
.orange {color:#FF662B;}
.black {color:#000000;}
.blue {color:#005ba5;}
.dblue {color:#004ea8;}
.brown {color:#6b5047;}
.red    {color:#C9171D;}
.mizu{color:#a0cde;}


/* font size ----------------------------------------------------- */
.text9  { font-size:70%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; line-height:1.357em; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; line-height:1.357em; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.normal {font-weight: normal;}

/* margin ---------------------------------------------------- */
.mt5  { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt35 { margin-top:35px; }
.mt40 { margin-top:40px; }
.mt45 { margin-top:45px; }
.mt50 { margin-top:50px; }
.mt55 { margin-top:55px; }
.mt60 { margin-top:60px; }
.mt65 { margin-top:65px; }
.mt70 { margin-top:70px; }
.mt75 { margin-top:75px; }

.mb5  { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }
.mb50 { margin-bottom:50px; }

/* padding --------------------------------------------------- */
.pt5  { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt25 { padding-top:25px; }
.pt30 { padding-top:30px; }
.pt35 { padding-top:35px; }
.pt40 { padding-top:40px; }
.pt45 { padding-top:45px; }
.pt50 { padding-top:50px; }

.pb5  { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }


/* float ----------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* html .clearfix{height: 1%;} */
.clearfix{display: block;}
.clear{
    clear:both;
	margin:0px;
	padding:0px;
}
