@charset "UTF-8";
/* CSS Document */

/*---------------------------------------ページ基本定義*/

/*-------------------------CSS Reset*/
html, body, h1, h2, h3, h4, h5, h6,
blockquote,ul, ol, dl, dt, dd, form, p{
	margin:0;
	padding:0;
	}

/*-------------------------hack for IE 7 */
*+html{
	background-color:#ffffff;/*-----------IE7 zoom機能対策*/
	}

body{
	background-color:#ffffff;
	color:#221714;
	font-size:96%;
 line-height:1.8;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

ul{	list-style-type:none;}
img{
	border:none;
 vertical-align:bottom;
	}
hr{	display:none;}



/*---------------------------------------フォント・テキスト定義*/
.sml{
	font-size:80%;/*body 100% of 80%*/
	line-height:1.4;
	}
.lrg{
	font-size:120%;/*body 100% of 120%*/
	line-height:1.4;
	}
/*-----------------------ボールド*/
strong{
	font-weight:bold;
	font-style:normal;
	}
/*-----------------------下線*/
.uLine{
	text-decoration:underline;
	}
/*-----------------------約物「・」などを等幅で表示する*/
.mono{
	font-family:monospace;
	}
/*-----------------------約物つき脚注*/
.note{
 text-indent:-1em;
 margin-left:1em;
}


/*-----------------------基本リンクスタイル*/
a{
	}
a:link,
a:visited{
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}


/*-----------------------真ん中寄せ、右寄せ*/
.alCenter{	text-align:center;}
.alRight{	text-align:right;}



/*---------------------------------------基本レイアウト*/
.section{
 width:100%;
}
.section .contents{
 width:920px;
 padding:0 30px;
 margin:0 auto;
}



/*---------------------------------------汎用ボックス*/
.mgrow5px{	margin:5px 0;}
.mgrow10px{	margin:10px 0;}
.mgrow15px{	margin:15px 0;}
.mgrow20px{	margin:20px 0;}

.mgtop5px{	margin-top:5px;}
.mgtop10px{	margin-top:10px;}
.mgtop15px{	margin-top:15px;}
.mgtop20px{	margin-top:20px;}
.mgtop30px{	margin-top:30px;}

.mgbtm5px{	margin-bottom:5px;}
.mgbtm10px{	margin-bottom:10px;}
.mgbtm15px{	margin-bottom:15px;}
.mgbtm20px{	margin-bottom:20px;}
.mgbtm30px{	margin-bottom:30px;}



/*clearfix start*/
.clearfix:after {
	content:".";
	height:0;
	font-size:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*clearfix end*/