/* --- ヘッダー --- */
#top-header-right {
    float: right;
    width: 400px;
    margin-top: 35px;
    margin-right: 90px;
}
#top-header-right img {
    margin-bottom: 20px;
}
#top-header-left {
    float: left;
    width: 266px;
    margin-top: 30px;
    margin-left: 70px;
}

/* --- メインコンテンツ --- */
#top-content {
    width: 900px;
    margin: 15px 0 0 0;
	padding: 15px 0 0;
	background: #ffffff none repeat scroll 0 0;
   	border: 1px solid #dcdcdc;
}
#top-inner-left {
    float: left;
    width: 405px;
    margin-left: 25px;
}
#top-inner-right {
    float: right;
    width: 405px;
    margin-right: 25px;
}
#top-content section {
    margin-bottom: 50px;
}

/* --- コンテンツ各項目 --- */
#top-content header {
    margin-bottom: 20px;
}
#top-content h1 {
    margin: 10px 0;
   	color: #33bdff;
	font-size: 18px;
    font-weight: bold;
}
#top-content h2 {
   	color: #555555;
	font-size: 16px;
    font-weight: bold;
    text-indent: 1em;
}
#top-furusato {
    margin: 10px 0;
}
#top-kensan {
    width: 402px;
    border: 1px solid #679966;
}
#top-kensan h1 {
	margin: 0; 
	background-color: #679966;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
#top-content p {
	line-height:　170%;
    margin-bottom: 1.1em;
}
#top-content a {
    color: #D2691E;
    font-weight: normal;
    text-decoration: underline;
}
#top-tokkoh img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#top-info-ul li {
    display: inline-block;
}
#top-info-ul li a {
    margin: 0 13px 5px 0;
}

/* --- お知らせ --- */
#message {
    margin: 10px 30px 20px;
    color: red;
    text-align: left;
}
#message a {
    color: red;
    font-weight: normal;
}