@charset "UTF-8";
@import "/themes/concept/theme.css";

.header-img {
	clear: both;
	width: 780px;
	height: 100px;
	background: url(images/main-img.jpg) no-repeat center top;
	border-bottom: #5e8c5e 5px solid;
}/* ページごとに上書きする */

.photo {
	margin-right: 10px;
}
.blogEntryBody table,
.blogEntryBody table tr,
.blogEntryBody table td {
	margin: 0;
	padding: 0;
}
.blogEntryBody table {
	margin-top: 10px;
	margin-bottom: 3px;
	border-top: #85bf00 1px solid;
	border-left: #85bf00 1px solid;	
}
.blogEntryBody table td {
	text-align: center;
	padding: 5px 3px;
	border-right: #85bf00 1px solid;
	border-bottom: #85bf00 1px solid;
}
.cyuu {
	height: 22px;
	vertical-align: middle;
}
p .photo {
	margin-top: 15px;
}
.blogEntryBody p {
	margin: 10px 0;
}

/* [ outline
--------------------------------------------- */
dl#outline,
dl#outline dt,
dl#outline dd {
	margin: 0;
	padding: 0;
}
dl#outline {
	width: 480px;
}
dl#outline dt {
	width:120px;
	float:none;
	letter-spacing: 0.7em;
}

dl#outline dd {
	float: none;
	width: 345px;
	margin:-1.4em 0 10px 0;
	padding-left: 120px;
}

/* [ inquire
--------------------------------------------- */
dl#inquire {
	width: 480px;
}
dl#inquire dt {
	width:150px;
	float:none;
}

dl#inquire dd {
	float: none;
	width: 325px;
	margin:-1.4em 0 10px 0;
	padding-left: 150px;
}

dl#inquire dd input{
	width:250px;
	padding:2px;
	border:1px solid #7f9db9;
}

dl#inquire dd textarea{
	height:100px;
	padding:2px;
	border:1px solid #7f9db9;
}

/* [ site map
--------------------------------------------- */
ul#sitemap,
ul#sitemap li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitemap {
}

ul#sitemap li {
	line-height: 2.0;
}

ul#sitemap li ul {
	font-size: 95%;
	padding: 0;
	margin-left: 45px;
}

ul#sitemap li ul li {
	line-height: 1.5;
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat 0 50%;
}


p.kigu_right {
	margin: 0;
	padding: 0;
	width: 300px;
	float: right;
}
/*  [ outline photo_thumbnail
--------------------- */
ul.photo_thumb,
ul.photo_thumb li {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
ul.photo_thumb {
	width: 490px;
	margin-top: 5px;
}
ul.photo_thumb li {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	margin-right: 15px;
}
ul.photo_thumb li img {
	margin-bottom: 5px;

}
ul.photo_thumb li span {
	text-align: right;
	clear: both;
}

/*  [ access photo_thumbnail
--------------------- */
ul.access_thumb,
ul.access_thumb li {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
ul.access_thumb {
	width: 490px;
	margin-top: 5px;
}
ul.access_thumb li img {
	margin-bottom: 5px;
}
ul.access_thumb li.first_child {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	padding-right: 10px;
}
ul.access_thumb li.second_child {
	float: left;
	width: 262px;
	padding-bottom: 10px;
	padding-right: 10px;	
}
ul.access_thumb li.first_child span,
ul.access_thumb li.second_child span {
	text-align: right;
	clear: both;
}
