@charset "UTF-8";


/*----------------------------------------------------------------------

フォント

-----------------------------------------------------------------------*/
h2 {
	font-size: 280%;
	font-family: Georgia, Century, serif;
	font-weight: normal;
	padding-bottom: 20px;
	text-shadow: 1px 1px 0px #fff;
}
.notice {
	background: #f3f3f3;
	/*background: url(../images/frame_top2.gif) no-repeat left top;*/
	padding: 0 0px 0px 0px;
}
.notice dt {
	font-size: 108%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	background: #fff;
	padding: 7px;
}
.notice dd {
	font-size: 91%;
	line-height: 1.7;
	margin: 0px 0px 30px 0px;
	padding: 10px;
}
.notice dd p {
	font-size: inherit;
	line-height: inherit;
	margin: 0px 0px 15px 0px;
}
.list {
	list-style: disc;
	font-size: inherit;
	line-height: inherit;
	margin: 0px 0px 15px 3em;
	padding: 0px;
}

.notice dl {
	margin: 0px 0px 0px 20px;
}
.notice dl dt {
	font-size: 100%;
	margin: 45px 0px 15px 0px;
}
.notice dl dd {
	font-size: 100%;
	border-bottom: none;
	padding: 0px 0px 0px;
}