@charset "utf-8";

/*-----style reset-----*/

* { margin: 0; padding: 0; }
img { border: none; }
hr {
margin: 0px 7px;
border: none;
background: #ccc;
height: 1px;
}

/*----------------------End style reset----------------------*/

body {
	font-family: 'Osaka', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', 'ＭＳ Ｐゴシック', 'san-serif';
	color: #333;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
	background: #fff;
}

/*-------------------------contents--------------------------*/

#contents {
	margin: 15px 30px 15px 30px;
	padding: 5px 10px 15px 10px;
	text-align: left;
	background: #fff;
}
#outline {
	padding: 0px 3px;
	text-align: left;
}
#program {
	margin-top: 7px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*------------------------font-style-------------------------*/

h1 {
	padding: 10px 5px;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	text-align: center;
	background: #eee;
	border: 1px solid #888;
}
#contents h2 {
	margin-top: 10px;
	padding: 5px 5px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	color: #76a31c;
	border: 1px solid #76a31c;
}
#outline h3 {
	margin-top: 5px;
	font-size: 1em;
	color: #000;
	border-bottom: 1px solid #ccc;
}
#program h3 {
	padding: 2px 3px;
	font-size: 1em;
	color: #000;
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#program h4 {
	margin: 7px 0px -6px 70px;
	padding: 0px 10px;
	font-size: 1em;
	color: #000;
}
#outline p { padding: 2px 3px; }
#program p { padding: 7px 10px; }
p.right { text-align: right; }
p.center { text-align: center; }
p.indent1 { text-indent: 1em; }

/*---------------------------dl dt dd---------------------------*/

dl {
	padding: 7px 10px 7px 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	position: relative;
	top: 0px;
	left: 0px;
}

dt {
	width: 70px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	position: relative;
	top: 0px;
	left: 0px;
}

dd {
	margin-top: -1.5em ;
	margin-left: 70px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	position: relative;
	top: 0px;
	left: 0px;
}
