/***********全体デザイン*****************/
body {
 background: #3C2E41;
 font-size: 12px;
 color: #6D6D6D;
 line-height: 18px;
}

/***********ヘッダー画像*****************/

.head	{
	background-image: url(../images/t_head-f1.jpg);
	background-repeat: norepeat;
	width: 647px;
	height: 319px;
	
}

/***********メインコンテンツ*****************/

.mdiv-c {
	width: 360px;
	font-size: 13px;
	color: #6D6D6D;
	text-align: left;
	line-height: 1.5em;
	margin-top: 3px;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.mdiv-c2 {
	width: 86%;
	font-size: 13px;
	color: #6D6D6D;
	text-align: left;
	line-height: 1.5em;
	margin-top: 10px;
	letter-spacing: 1px;
	padding: 10px;
}
.mdiv-c3 {
	width: 280px;
	font-size: 13px;
	color: #6D6D6D;
	text-align: left;
	line-height: 1.5em;
	margin-top: 3px;
	letter-spacing: 1px;
}
.mdiv-t {
	width: 96%;
	padding-left: 10px;
	font-size: 14px;
	color: #DF3B82;
	text-align: left;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.mdiv-dott {
	width: 560px;
	font-size: 13px;
	color: #6D6D6D;
	border: 1px dotted #BD00FF;
	padding: 15px;
	text-align: left;
	margin-top: 5px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.g-img {
	border: 1px solid #C2A6FF;
	height: auto;
	width: auto;
	padding: 0px;
	float: left;
	clear: both;
	margin: 9px;
}

