@charset"Shift_JIS";

/*----ページ全体設定----*/
body {
	font-size: small;
	color: #333333;
	background-image: url(../image/back.gif);
	background-repeat: repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

ul, p, dl {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*----ヘッダー----*/
#header {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 800px;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 350px;
	float: left;
}
/*----フラッシュ----*/
#flash {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 450px;
	float: right;
}
/*----リンク設定----*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}
/*----日付設定----*/
.day {
	margin: 5px;
}
.day dt {
	float: left;
	width: 8em;
	line-height: 150%;
	margin-left: 5px;
}
.day dd {
	line-height: 150%;
	margin-left: 8.5em;
}
/*----テキスト設定----*/
.style1 {
	color:#0097DE;
	font-weight: bold;
}
/*----見出し設定----*/
h1 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
h2 {
	font-size: medium;
	color: #07177D;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #07177D;
	margin: 10px 0px 5px;
}
h3 {
	font-size: small;
	color: #0097DE;
	margin: 0px;
}
/*----その他設定----*/
.gyokan {
	line-height: 150%;
}
.list {
	margin: 0px;
	width: 500px;
}
.list li {
	margin: 0px 0px 10px;
}
