@charset "utf-8";
@import "/css/common.css";

/*==================================================================*/
/* follow style css（アフターフォローについて） */
/*==================================================================*/

/* h1 */
h1{
	margin:0 0 1em;
	padding:0;
}

/* リード文 */
#contents p.read{
	margin:0 auto 3em;
	padding:0 1em;
	width:650px;
}
#contents p.read span{color:#cc0000;}

/* ---------------------------------------------------------------- */

/* follow */

/* ---------------------------------------------------------------- */
#follow{
	margin:0 auto 2em;
	width:650px;
}

#follow a:hover img{opacity:0.75;filter:alpha(opacity=75);}

#follow h2{
	margin:0 auto 0.5em;
	text-align:center;
}
#follow p.caution{
	margin:0 auto 4em;
	padding:1em 0 1em 2em;
	width:530px;
	background:#eeece0;
	}

/*  */
/*-------------------------*/
div.hosyo *{margin:0;padding:0;}
div.hosyo{
	margin:0 auto 2em;
	width:580px;
}
div.hosyo h3{padding-bottom:1.5em;}
div.hosyo p{
	background:none;
	padding:0 1.5em 2em;
}
div.hosyo table,div.hosyo th,div.hosyo td{
	border-collapse:collapse;
	border:1px solid #a9a9a9;
	padding:5px;
}
div.hosyo table{
	margin:0 auto 2em;
	width:550px;
}
div.hosyo table th{
	text-align:center;
	background:url('../image/th_back.gif') repeat-x 0 bottom;
	border-bottom:1px dotted #d9b453;
}
div.hosyo table td{
	border-top:1px dotted #d9b453;
}
div.hosyo table td.spot{width:200px;}
div.hosyo table td.state{width:280px;}
div.hosyo table td.year{text-align:right;}

div.hosyo tr.even td{background:#fbf9f4;}


