@charset "utf-8";
@import url("import.css");
/* ===================================================================
CSS information

 file name  :plan.css
 style info :planディレクトリ用CSS
=================================================================== */
ul.plans {
	padding-bottom:100px;
	margin-left:53px;
}

ul.plans:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

ul.plans li {
	float:left;
	margin-right:28px;
}

/* -----------------------------------------------------------
	index.html
----------------------------------------------------------- */

.index #main {
	padding-bottom:40px;
	background:url(../plan/img/bg_plan.jpg) no-repeat 100% 100%;
}


/* -----------------------------------------------------------
	venus.html
----------------------------------------------------------- */
#main table {
	float:left;
	width:350px;
	border-top:2px solid #464646;
	border-bottom:2px solid #464646;
}


#main table th.title {
	border-bottom:1px solid #dadada;
}

#main table th.title strong {
	margin:0;
	font-weight:bold;
	color:#000;
}

#main table th {
	padding:6px 5px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	color:#000;
}

#main table td {
	padding:6px 5px;
}

#main strong {
	font-weight:normal;
	margin-left:1em;
	color:#b49c61;
}
