@charset "utf-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
	height: 100%;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #F16C7A;
	scrollbar-shadow-color: #F16C7A;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #F16C7A;
	scrollbar-track-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.clear {
	clear: both;
}


a {
	text-decoration: none;
	color: #F63;
	font-size: 100%;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-style: none;
}
#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 70px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header .rogo {
	height: 70px;
	width: 300px;
	float: left;
}
#header .menu {
	float: right;
	width: 480px;
	margin-top: 5px;
	padding: 0px;
	height: 50px;
}
#header .menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 280px;
}
#header .menu ul li {
	float: right;
	margin-right: 10px;
	display: block;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.3em;
	list-style: none;
	vertical-align: middle;
}
#header .menu img {
	float: right;
}

#siteflow {
	text-align: right;
	height: 30px;
}

#contents {
	clear: both;
	height: 100%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 570px;
	margin-bottom: 20px;
}
#main #js {
	height: 280px;
	width: 630px;
	margin-bottom: 10px;
}

#main #news {
	width: 568px;
	margin-bottom: 20px;
	border: 1px solid #F29C97;
	clear: both;
}
#main #news .title {
	height: 34px;
	width: 568px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#main #news #js-info  {
	padding: 15px;
	height: 270px;
	width: 538px;
	overflow: auto;
}
#main #news #js-info .title  {
	color: #EA5C51;
	display: inline;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF857D;
	margin-bottom: 10px;
}
#main #news #js-info .infomation {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 10px;
}
#main #news #js-info .date {
	padding-bottom: 10px;
	text-align: right;
}



#main #tutoring {
	float: left;
	width: 180px;
	margin-right: 12px;
	margin-bottom: 10px;
}
#main #tutoring .title {
	height: 32px;
	width: 180px;
	background-color: #F29C97;
	margin-bottom: 15px;
}
#main #tutoring .sub_h {
	height: 20px;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #F29C97;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#main #tutoring .doc {
	width: 170px;
	line-height: 1.4;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#main #tutoring .link {
	height: 21px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#main #test {
	float: left;
	width: 180px;
	margin-right: 12px;
	margin-bottom: 10px;
}
#main #test .title {
	height: 32px;
	width: 180px;
	background-color: #759ED3;
	margin-bottom: 15px;
}
#main #test .sub_h {
	height: 20px;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #759ED3;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#main #test .doc {
	line-height: 1.4;
	width: 170px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#main #test .link {
	height: 21px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#main #reserve {
	float: left;
	width: 180px;
	margin-bottom: 50px;
}
#main #reserve .title {
	height: 32px;
	width: 180px;
	background-color: #C3D94E;
	margin-bottom: 15px;
}
#main #reserve .sub_h {
	height: 20px;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #C3D94E;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#main #reserve .doc {
	width: 170px;
	line-height: 1.4;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#main #reserve .link {
	height: 21px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#main #kids {
	background-image: url(image/kids.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 570px;
	clear: both;
	margin-bottom: 15px;
}
#main #kids .doc {
	height: 38px;
	width: 420px;
	font-size: 85%;
	padding-left: 150px;
	line-height: 1.5;
	padding-top: 62px;
}
#main #con {
	height: 100%;
	width: 570px;
}
#main #con #course_r {
	height: 100%;
	width: 180px;
	float: left;
}
#main #con #course_r .photo {
	height: 80px;
	width: 80px;
	float: left;
}
#main #con #course_r .name {
	float: left;
}
#main #con #course_r .doc {
	clear: both;
}
#side {
	height: 100%;
	width: 210px;
	float: right;
	margin-bottom: 20px;
}
#side #course {
	height: 100%;
	width: 195px;
	float: right;
	border: 1px solid #CCC;
}
#side #course .title {
	height: 23px;
	background-color: #CCC;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
#side #course .doc {
	margin-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
#side #course .doc ul {
	margin: 0px;
	padding: 0px;
}
#side #course .doc ul li {
	list-style: none;
	padding-left: 1.4em;
	font-size: 1em;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	padding-top: 0.2em;
}
#side #original {
	width: 195px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#side #original .title {
	height: 38px;
	width: 195px;
	margin-bottom: 5px;
}
#side #original .doc {
	height: 230px;
	width: 195px;
}
#side .muryo {
	height: 53px;
	width: 195px;
	margin-left: 15px;
	margin-bottom: 7px;
}
#side .shiryo {
	height: 53px;
	width: 195px;
	margin-left: 15px;
	margin-bottom: 7px;
}
#side .chira {
	width: 195px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#side .off {
	height: 74px;
	width: 195px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#side .speed {
	height: 74px;
	width: 195px;
	margin-left: 15px;
}
#tel {
	height: 70px;
	width: 780px;
	border: 1px solid #F29C97;
	clear: both;
	margin-bottom: 20px;
}

#footer {
	border-top: 2px solid #F16C7A;
	clear: both;
}

#address  {
	height: 20px;
	background-color: #F16C7A;
	color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #F16C7A;
	border-left: 1px solid #F16C7A;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: middle;
}
#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#acc  {
	height: 340px;
	width: 1000px;
	display: block;
	clear: both;
	background-image: url(img/wrapper_bg.jpg);
	margin-bottom: 20px;
}
#main #voice {
	width: 568px;
	border: 1px solid #CCC;
	height: 655px;
}
#main #voice .ttl {
	margin-bottom: 10px;
}
#main #voice .scroll {
	overflow: auto;
	height: 594px;
	width: 568px;
}


#main #voice .scroll .doc {
	width: 550px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#main #voice .scroll .doc:hover {
	background-color: #F7F7F7;
}
#main #voice .scroll .doc table {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main #voice .scroll .doc table tr .ttl {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#main #voice .scroll .doc table tr .sub {
	vertical-align: top;
	line-height: 1.2em;
}
#main #kid {
	clear: both;
	width: 568px;
	border: 1px solid #F29C97;
	margin-bottom: 15px;
	background-image: url(img/dot.gif);
	background-repeat: repeat;
}
#main #kid .ttl {
}
#main #kid .doc {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #000;
}
#main #ui-tab {
	margin-bottom: 15px;
}
#main #ui-tab #fragment-1 {
}
#main #ui-tab #fragment-2 {
}
#main #ui-tab #fragment-3 {
}
#main #ui-tab #fragment-4 {
}

