@charset "UTF-8";
/* -------------- Resetting Again Base CSS Start --- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
    color:#000000;
}
a:hover{
    opacity:0.4;
}

/* -------------- Resetting Again Base CSS End ----- */

img {
	border: 0;	
}

img.smf,br.smf{
    display: none;
}

body {
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif,'Kosugi Maru';
}

#container{
    background-color: #fde7d1;
    width:100%;
    overflow: hidden;
}
.one-wrapper{
    background-color: #fff33f;
    width:100%;
    border-bottom: 10px solid #ffffff;
    height: 100px;
}
.two-wrapper{
    background-color: #60b8e0;
    width:100%;
    border-bottom: 10px solid #ffffff;
    height: 200px;
}
.one,.two{
    width: 1000px;
    margin: 0 auto;
    padding:20px;
}

.one h3{
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin:0 auto 20px 100px;
}

.two img{
    margin: 20px auto 20px 100px;
}
.two h4{
    margin: 0 auto 10px 350px;
}

.main{
	margin:0 auto;
    width:1000px;
    height:692px;
	position:relative;
}

.main{
    max-width: 100%;
}

.book-order{
    overflow: hidden;
}

a#book{
	position:absolute;
	top: 40px;
	left:330px;
}

a.order{
	position:absolute;
	top: 480px;
	left:400px;
    padding: 5px;
    display: block;
    color: #ffffff;
    background-color: #fa932e;
    border-radius: 15px;
    width: 160px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.toku_01,.toku_03,.toku_05{
    position:absolute;
	left:10px;
}

.toku_02,.toku_04{
    position:absolute;
	left:640px;
}

.toku_01,.toku_02{
    top: 30px;
}

.toku_03,.toku_04{
    top: 212px;
}

.toku_05{
    top: 397px;
}

#box06{
	position:absolute;
	top:400px;
	left:672px;
    background: url(../imgs/piano.jpg)center top no-repeat;
    width: 344px;
    height: 251px;
}

#box06 p.info{
	text-align:left;
    margin:30px auto auto 30px;
    z-index: 2;
}

#box06 p.info span.info-ttl{
	color:#000000;
    font-weight: bold;
    font-size:16px;
}

#box06 p.info span.info-bold{
	color:#1d2089;
    font-size:12px;
    line-height: 1.35;
}

#box07{
    position:absolute;
	top:600px;
	left:10px;
}

#box07 p.chui{
    text-align: left;
    font-size: 0.9em;
    color: #ff0000;
}


a.next {
    padding: 5px;
    display: block;
    color: #ffffff;
    background-color: #60b8e0;
    border-radius: 5px;
    width: 160px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
}

/* sub-main */

.sub-two-wrapper{
    background-color: #60b8e0;
    width:100%;
    border-bottom: 10px solid #ffffff;
}

.sub-two{
    width: 1000px;
    margin: 0 auto;
    padding:20px 0;
}

.sub-two img{
    margin-left: 206px;
}

#sub-main{
    background-color: #fde7d1;
    width:1000px;
    margin:30px auto;
}

#container{
    background-color: #fde7d1;
    width:100%;
    overflow: hidden;
}

#sub-title h3{
    font-size:30px;
    font-weight:bold;
    color:#e7215c;
    padding:40px 0;
    font-family:'Century';
    text-align: center;
}

#sub-contents{
    width:1000px;
    margin:0 auto;
    text-align: left;
    line-height: 1.6;
    clear: both;
    position: relative;
    overflow: hidden;
}

#sub-contents section{
    width: 490px;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
}

#sub-contents section .top-frame{
    height:22px;
}

#sub-contents section .main-frame{
    background: url(../imgs/main-frame.jpg) center top repeat-y;
    padding:28px;
}

#sub-contents section .bottom-frame{
    height: 71px;
}

section#one .main-frame,section#two .main-frame,section#four.main-frame{
    height:130px;
}

section#five .main-frame{
    height:150px;
}

section#three .main-frame{
    height:480px;    
}

section p.ttl{
    color:#a51890;
    font-weight: bold;
    font-size:1.4em;
    margin-bottom: 10px;
}

section p.ttl03{
    color:#000000;
    font-weight: bold;
    font-size:1.2em;
}

section p.honbun{
    color:#000000;
    font-size:1.0em;
    text-align: left;
}

section p.honbun span{
    color:#e4002b;
}

section p.honbun a img,#mihon a img{
    display: inline-block;
    margin:50px 20px 10px 30px;
}

#mihon{
    width:1000px;
    margin: 0 auto;
    background-color: #ffffff;
}

#mihon .top-frame-02{
    height:92px;
}

#mihon .botton-frame-02{
    height: 212px;
}


/* footer */

footer{
    border-top: solid 1px #C1E8FF;
    margin:20px auto;
}

footer a.cpr {
    display: block;
    font-size:12px;
	padding-top: 10px;
    margin-bottom: 10px;
	text-align: center;
    color:#000000;
}
footer p.dnlh200 {
    font-size:12px;
	text-align: center;
    line-height: 1.6;
}

footer p.mkt{
    font-size:12px;
	padding: 5px;
	text-align: center;
	line-height:1.6;
	color:#000000;
}

p.alert{
    color:#e4002b;
    margin: 1em 1em 0 1em;
}
