/***********全体デザイン*****************/
body {
 background: #3C2E41;
 font-size: 12px;
 color: #6D6D6D;
 line-height: 18px;
}

/***********ヘッダー画像*****************/

.head	{
	background-image: url(../images/t_head-a1.jpg);
	background-repeat: norepeat;
	width: 647px;
	height: 319px;
}

/***********メインコンテンツ*****************/

.mdiv-t {
 width: 400px;
 padding-left: 40px;
 font-size: 12px;
 color: #6D6D6D;
 text-align: left;
 font-weight: 600;
}

.mdiv-c {
 width: 580px;
 font-size: 12px;
 color: #6D6D6D;
 text-align: left;
 line-height: 18px;
 margin-top: 10px;
}

.mdiv-d {
 width: 580px;
 font-size: 12px;
 color: #000066;
 text-align: left;
 line-height: 18px;
 margin-top: 10px;
}

.mdiv-n {
 width: 580px;
 font-size: 12px;
 color: #6D6D6D;
 text-align: right;
 margin-top: 5px;
}

/***********サイドコンテンツ*****************/

.sdiv {
 padding-left: 5px;
 width: 235px;
 font-size: 12px;
 line-height: 15px;
 color: #000066;
 text-align: left;
}

.sdiv2 {
 padding-left: 5px;
 width: 235px;
 font-size: 12px;
 line-height: 15px;
 color: #5E5E5E;
 text-align: left;
}

/***********リンク*****************/

a:link	{
	color : #0000FF;
	text-decoration : none;
}
a:visited	{
	color : #0000FF;
	text-decoration : none;
}
a:active	{
	color : #0000FF;
	text-decoration : none;
}
a:hover	{
	color : #0000FF;
	text-decoration : none;
}
