/***********全体デザイン*****************/
body {
	background: #3C2E41;
	font-size: 12px;
	color: #6D6D6D;
	line-height: 18px;
	text-align: center;
}

/***********ヘッダー画像*****************/

.head	{
	background-image: url(../images/t_head-e1.jpg);
	background-repeat: norepeat;
	width: 647px;
	height: 319px;
	
}

/***********メインコンテンツ*****************/

.mdiv-c {
 width: 580px;
 font-size: 12px;
 color: #6D6D6D;
 text-align: left;
 line-height: 18px;
 margin-top: 10px;
 
}
.mdiv-c2 {
	width: 86%;
	font-size: 13px;
	color: #6D6D6D;
	text-align: left;
	line-height: 1.5em;
	margin-top: 10px;
	letter-spacing: 1px;
	padding: 10px;
}

