@charset "shift_jis";
/*　base　*/

form{
	margin: 0px 0px 0px 0px;
}
body{
	font-size: 12px;
	color: #666666;
	line-height: 120%;
	background-color: #ffffff;
}
td{
	font-size: 12px;
	color: #666666;
	line-height: 130%;
}
a{
	color: #666666;
}
a:hover{
	color: #ff9999;
}
a.now{
	color: #cc0000;
}
a:hover.now{
	color: #5858FF;
}

/*　テーブル　*/
.table_margin{
	margin: 10px 0px 10px 15px;
}
.table_margin_form{
	margin: 10px 15px 10px 60px;
}
.table_margin_detail{
	margin: 0px 0px 10px 15px;
}

/*　コンテンツ　上右下左*/
.date{
	margin: 5px 5px 5px 5px;
}
.midasi{
	margin: 5px 5px 5px 5px;
}
.copy{
	font-size: 11.5px;
	margin: 0px 0px 7px 0px;
}
.simile{
	font-size: 10px;
}
.menu{
	margin: 5px 5px 5px 5px;
}
.caution
{
	font-size: 11.5px;
}

/* 見出し　上右下左 */
h1{
	font-size: 14px;
	color: #336600;
	margin: 0px 10px 5px 0px;
}
h2{
	font-size: 12px;
	margin: 2px 0px 10px 5px;
	color: #0099CC;
}
th{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
th.item{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
ul{
	margin: 0px 0px 0px 15px;
}
h3{
	font-size: 12px;
	margin: 10px 0px 2px 0px;
}
ul.point{
	margin: 5px 0px 0px 25px;
}
.bold{
	font-weight: bold;
	margin: 5px 0px 0px 5px;
}
h1.pr{
	font-size: 14px;
	color: #cc0000;
	margin: 0px 10px 5px 0px;
}