@charset "utf-8";@import "header.css";@import "footer.css";@import "contents.css";@import "schedule.css";/* 構造の設定 */body {	font-family: Verdana,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ＭＳ Pゴシック",Osaka,sans-serif;	color: #444444;	margin: 0px;	padding-top: 0px;}a:link{color:#F2A001;	text-decoration: none;}a:active{	color:FCFF00;	text-decoration: underline;}a:visited{	color:#9E9F70;	text-decoration: none;}a:hover{	color: #ddbb00;	text-decoration:underline;}/* 全体の枠 */#container {	text-align: center;	margin-bottom: 0px;	margin-top: 0px;	width: 100%;	padding-top: 0px;	padding-left: 0px;}#container #contents	{	margin: 0px;	padding: 0px;	text-align: center;	width: 100%;}#contents #contents-box	{	margin-left: auto;	margin-right: auto;	margin-top: 0px;	margin-bottom: 0px;	padding: 0px;	width: 800px;	_position: relative;	_left: 2px;}*+html #contents #contents-box	{	position: relative;	left: -15px;}/* 罫線スタイル */hr	{	height: 0px;	border: 0px;	margin: 0px;	padding: 0px;	display:none;	overflow: hidden;	clear: both;}.dot-line	{	border-top: 1px dashed #cccccc	;	height: 1px;	width: 100%;	margin: 10px 0px 10px 0px;	padding: 0px;}/* 段階解除スタイル */.clearblock	{	clear: both;	overflow: hidden;	height: 0px;	width: 0px;	display: none;}