*{
	margin:0;
	padding:0;
}

html {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

body {
	background-image:url(../img/cotton.png);
    background-repeat: repeat;
	color: #000000;
	font-family: 'Arial', "メイリオ", sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}
h2{
	color:#2F1B0C;
	font-size:20px;
	margin:20px 0px 0px 20px;
}

a:link {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #87ceeb;
	}
	
.clear_both {
	clear: both;
	}
	
#wrapper {
	margin: 0 auto;
	width: 1000px;
	}

/* ============= HEADER ================ */

#header {
	weight: 1000px;
	height: 70px;
	}

.header_logo {
	float: left;
	padding: 20px 506px 10px 10px;
	}

.header_menu {
	weight: 188px;
	height: 50px;
	font-size: 12px;
	text-align: center;
	}

.header_menu a{
	color: #ffffff;
	background:url(../img/header_menu.png) no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	height: 50px;
	padding: 15px 0 0 0px;
	width: 94px;
	}
	
*html #header_menu a{/*IE6*/
	width: 94px;
	}

.header_menu a:hover {
	background: url(../img/header_menu_on.png) no-repeat;
	text-decoration: none;
	}

/* ============= MENUBER ================ */

#menubar_book {
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
    }

ul {
    padding-left:0px;
    }

ul#nav1 li {
    float: left;
    width: 250px;
    height: 80px;
    overflow: hidden;
    }

/* ============= CONTENT ================ */

#main {
    width: 100%;
    min-width: 1000px;
    background: #ffffff;
    box-shadow:0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #aaa;
    margin: 0 auto;
    padding-top: 20px;
	padding-bottom: 120px;
    overflow: hidden;
    }
    
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
    }

#content {
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
	text-align: center;
	}
	
#left {
	text-align: left;
    width: 530px;
	}

/* ============= EVENT ================ */

.event_text {
    color: #604c3f;
    width: 600px;
    padding: 10px 10px 10px 25px;
    text-align: left;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    }

/* ============= TOP IMAGE ================ */

#top_image {
    position:relative;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-text-size-adjust: 100%;
    }

/* ============= TO-LINK ================ */

#to-link {
    position: fixed;
    bottom: 45px;
    right: 25px;
    z-index: 9999;
    }
 
 
/* ameblo */
#to-link span01 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/link01.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span01 {
    background-color: #ffffff;
    filter:alpha(opacity=100);
    }

/* facebook */
#to-link span02 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/link02.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span02 {
    background-color: #ffffff;
    filter:alpha(opacity=100);
    }

/* twitter */
#to-link span03 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/link03.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span03 {
    background-color: #ffffff;
    filter:alpha(opacity=100);
    }

/* top */
#to-link span04 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/link04.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span04 {
    background-color: #ffffff;
    filter:alpha(opacity=100);
    }

/* ============= FOOTER ================ */

#footer {
	background-color: #604c3f;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	min-width: 1000px;
	}

.footer_link {
	color: #ffffff;
	font-size: 12px;
	padding: 15px 0 30px;
	text-align:center;
	}

.footer_link a{
	color: #ffffff;
    }

.footer_copy {
	color: #ffffff;
	font-size: 11px;
	padding: 5px 0 15px;
	text-align:center;
	}

/* ============= BOOKLET ================ */
.booklet{
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	background:#fff url(../img/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:#efefef url(../img/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}

/*======================*/
.menu ul{
    list-style: none;
    margin-top: 20px;
    margin-left: 90px;
}

.menu ul li{
    list-style: none;
    float: left;
    margin-right: 20px;
}

.clear{
    clear:both;
}
/*======================*/

.book_wrapper{
	margin:0 auto;
	padding-top:50px;
	width:905px;
	height:730px;
	position:relative;
	background:transparent url(../img/bg.png) no-repeat 9px 28px;
	line-height: 1.3;
    -webkit-text-size-adjust: 100%;	
}
.book_wrapper h1{
	color:#13386a;
	margin:35px 5px 5px 15px;
	font-size:16px;
	background:transparent url(../img/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.book_wrapper p{
	font-size:13px;
	margin:5px 5px 5px 15px;
}
.book_wrapper img{
	margin:20px 0px 0px 0px;
	width:380px;
	border:1px solid #ddd;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
}
.booklet .b-wrap-right img{
	border:1px solid #E6E3C2;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../img/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../img/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.book_box{
	width:280px; /* 横幅 */
	margin: 20px 0;
	padding:30px 15px; /* 内側余白 */
	text-align: center;
	background: #00a69b;
	color: #fff;
	border-radius: 0px 18px; /* 角丸 */
	line-height: 1.8;
}

.book_box02{
	width:320px; /* 横幅 */
	margin: 10px;
	padding:30px 15px; /* 内側余白 */
	text-align: left;
	background: #f9e5b3;
	color: #5d3217;
	border-radius: 10px; /* 角丸 */
	line-height: 1.8;
    font-weight: bold;
    font-size: 14px;
}

.book_sign{
	text-align: right;
}

.relative{
	position: relative;
}

.caption{
	width: 381px;
	position: absolute;
	top: 386px;
}

.caption p {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-weight: bold;
	line-height: 1.2;
}

.absolute{
	width: 381px;
	position: absolute;
	top: 50px;
}

.absolute p {
    margin: 0;
    padding: 10px 20px;
    text-align: left;
    font-weight: nomal;
    font-size: 14px;
	line-height: 1.6;
}

.date{
	width: 381px;
	position: relative;
}

.date p {
    margin: 0;
    padding: 0 20px;
    text-align: right;
    font-size: 11px;
}

.matome{
	width: 375px;
	position: relative;
}

.matome p {
    margin: 0;
    padding: 0 20px;
    text-align: right;
    font-size: 13px;
}

