@charaset"Shift_JIS";

/*リセット ---------------------------------------*/ 
* {
margin:0;
padding:0;
font-size:12px;
line-height:1.8;
}


body{
	background-color:#fff;
	text-align:center;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/*共通スタイル -----------------------------------*/

img { 
	vertical-align: bottom;
	border: none;
}


.clear{
clear:both;
margin:0;
padding:0;
}

a{
outline:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}




p{
margin:0 0 20px 0;
color: #666;
text-align:justify;
}

.left{
	float:left;
}


.right{
	float:right;
}

.center{
text-align:center;
}

.m0{
margin:0;
}


#wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
}


#contents{
width:700px;
margin:0 auto;
text-align:center;
}


/* ヘッター---------------------------------------*/

#head{
	width:700px;
	margin:0 auto;
	text-align:left;
}


#head h1{
	text-align:left;
	margin:15px 0;
}




/* container ---------------------------------------*/


#container{
width:700px;
margin:0 auto;
text-align:left;
}

h2{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	margin:15px 0;
	color:#000;
}

	
	
ol{
	list-style:decimal inside;
	font-size:12px;
	line-height:1.8;
	text-align:left;
	padding:0 0 0 0;
	color: #666;
}


ol li{
	text-align:left;
	padding:0 0 10px 0;

}

strong{
	color:#000;
}


ol ol{
	list-style:decimal outside;
	padding:0 0 10px 30px;
}

ol ol li{
	font-weight:normal;
	padding:0 0 0 0;
}

ol ol ol{
	list-style:decimal outside;
	padding:0 0 10px 30px;
}

ol ol ol li{
	font-weight:normal;
	padding:0 0 0 0;
}



a{
	color: #039;
}

a:link {
	color: #039;
	text-decoration: underline;
}

a:visited {
	color: #039;
	text-decoration: underline;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

a:active {
	color: #06F;
	text-decoration: none;
}

