/* CSS Document */
* {
	margin:0;
	padding:0;
}

/*----------------------------
			hタグ
----------------------------*/
h1
{
font-size:10pt;
font-family: "MS PGothic";
margin:0;
}

h2
{
font-size:11pt;
font-family: "MS PGothic";
color:#cc0000;
margin:0;
}

h3
{
font-size:12pt;
font-family: "MS PMincho";
color:#cc0000;
margin:0;
}

h4
{
font-size:11pt;
font-family: "MS PMincho";
margin:0;
display:inline;
}

h5{
	font-size:14pt;
	font-family:MS PGothic;
	font-color:#FF0000;
}

#wrrap {
	font-size: 14px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 70px;
}
.colum {
	background-color: #E0DFE3;
}



/*----------------------------
			font
----------------------------*/

.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f24{font-size:24px}
.f36{font-size:36px}
.f38{font-size:38px}
.f40{font-size:40px}
.f42{font-size:42px}
.f45{font-size:45px}

.f14p{font-size:14pt}
.f18p{font-size:18pt}
.f22p{font-size:22pt}
.f24p{font-size:24pt}

.bold{font-weight:bold}

.cap{font-family: "HGS明朝E","ＭＳ 明朝";}
.cap2{font-family: "HGS明朝B","ＭＳ 明朝";}

.red{color:#FF0000}
.red2{color:#CC0000}
.green{color:#006600}
.darkgreen{color:#003300}
.orange{color:FF6600}
.black{color:#000000}

.step_cap{line-height:1.4;}


/*----------------------------
			margin
----------------------------*/
.mar10{margin:10px}
.mar20{margin:20px}
.mar30{margin:30px}

.top5{margin-top:5px}
.top10{margin-top:10px}
.top20{margin-top:20px}
.top30{margin-top:30px}

.bottom5{margin-bottom:5px}
.bottom10{margin-bottom:10px}
.bottom20{margin-bottom:20px}
.bottom30{margin-bottom:30px}

.left5{margin-left:5px}
.left10{margin-left:10px}
.left20{margin-left:20px}
.left30{margin-left:30px}


/*---------------------------------
			ｸｫｽﾐ､ｷ
---------------------------------*/
h1{margin:0}

/*---------------------------------
			･ﾕ･ｩ･ﾈ･ｵ･､･ｺ
---------------------------------*/
.f9p{font-size:9pt}
.f10p{font-size:10pt}
.f11p{font-size:11pt}
.f12p{font-size:12pt}
.f13p{font-size:13pt}
.f14p{font-size:14pt}
.f16p{font-size:16pt}
.f18p{font-size:18pt}
.f20p{font-size:20pt}

.bold{font-weight:bold;}
.under{border-bottom:1px solid;}
.italic{font-style:italic;}

/*---------------------------------
				ｿｧ
---------------------------------*/
.red{color:#FF0000;}
.red2{color:#990000;}
.orange{color:#ff6600;}
.white{color:#fff;}
.gray{color:#999;}

/*---------------------------------
			ﾇﾛﾃﾖ
---------------------------------*/
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}

/*---------------------------------
			･､･癸ｼ･ｸﾇﾛﾃﾖ
---------------------------------*/
.img-right{float:right;}
.img-left{float:left;}

/*----------------------------------
			･ﾞ｡ｼ･ｸ･・
----------------------------------*/
.top0{margin-top:0px}
.top5{margin-top:5px}
.top10{margin-top:10px}
.top20{margin-top:20px}
.top30{margin-top:30px}
.top40{margin-top:40px}
.top50{margin-top:50px}

.bottom0{margin-bottom:0px}
.bottom5{margin-bottom:5px}
.bottom10{margin-bottom:10px}
.bottom20{margin-bottom:20px}
.bottom30{margin-bottom:30px}
.bottom40{margin-bottom:40px}
.bottom50{margin-bottom:50px}

.right0{margin-right:0px}
.right5{margin-right:5px}
.right10{margin-right:10px}
.right20{margin-right:20px}
.right30{margin-right:30px}
.right40{margin-right:40px}
.right50{margin-right:50px}

.left0{margin-left:0px}
.left5{margin-left:5px}
.left10{margin-left:10px}
.left20{margin-left:20px}
.left30{margin-left:30px}
.left40{margin-left:40px}
.left50{margin-left:50px}

.dot{
	border-bottom:3px dotted #999;
}
