﻿@charset "UTF-8";

/*　トップ画像　*/
#home-box #top-img {
	margin-bottom: 10px;
	position: relative;
}
#home-box #top-img p {
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 0 0 3px #000, 0 0 10px #fff;
	position: absolute;
	top: 35px;
	left: 30px;
}
#home-box #top-img img {
	border-radius: 5px;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
/*　トップ見出し　*/
#home-box #top-text {
	background-color: #fafafa;
	padding: 10px 15px 20px 15px;	
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#home-box #top-text h1 {
	color: #000099;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#home-box #top-text h1 span {
	display: block;
	margin-left: 1em;
}
#home-box #top-text ul {
	color: #444;
	font-size: 90%;
	font-size: 110%;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 1.5em;
}
#home-box #top-text ul li {
	text-indent: 1em;
	color: #0000FF;
}
#home-box #top-text p {
	background-color: #f8f8f8;
	font-size: 93%;
	line-height: 1.5em;
	padding: 10px;	
}

/*　お知らせ　*/
#home-box #notice h1 {
	background-color: #3333CC;
	background-color: #0000E8;
	color: #fff;
	font-weight: bold;
	text-indent: 1em;
	padding: 10px 5px;	
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
}
#home-box #notice dl {
	font-size: 95%;
	line-height: 1.3em;
	padding: 15px 15px 20px;	
	border: 1px solid #ccc;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
	margin-bottom: 10px;
}
#home-box #notice dl dt {
	font-weight: bold;
	margin-bottom: .5em;
}
#home-box #notice dd + dt {
	padding-top: 1em;	
	border-top: 1px solid #ccc;
	margin-top: 1em;
}