@charset "UTF-8";
/* CSS Document */
/* リンク設定 */
a:link{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#093;
	text-decoration:underline;
}
/*↓アクセス画像回り込み指定↓*/
.accessimgright{
	float:right;
	margin:30px;
	margin-bottom:30px;
}
/*p{
	margin-bottom:315px;
}*/
.tnmainpost{
	width:700px;
}
.tnmainpost h3{
	background-image:url(../images/access/mrk_train.png);
	background-repeat:no-repeat;
	border-bottom:solid 3px #FF9;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
	margin:0;
}
.tnmaintxt{
	line-height:1.5;
}
.tnmaintxt p{
	margin:0;
	margin-bottom:20px;
}
.tnmainpost h1{
	margin:0;
	background-image:url(../images/access/mrk_blue.png);
	background-repeat:no-repeat;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:30px;
}
