@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;
    transition : all 0.5s;
    color:#000;
}
a:hover{
    opacity:0.4;
}

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

img {
	border: 0;	
}


body {
	text-align:center;
/* background: url(imgs/background.jpg) center top repeat;*/
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* title */


/* main */

.main{
    margin:10px auto;
    width:900px;
    height:1200px;
	position:relative;
}

a#book{
	position:absolute;
	top:644px;
	left:94px;
}

a#order{
 margin:20px auto;
 padding:5px;
 display:block;
 color:#ffffff;
 background-color:#fa932e;
 border-radius:15px;
 width:200px;
 font-weight:bold;
 font-size:20px;
}

/* #information */

#information{
    border:#00b3ec 2px solid;
    width:500px;
    height:auto;
    margin:30px auto;
}

#information p.uketsuke{
    font-size:16px;
    line-height: 1.6;
    font-weight: bold;
    color:#666666;
}
#information p.contact{
    font-size:14px;
    line-height: 1.6;
    color:#666666;
    margin-top:20px;
}

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

a.cpr {
    display: block;
    font-size:12px;
	padding-top: 10px;
    margin-bottom: 10px;
	text-align: center;
}
p.dnlh200 {
    font-size:12px;
	text-align: center;
}

p.mkt {
    font-size:12px;
	padding: 5px;
	text-align: center;
}
