@charset "utf-8";

/*基本設定　ここから*/


* {
	font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3",  "MS P ゴシック", verdana, sans-serif;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background-image: url(../img/bg2.jpg);
}
	
a:link {
 color: #555555;
 text-decoration: none;
}

a:visited {
 color: #888888;
 text-decoration: none;
}

a:hover {
 color: #ff6600;
 text-decoration: none;
}

a:active {
 color: #000000;
 text-decoration: none;
}

h1,h2,h3 {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}
img {
 border: 0;
}

hr {
 display: none;
}



/*レイアウト設定　ここから-------------------------------*/

#header {
	width: 770px;
	background-image: url(../img/mine.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	font-weight: normal;
	color: #333;
	margin-top: -12px;
	margin-left: 30px;
	font-size: 12px;
	text-indent: 1em;
	height: 150px;
	padding: 0px;
}
#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}

/*レイアウト設定　ここまで*/

/*PageTopへのリンクテキスト　ここから-------------------------------*/

#gotoTop {
 clear: both;
 font-size: 0.7em;
 text-align: right;
 text-transform: lowercase;
 height: 40px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}
.rink {
	margin-right: 120px;
	margin-left: 160px;
	font-size: 12px;
	width: 500px;
}
address {
	font-style:normal;
	font-size:70%;/* 11px相当 */
	color:#FFF;
	text-align:center;
	background-color: #960;
}#footerimg {
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	width: 500px;
	margin-right: 120px;
	margin-left: 160px;
	margin-top: 20px;
}
