@charset "utf-8";
@import url("default.css");

* {
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: medium;
    font-size: 90%;
	background-color: #ffffff;
	color: #333333;
}

img {
	vertical-align:bottom;
}

a, a:visited, a:hover, a:active {
	color: #1d5cb2;
}

a:focus {
	outline: none;
}

a img {
	border: 0;
}

a:hover img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

#layout,
#header-wrapper,
#navi ul {
	width: 760px;
	margin: 0 auto;
}

#layout {
	text-align: left;
}

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header-wrapper {
}

#header h2 {
	width: 255px;
	height: 60px;
	float: left;
	background: url(img/sprite.png) no-repeat 0px -80px;
	margin: 0px 0px;
	display: inline;
}

#header h1 {
	margin: 0;
	padding: 10px 10px 0 0;
	color: #747474;
	float: right;
}

#navi {
	width: 100%;
	overflow: auto;
	background: url(img/navi_repeat.gif) repeat-x;
}

#navi ul {
}

#navi li {
	display: inline;
	list-style-type: none;
}

#navi li a {
	height: 40px;
	display: block;
	float: left;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
}

#navi li.navi01 a {
	background: url(img/sprite.png) no-repeat 0px 0px;
	width: 190px;
}

#navi li.navi02 a {
	background: url(img/sprite.png) no-repeat -190px 0px;
	width: 190px;
}

#navi li.navi03 a {
	background: url(img/sprite.png) no-repeat -380px 0px;
	width: 190px;
}

#navi li.navi04 a {
	background: url(img/sprite.png) no-repeat -570px 0px;
	width: 190px;
}

#navi li.navi01 a:hover {
	background: url(img/sprite.png) no-repeat 0px -40px;
	width: 190px;
}

#navi li.navi02 a:hover {
	background: url(img/sprite.png) no-repeat -190px -40px;
	width: 190px;
}

#navi li.navi03 a:hover {
	background: url(img/sprite.png) no-repeat -380px -40px;
	width: 190px;
}

#navi li.navi04 a:hover {
	background: url(img/sprite.png) no-repeat -570px -40px;
	width: 190px;
}

#navi li.navi01_on a {
	background: url(img/sprite.png) no-repeat 0px -40px;
	width: 190px;
}

#navi li.navi02_on a {
	background: url(img/sprite.png) no-repeat -190px -40px;
	width: 190px;
}

#navi li.navi03_on a {
	background: url(img/sprite.png) no-repeat -380px -40px;
	width: 190px;
}

#navi li.navi04_on a {
	background: url(img/sprite.png) no-repeat -570px -40px;
	width: 190px;
}


#footer {
	text-align: center;
	border-top: 1px solid #cccccc;
}

#footer p {
	font-size: 80%;
	padding: 6px 0;
	margin: 0;
}

#main {
	padding: 5px 0;
	letter-spacing: 0.05em;
}

#contents {
	width: 570px;
	text-align: left;
	overflow: hidden;
	float: left;

}

#sidebar {
	width: 180px;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.returntop {
	padding: 0 0 5px 0;
	text-align: right;
}

.returntop a {
}

.listbox {
	width: 570px;
	margin-bottom: 5px;
}

.listbox h3 {
	height: 30px;
	margin-bottom: 5px;
}

.listbox div.content {
	padding: 0px 5px 5px 5px;
}

.listbox div.left,
.listbox div.right {
	width: 278px;
}

.listbox div.left {
	float: left;
}

.listbox div.right {
	float: right;
}

.listbox div.obj {
	padding: 1px;
	background-color: #cccccc;
}

.listbox div.obj .wrapper {
	width: 268px;
	padding: 4px;
	background-color: #ffffff;
}

.listbox div.obj .bgc2 {
	background-color: #eef2f6;
}

.listbox div.obj .left,
.listbox div.obj .right {
}

.listbox div.obj .left {
	width: 115px;
	float: left;
}

.listbox div.obj .right {
	width: 148px;
	float: right;
}

.listbox .h4bg-mini {
	height: 20px;
	background: url(img/list/h4_kounan.png) no-repeat;
}

.listbox .h4bg {
	height: 20px;
	background: url(img/list/h4_area.png) no-repeat;
	margin-bottom: 4px;
}

.listbox div.obj h4 {
	font-weight: bold;
	padding: 0px 0 0 16px;
	font-size: 90%;
	line-height: 1.5;
	margin-bottom: 0px;
}

.listbox div.obj p {
	height: 61px;
	font-size: 80%;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.listbox div.obj p.mini {
	height: 35px;
	padding: 3px 0;
}

.h_std {
	background: url(img/parts/h_std.png) no-repeat;
	height: 30px;
	margin-bottom: 5px;
}

.h_std h3 {
	padding: 6px 0 0 15px;
	font-size: 110%;
	font-weight: bold;
}

.section {
}

.section .h4bg {
	background: url(img/parts/h_std.png) no-repeat;
	height: 30px;
}

.section h4 {
	padding: 6px 0 0 15px;
	font-size: 110%;
	font-weight: bold;
}

.section .wrapper {
	padding: 5px 10px 10px 10px;
}

.section p {
	padding: 0;
	margin: 0;
}

.section .inquiry {
	padding-top: 5px;
}

.section .inquiry div {
	width: 50%;
	text-align: center;
}

.section .inquiry p {
	padding-top: 5px;
}

.h3bg {
	background: url(img/parts/h3_bottom.png) no-repeat 0 bottom;
	height: 35px;
	margin-bottom: 5px;
}

h3.std {
	font-weight: bold;
	font-size: 120%;
	padding: 5px 0 0 5px;
}

.rs-desc {
	padding: 0px 10px 5px 10px;
}

.rs-desc p {
	margin: 0;
	padding: 0;
}

.rs-photo {
}

.rs-photo a {
}

.rs-photo a img {
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 0 0 10px 10px;
}

.rs-photo .note {
	margin: -5px 10px 10px 10px;
	font-size: 70%;
	text-align: center;
}

.rs-info {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.rs-info th {
	color: #333333;
	background-color: #eef2f6;
	font-weight: bold;
}

.rs-info th {
	text-align: center;
	padding: 5px 0;
	width: 20%;
}

.rs-info td {
	padding: 5px 1em;
}

.rs-info th, .rs-info td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.rs-rate, .rs-tbl3 {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.rs-tbl3 {
	margin-bottom: 5px;
}

.rs-rate th, .rs-tbl3 th {
	color: #333333;
	background-color: #eef2f6;
	font-weight: bold;
	vertical-align: middle;
}

.rs-rate th.th2{
	color: white;
	background-color: #4f7cbf;
}

.rs-tbl3 .rs-tbl-th2 {
	color: white;
	text-align: left;
	padding-left: 1em;
	background-color: #4f7cbf;
}

.rs-rate th {
	width: 30%;
}

.wrapper .rs-rateex td {
	width: 35%;
}

.rs-rate td {
	width: 70%;
}

.rs-rate th, .rs-rate td, .rs-tbl3 th, .rs-tbl3 td {
	padding: 5px 0;
	text-align: center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.rs-tbl3 th {
	padding: 5px 10px;
}

.rs-sch {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
}

.rs-schath {
	margin-top:5px;
}
.rs-sch th {
}

.rs-sch td {
	text-align: center;
}

.rs-sch th,
.rs-sch td {
	width: 71px;
	height: 20px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.rs-sch .time {
	width: 50px;
	color: #333333;
	background-color: #eef2f6;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-top: 1px;
	padding-right: 3px;
	font-size: 70%;
}

.rs-sch .week {
	color: white;
	padding: 5px 0;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

.rs-sch .week,
.rs-sch .empbg {
	background-color: #4f7cbf;
}

.rs-sch .half {
	border-bottom: 1px dotted #b2b2b2;
}

.rs-sch .use,
.rs-sch-note .use {
	background-color: #ff6600;
}

.rs-sch-note {
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}

.rs-sch-note th {
	width: 62px;
	border: 1px solid #b2b2b2;
}

.rs-sch-note td {
	padding: 0px 0px 0px 5px;
	font-weight: bold;
}

.rs-sch-note th, .rs-sch-note td {
	height: 20px;
}

.rs-sch-com {
	font-size: 90%;
}

#inquiry-form {
	width: 640px;
}

#inquiry-form p {
	padding: 3px 10px;
	margin: 0;
}

#inquiry-form ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5px;
}

#inquiry-form li {
	margin-left: 1.5em;
	padding: 3px 0;
}

#inquiry-form table {
	width:100%;
	margin: 0 0 5px 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#inquiry-form table th {
	color: #333333;
	padding: 10px;
	width: 200px;
	background: #eef2f6;
	text-align: left;
	font-weight: bold;
}

#inquiry-form table td { 
	color: #333333;
	padding: 10px;
}

#inquiry-form table th,
#inquiry-form table td { 
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#inquiry-form table .error_coution {
	color:#FF0000;
	font-size: 80%;
}

div.inquiry-form_submit {
	text-align:center;
	margin: 5px 0 5px 0;
}

div.inquiry-form_submit input.button {
	width: 120px;
	padding: 5px;
}

#inquiry-form input.back {
	margin-right:50px;
}

#inquiry-form .require {
	font-size: 70%;
	color: red;
	padding-left: 0.5em;
}
.imeon {
  ime-mode: active;
  
}

.imeoff {
  ime-mode: inactive;
}

.campaign-banner {
	margin-bottom: 5px;
}

#sidebar .section {
	margin-bottom: 10px;
}

#list-sb {
	margin-bottom: 10px;
}

.h5bg-sb {
	height: 30px;
	background: url(img/parts/h5_sidebar.png) no-repeat;
}

#list-sb h5 {
	padding: 7px 0 0 15px;
	font-weight: bold;
}

#list-sb ul {
	list-style-type: none;
	font-size: 90%;
}

#list-sb li {
	list-style-type:none;
	list-style-position:outside;
	display:inline;
}

#list-sb a {
	display: block;
	padding: 7px 0 7px 3px;
}

#list-sb a:hover {
	background-color: #eef2f6;
}

#list-sb_on {
	background-color: #eef2f6;
}

.soldout-sup {
	width: 400px;
	margin-left: 75px;
	padding: 10px 0;
}

.soldout-sup p {
	font-size: 110%;
}

#profile-box {
	padding: 0 10px;
	margin-bottom: 10px;
}

#profile-box table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 100%;
}

#profile-box table th,
#profile-box table td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 8px;
}

#profile-box table th {
	color: #333333;
	background-color: #eef2f6;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

#profile-box table td {
}

#profile-box table td table,
#profile-box table td table th,
#profile-box table td table td {
	border: 0;
	padding-top: 0;
	padding-left: 0;
}

#profile-box table td table {
}

#profile-box table td table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	background-color: #ffffff;
}


#profile-box table td table td {
}

#rs-ath-rate {
}

#rs-ath-rate h5 {
	padding: 3px 0 5px 0;
	border-bottom: 1px dashed #2451b8;
	font-weight: bold;
}

#rs-ath-rate div {
	padding: 6px 10px 0px 10px;
}

#links {
}

#links p {
	margin-bottom: 5px;
}

/* clearfix */
#header-wrapper:after,
#navi:after,
#main:after,
.section .inquiry:after,
.listbox div.obj .wrapper:after,
.listbox div.content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #header-wrapper,
* html #navi,
* html #main,
* html .section .inquiry,
* html .listbox div.obj .wrapper,
* html .listbox div.content             { zoom: 1; } /* IE6 */

*:first-child+html #header-wrapper,
*:first-child+html #navi,
*:first-child+html #main,
*:first-child+html .section .inquiry,
*:first-child+html .listbox div.obj .wrapper,
*:first-child+html .listbox div.content { zoom: 1; } /* IE7 */
/* end clearfix */



