﻿@charset "utf-8";
/* CSS Document */

/* Secondhome Honoka
-----------------------------------------------------*/
/* ==============================================
    header
============================================== */
#header {
	background-image: none;
}

/* ==============================================
    mainImage
============================================== */
#mainImage {
	padding-top: 13px;
	background: #ffe3ec;
}

/* ==============================================
    contents
============================================== */
#catch {
	margin-bottom: 30px;
}

/* btn
-------------------- */
#contents ul {
	list-style: none;
	float: left;
	margin-bottom: 20px;
}
#contents li a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#contents li#service,
#contents li#guidance {
	width: 306px;
	float: left;
	margin-bottom: 12px;
}
#contents li#service {
	margin-right: 19px;
}
#contents li#service a,
#contents li#guidance a {
	display: block;
	padding-bottom: 182px;
	background: no-repeat left bottom;
	color: #5d5c5c;
	text-decoration: none;
}
#contents li#service a {
	background-image: url(image/top_service.jpg);
}
#contents li#guidance a {
	background-image: url(image/top_guidance.jpg);
}
#contents li#service a span,
#contents li#guidance a span {
	display: block;
	margin: 10px 13px 0 15px;
}
#contents li#about {
	clear: both;
}

/* news
-------------------- */
#news {
	float: right;
	width: 300px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	background: url(image/top_news.gif) no-repeat left bottom;
}
#news dl {
	height: 270px;
	overflow: auto;
	margin: 10px 30px 0;
	padding-right: 6px;
}
#news dt {
	color: #71a001;
	font-weight: bold;
}
#news dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a5a5a5;
}

/* contact
-------------------- */
#contact {
	clear: both;
	padding: 9px 0;
	border: 1px solid #9ec83a;
	text-align: center;
}