/***********全体デザイン*****************/
body {
 background: #3C2E41;
 font-size: 12px;
 color: #6D6D6D;
 line-height: 18px;
}

/***********ヘッダー画像*****************/

.head	{
	background-image: url(../images/t_head-m1.jpg);
	background-repeat: norepeat;
	width: 647px;
	height: 319px;
	
}

/***********メインコンテンツ*****************/

.mdiv-c {
	width: 560px;
	font-size: 13px;
	color: #6D6D6D;
	text-align: left;
	line-height: 18px;
	margin-top: 10px;
	letter-spacing: 1px;
}

.mdiv-c2 {
	width: 610px;
	font-size: 12px;
	color: #6D6D6D;
	text-align: left;
	line-height: 18px;
	padding: 0px;
 }
.mdiv-c3 {
	width: 560px;
	font-size: 13px;
	color: #6D6D6D;
	text-align: left;
	line-height: 18px;
	margin-top: 15px;
	padding: 15px;
	margin-bottom: 25px;
	border: 1px dotted #E186A4;
	letter-spacing: 1px;
}

