/* CSS Document */

body {
	font-size: 90%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #CCFFCC;
}
#header {
	background-color: #0099FF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 80%;
}
#header a:link,#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#px450 {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#point {
	width: 500px;
	border: 1px dotted #FF9900;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* ▽テキスト装飾 */
.text {
	line-height: 160%;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text_white {
	line-height: 140%;
	color: #FFFFFF;
}
h2 {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
}
/* ▲ここまで */

address {
	font-size: 80%;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #006600;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/*　単品雑用css　*/
#hakase {
	float: right;
	margin-left: 15px;
}
.box {
	width: 320px;
	border: 1px solid #FF6600;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFCC;
}
.px300 {
	width: 300px;
	text-align: left;
	color: #FF6600;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.box img {
	border: 1px solid #FF6600;
}
#update {
	border: 1px solid #FF9900;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../img/update_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}
#box02 {
	width: 430px;
	border: 1px dotted #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 370px;
	padding: 5px 10px;
}
#box02 img {
	float: left;
	margin-right: 10px;
}
/*　▲ここまで　*/


/* ▽左メニューcss */

#navilist_left ul {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navilist_left li,#navilist_left a {
	display: block;
	height: 48px;
	width: 120px;
}
#navilist_left a {
	text-decoration: none;
	background-image: url(../img/menu_left.gif);
	background-repeat: no-repeat;
}
#left02 a {
	background-position: 0 -48px;
}
#left03 a {
	background-position: 0 -96px;
}
#left04 a {
	background-position: 0 -144px;
}
#left05 a {
	background-position: 0 -192px;
}
#left06 a {
	background-position: 0 -240px;
}
#left07 a {
	background-position: 0 -288px;
}
#left08 a {
	background-position: 0 -336px;
}
#left09 a {
	background-position: 0 -384px;
}
#left10 a {
	background-position: 0 -432px;
}

/* ▽hover */
#left01 a:hover {
	background-position: -120px 0px;
}
#left02 a:hover {
	background-position: -120px -48px;
}
#left03 a:hover {
	background-position: -120px -96px;
}
#left04 a:hover {
	background-position: -120px -144px;
}
#left05 a:hover {
	background-position: -120px -192px;
}
#left06 a:hover {
	background-position: -120px -240px;
}
#left07 a:hover {
	background-position: -120px -288px;
}
#left08 a:hover {
	background-position: -120px -336px;
}
#left09 a:hover {
	background-position: -120px -384px;
}
#left10 a:hover {
	background-position: -120px -432px;
}

/* 右_店舗紹介メニューcss */

#navilist_right ul {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navilist_right li,#navilist_right a {
	display: block;
	height: 28px;
	width: 152px;
}
#navilist_right a {
	text-decoration: none;
	background-image: url(../img/menu_right.gif);
	background-repeat: no-repeat;
}
#right02 a {
	background-position: 0 -28px;
}
#right03 a {
	background-position: 0 -56px;
}
#right04 a {
	background-position: 0 -84px;
}
#right05 a {
	background-position: 0 -112px;
}
#right06 a {
	background-position: 0 -140px;
}
#right07 a {
	background-position: 0 -168px;
}
#right08 a {
	background-position: 0 -196px;
}
#right09 a {
	background-position: 0 -224px;
}
#right10 a {
	background-position: 0 -252px;
}
#right11 a {
	background-position: 0 -280px;
}
#right12 a {
	background-position: 0 -308px;
}
#right13 a {
	background-position: 0 -336px;
}
#right14 a {
	background-position: 0 -364px;
}

/* hover */
#right01 a:hover {
	background-position: -152px 0px;
}
#right02 a:hover {
	background-position: -152px -28px;
}
#right03 a:hover {
	background-position: -152px -56px;
}
#right04 a:hover {
	background-position: -152px -84px;
}
#right05 a:hover {
	background-position: -152px -112px;
}
#right06 a:hover {
	background-position: -152px -140px;
}
#right07 a:hover {
	background-position: -152px -168px;
}
#right08 a:hover {
	background-position: -152px -196px;
}
#right09 a:hover {
	background-position: -152px -224px;
}
#right10 a:hover {
	background-position: -152px -252px;
}
#right11 a:hover {
	background-position: -152px -280px;
}
#right12 a:hover {
	background-position: -152px -308px;
}
#right13 a:hover {
	background-position: -152px -336px;
}
#right14 a:hover {
	background-position: -152px -364px;
}

/* index_電話番号 */ 
#tel_box {
	width: 150px;
	color: #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 6px;
}
#box01 {
	width: 150px;
	color: #999999;
	border-top: 1px solid #FF6600;
	border-right: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
	border-left: 1px solid #FF6600;
	margin-top: 10px;
}
#text_box01 {
	color: #990000;
	line-height: 130%;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
dl {
	font-size: 80%;
	line-height: 120%;
}
dt {
	margin-left: 8px;
}
/* 何切る */
#nanikiru {
	height: 110px;
	width: 450px;
	background-image: url(../img/kyoushitsu/nanikiru_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FF3300;
}
li {
	margin-bottom: 10px;
}
#school {
	border: 1px solid #996600;
	width: 220px;
	background: #FFFF99 url(../img/top_kyositu.jpg) no-repeat;
	padding-top: 100px;
	text-align: left;
	height: 370px;
}
#rating {
	border: 1px solid #996600;
	width: 220px;
	background: #FFFFFF url(../img/top_rating.jpg) no-repeat;
	padding-top: 100px;
	text-align: left;
	height: 370px;
}
