@charset "UTF-8";
/* CSS Document */

#top {
	margin-bottom: 30px;
}
#top h1{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}

#box {
	margin-bottom: 30px;
	margin-top: 0px;
	float: left;
}
#box h1{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

/* サイドメニュー
------------------------------------------------------------------ */
#side {
	float: left;
	margin-right: 15px;
	width: 335px;
	font-size: 12px;
}
#side_area1 {
	margin-bottom: 5px;
	float: left;
}
#side_area2{
	margin-bottom: 80px;
}
#side_area_cap{
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	padding-left: 140px;
	width: 185px;
	font-size: 10px;
}
#blog {
	margin-bottom: 75px;
	float: left;
}

#rink{
	width: 335px;
	float: left;
}

#rink ul{
	list-style: none;
}
#rink li{
	margin-bottom: 3px;
	margin-top: 5px;
}

#rink a{
	color: #039;
	text-decoration: underline;
	line-height: 1.5em;

}

/* コンテンツ
------------------------------------------------------------------ */
#content {
	width: 550px;
	float: left;
	margin-bottom: 30px;
}
h1  {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2  {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
	color: #D45831;
}
h3  {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 3px;
	color: #66C;
	font-weight: normal;
}

/* TOPニュース
------------------------------------------------------------------ */
#news{
	height: 15em;
	overflow: auto;
	border: 1px solid #CCC;
	margin-top: 10px;
	width: 548px;
}

#news ul{
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	width: 530px;
	float: left;
}
#day {
	width: 90px;
	float: left;
}
#news_text {
	float: left;
	width: 430px;
}
#news_list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	padding: 3px;
	margin-bottom: 6px;
}
.news_red {
	color: #F00;
}
#news li{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	padding-bottom: 5px;
	float: left;
	width: 530px;
}

#news a{
	color: #039;
	text-decoration: underline;
	line-height: 1.5em;

}

p.infobox {
   height: 5em;
   overflow: auto;
   border: red 1px dashed;
}
.text_o {
	color: #DA5120;
}
.access {
	font-size: 14px;
	line-height: 1.5em;
}
.tel {
	font-size: 24px;
	line-height: 1.5em;
}
#access {
}
.coler_c {
	color: #933;
}
