@charset "UTF-8";

/*初期化*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
	display: block;
	height: 0px;
	padding: 0;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #cccccc;
}

input, select {
    vertical-align:middle;
}

/*チラチラ防止とFooter黒*/
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true))
	background-color: #F7F5F1;
	background-image: url(../images/footer_bg.jpg);
}




/*基本形*/
body {
	line-height: 1.6em;
	color: #333333;
	font-family: "Osaka", "ＭＳ Ｐゴシック";
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


/*イメージ*/



img {
	border: none;
	max-width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}






/*クリア*/
.clr {
	clear: both;
}

/*aリンク*/
a:link,a:visited {
	color: #1994D5;
	text-decoration: none;
}

a:hover,a:active {
	color: #000000;
	text-decoration: none;
}
/*センター合わせ*/
.center-auto {
	margin-right: auto;
	margin-left: auto;
}
/*TEXTセンター合わせ*/
.txt-center {
	text-align: center;
}
/*TEXT右合わせ*/
.txt-right {
	text-align: right;
}
/*clearfix*/
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }







/**/


.f10{
	font-size: 77%;
	line-height: 1.6em;
}
.f11{
	font-size: 85%;
	line-height: 1.6em;
}
.f12{
	font-size: 93%;
	line-height: 1.6em;
}
/*標準*/
.f13{
	font-size:100%;
	line-height: 1.6em;
}
.f14{
	font-size:108%;
line-height: 1.6em;
}
.f16{
	font-size:122%;
	line-height: 1.6em;
}
.f18{
	font-size:136%;
	line-height: 1.6em;
}
.f22{
	font-size:167%;
	line-height: 1.6em;
}
.f24{
	font-size:182%;
	line-height: 1.6em;
}

strong {
	font-weight: bolder;
}


/*下マージンサイズ*/

.Btm5m {
	margin-bottom: 5px;
}
.Btm10m {
	margin-bottom: 10px;
}
.Btm15m {
	margin-bottom: 15px;
}
.Btm20m {
	margin-bottom: 20px;
}
.Btm25m {
	margin-bottom: 25px;
}
.Btm30m {
	margin-bottom: 30px;
}
.Btm35m {
	margin-bottom: 35px;
}
.Btm40m {
	margin-bottom: 40px;
}
.Btm45m {
	margin-bottom: 45px;
}
.Btm50m {
	margin-bottom: 50px;
}
.Btm60m {
	margin-bottom: 60px;
}
.top5px {
	padding-top: 5px;
}
.top10px {
	padding-top: 10px;
}


.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	display: block;
}

.floatLeft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	display: block;
}
.Oya {
	position: relative;
}
.txt-red {
	color: #C00;
}
.txt-gray {
	color: #999;
}
sup {
	font-size: 50%;

	font-weight: normal;
}
