@charset "utf-8";
	
/* 
*	Print Base
*/

/*======================================

	1-1.Yahoo Fonts CSS

=======================================*/

body {
	font-size: 13px;
/*	
	*font-size: small;
	*font: x-small;
*/
/* ↑MIYAMATSU.NET 20090705 Edited */	
}

/*	
table {
	font-size: inherit;
	font: 100%;
}
*/
/* ↑MIYAMATSU.NET 20090705 Edited */	

select,
input,
textarea {
	font-size: 99%;
}

/*======================================

	1-2.Universal selector

=======================================*/

* {
	line-height: 1.6;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

/*======================================

	1-3.Structure Module

=======================================*/

body {
	color: #333;
	background-color: #fff;
}

/*======================================

	1-4.Text Module

=======================================*/

p,
pre,
address,
cite {
	margin: 1em 0;
	font-size: 107%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 2em 0 0 0; 
}

h1 {
	font-size: 167%;
	clear: both;
}

h2 {
	font-size: 122%;
}

h3 {
	padding-left: 10px;
	font-size: 107%;
	border-left: 5px solid #ccc;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

em {
	font-weight: bold;
}

strong {
	color: #000;
}

br {
	display: none;
}

/*======================================

	1-5.Hypertext Module

=======================================*/

a {
	color: #000;
	text-decoration: underline;
}

/*======================================

	1-6.List Module

=======================================*/

ul,
ol,
dl {
	margin: 1em 0;
	padding: 1px 0;
	list-style-position: inside;
}

li,
dt,
dd {
	margin: 0.1em 10px;
}

dt {
	margin-top: 0.6em;
}

dd {
	margin-bottom: 0.6em;
	color: #666;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.1em 10px;
}

/*======================================

	1-8.Forms Module

=======================================*/

form {
	display: none;

}

/*======================================

	1-9.Tables Module

=======================================*/

table {
	margin: 0 0 0.5em 0;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #333;
	background-color: #fff;
}

th,
td {
	padding: 0.1em 5px;
	border: 1px solid #efefef;
	border-color: #666;
}

th {
	color: #000;
	background-color: #eee;
}

td {
	border: 1px solid #999;
	background-color: #fff;
}

/*======================================

	1-10.Image Module

=======================================*/

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

/*======================================

	1-11.Object Module

=======================================*/

object,
embed {
	display: none;
}

/*======================================

	2.Display None

=======================================*/

div#header ol.navigation,
div#header li.photoMap,
div#utilities,
div#footer ul.tools,
div#footer span.make,
div#footer ul.navigation,
div#footer p.tel,
p.action {
	display: none;
}

body#mainIndex h1 {
	display: none;
}

/*
body#bookingIndex div#lessonPartner div.partner {
	_height: 1px;
	min-height: 1px;
}
*/
/* ↑MIYAMATSU.NET 20090705 Edited */

body#bookingIndex div#lessonPartner div.partner:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/
body#bookingIndex div#lessonPartner div.partner {
	height: auto;
	overflow: hidden;
}
/* end */

/*======================================

	3.Container class

=======================================*/

div#header,
div#content,
div#footer {
	margin: 1em 30px;
}

div#header p.siteName {
	margin: 0 0 40px 0;
	float: left;
}

div#header ul.information {
	margin: 0;
	padding: 0;
	float: right;
}

div#header ul.information li.tel {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#content {
	border-top: 6px solid #333;
	clear: both;
}

div#main {
	margin-top: 2em;
	margin-bottom: 3em;
}

div#footer {
	clear: both;
	border-top: 1px dotted #333;
	color: #000;
}

/*======================================

	4.Pages

=======================================*/


/* Booking
----------------------------*/

body#bookingIndex div#lessonPartner div.partner:after {

}

body#bookingIndex div#lessonPartner div.partner p {
	margin-right: 14px;
	margin-bottom: 2em;
	width: 154px;
	float: left;
	display: inline;
}

body#bookingIndex div#aplTelephone {
	clear: both;
}

body#bookingIndex div#infoMovie p {
	display: none;
}

/* FAQ
----------------------------*/

body.faq h2 {
	padding: 0.2em 10px;
	background-color: #eee;
}

/* Report
----------------------------*/

body.report h2 {

}

body.report .pages {
	display: none;
}

body.report div.section {
	margin-top: 3em;
	border-top: 5px solid #eee;
}

body.report div.section h2 {
	margin-top: 1em;
	font-weight: bold;
	color: #333;
}

body.report div.section p.name {
	margin-top: 0.5em;
	color: #999;
	font-size: 92%;
}

body.report .img_L,
body.report .img_R {
	display: none;
}


