/* Edit this */

.colorred{ color:#FF0000; }
.colorgreen{ color:#FF0000; }

div.entry {
	padding: 20px;
}

div#overview {
font-size:0.8em;
padding-bottom: 10px;
margin-botttom: 10px;
}

div#overview dt {
	float:left;
	width: 120px;
	color:#333;
	border-bottom: 1px #9fcb28 dotted;
}

div#overview dd {
	display: block;
	float:left;
	width: 300px;
	padding-left: 10px;
	color:#333;
	border-bottom: 1px #9fcb28 dotted;
}


img {
border: 0;
}

div.float_l {
	width: 325px;
	margin-right: 10px;
	float: left;
}

div.float_r {
	width: 325px;
	float: right;
}

table.howtolink {
	width: 325px;
	padding: 0px 5px 5px 5px;
}

table.howtolink tr td {
	padding: 5px;
	text-align: center;
	border: 1px #8E7854 solid;
	vertical-align: middle;
}

/*お問い合わせフォーム*/
table#howtoform {
	width: 600;
	padding:10px;
}

table#howtoform td, th {
	padding:10px;
	vertical-align: top;
}
table#howtoform th {
	width: 200px;
	padding: 10px;
	text-align: left;
	
}

div#overview h4 {
	color:#333;
	font-size:125%;
	font-weight::bold;
	line-height:135%;
}

div#overview p {
	color:#333;
	line-height:120%;
}


/******************************アクセス****************************/

table.access_table {
	width: 100%;
	color: #8E7854;
	border-collapse:collapse;
}

table.access_table th, table.access_table td {
	line-height: 1.3;
	font-size: 14px;
	border: 2px solid #CCC;
	padding: 0.5em 1em;
}

table.access_table th{
	font-weight: bold;
	white-space: nowrap;
	background-color: #f5efe7;
}

table.access_table td{
	background-color: rgba(255,255,255,0.3);
}

p.access_title {
	font-weight: bold;
}