@charset "Shift_JIS";
/* CSS Document */


/* リセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}




/* main */

#mainWrapper {
	margin: 3px auto 0;
	width: 920px;
}





/* 汎用*/

.WrapperBox {
	display: block;
	overflow: hidden;
}


.flootLeft {
	float: left;
}

.flootRight {
	float: right;
}

.clear {
	clear: both;
}


.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}




/* テキスト */

.txt10 {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 1.5;
}

.txt12 {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 12px;
	color: #333;
}



/* スペース*/

.mt05 {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;}



.mu05 {margin-bottom: 5px;}

.mu10 {margin-bottom: 10px;}

.mu15 {margin-bottom: 15px;}

.mu20 {margin-bottom: 20px;}

.mu25 {margin-bottom: 25px;}

.mu30 {margin-bottom: 30px;}



.mr05 {margin-right: 5px;}

.mr10 {margin-right: 10px;}

.mr15 {margin-right: 15px;}

.mr20 {margin-right: 20px;}

.mr25 {margin-right: 25px;}

.mr30 {margin-right: 30px;}



.ml05 {margin-left: 5px;}

.ml10 {margin-left: 10px;}

.ml15 {margin-left: 15px;}

.ml20 {margin-left: 20px;}

.ml25 {margin-left: 25px;}

.ml30 {margin-left: 30px;}
