@charset "UTF-8";
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body {
	background:#FFFFFF;
	margin: 0 auto;
	padding:0;
	font-size:75%;
	color: #555555;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","sans-serif";
	text-align:center;
	}

#wrapper {
	clear:both;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	margin:0 auto;
	width:900px;
	color:#555555;
	font-size:11px;
	line-height:1.2;
	text-align:center;
}

#top_rink {
	background:#CA145C;
	text-align:right;
	margin: 0 auto;
	font-size:8px;
	}

#top_rink p {
	color:#FFFFFF;
	width:900px;
	margin: 0 auto;
	}

#top_rink a {
	text-decoration:none;
	color:#FFFFFF;
	}


#header_wrap {
	text-align:left;
	margin:0 auto;
	width:900px;
	background:url(../images/base/header_bg.jpg) no-repeat;
	}

#header {
	border-bottom:solid 2px #CA145C;
		}
	
#header_rink {
	width:900px;
	height:70px;
	margin:0 auto;
	text-align:left;
	}
#header_rink img {
	float:left;
	}

#header_title {
	padding:22px 0px 0px 295px;
	/*background:url(../images/head_back.gif) no-repeat right;*/
	}

#header_title h1 {
	font-size:13px;
	line-height:1.3em;
	color:#333333;
	}

	
#navi {
	width:900px;
	margin:0 auto;
	}

#navi ul {
	list-style:none;
	}

#navi li {
	float:left;
	border-bottom:#CCCCCC 1px solid;
	}

#top {
	clear:both;
	background:url(../images/base/top_bg.jpg) no-repeat;
	padding:10px;
	}

#pagebody {
	background:#F1F1F1;
	clear:both;
	margin:0px 10px 10px 10px;
	width:880px;
	}
	
#left_body {
	width:410px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	display:inline;
		}

#right_body {
	width:410px;
	float:right;
	margin-right:20px;
	margin-bottom:20px;
	display:inline;
	}

/*----------▼フッター▼----------*/

#footer {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	min-height:92px;
	text-align:center;
	width:100%;
	}
#footer_wrap {
	width:900px;
	margin:0 auto;
	}
 #footer_wrap a {
 	color:#666666;
	text-decoration:none;
 	}
.furink01 {
	width:250px;
	float:left;	
	}
.furink01 li{
	text-align:left;
	font-size:9px;
	list-style:none;
	padding-left:1.5em;
	line-height:1.4em;
	text-decoration:none;
	display:block;
	}
.furink02 {
	width:210px;
	float:left;
	}
.furink02 li{
	text-align:left;
	font-size:9px;
	list-style:none;
	padding-left:1.5em;
	line-height:1.4em;
	text-decoration:none;
	display:block;
	}

#footer_text {
	padding-top:5px;
	padding-bottom:5px;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	color:#666666;
	clear:both;
	}
.footer_title {
	font-size:12px;
	}
.footer_text01 {
	clear:both;
	border-top:#CA145C solid 3px;
	}
	
/*----------▲フッター▲----------*/


.clearfix {
display:inline-block;
}
.clearfix:after {
clear:both;
content:" ";
display:block;
font-size:0;
height:0;
visibility:hidden;
}
		
