

@charset "EUC-JP";


body {margin:0;padding:0px;background-color:#ffffff;}
body.service{width:720px;}

/***** 全体 **********/


/** 基本設定 **/
	a{color:#878680;text-decoration:underline;}

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

	a:visited{text-decoration:underline;}

	a:active{}

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

.H1{ font-size: 16px;
line-height: 36px  }
.H2{ font-size: 15px;
line-height: 24px  }
.L{ font-size: 14px;
line-height: 20px  }
.M{ font-size: 12px;
line-height: 16px  }
.S{ font-size: 10px;
line-height: 14pt  }
.cap{ font-size: 10px;
line-height: 14px  }

/** p **/
p {margin:0;font-size:12px;line-height:170%;}

/****** Body全体の設定 *******/
	body{
		color:#000;
		margin:0;
		padding:0;
		
		text-align:center;
	}

	/* コンテンツ表示部分の基本設定 */
	#container{
		color:#000;
		width:644px;
		margin:0 auto 0 auto;
		text-align:left;
	}




/****** リンク系の設定 *******/

	/* 基本 */
	a{color:#4F94CD;text-decoration:underline;}
	a:link{color:#4F94CD;text-decoration:underline;}
	a:visited{text-decoration:underline;}
	a:active{}
	a:hover{color:#63B8FF;text-decoration:none;}


