@charset "UTF-8";
/* CSS Document */


html, body { width:100%; height:100%; }

body {
	margin: 0 auto;
	background-color: #fff;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 78%;
	line-height: 140%;
	color: #333333;
	background-image: url(../img/bg.gif);
    background-repeat: repeat;
	width: 1110px;
}


.clearfix {
	zoom:1;
}
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p {
	font-size: 12px;
	line-height: 1.4;
}

img {
    border-style: none;
}


#read p {
	text-align: center;
	margin: 10px;
	font-size: 105%;
	color: 333333;
	line-height: 1.5;
}


#header {
	background-image: url(../img/header_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 320px;
	width: 1110px;
	margin: 0 auto;
	position: relative;
}

#yomilogo {
	position: absolute;
	left: 848px;
	top: 24px;
}

#read {
	width: 810px;
	margin: auto;
	
	
}


h1 {
	position: relative;
	top: 95px;
	width: 812px;
	margin: 0 auto;
	height: 215px;
}


#container {
	width: 880px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}
	
.contentsbox01 {
	position: relative;
	text-align: left;
	height: 380px;
	width: 880px;
	margin-top: -20px;
	margin-bottom: 60px;
	background: #FFF;
	border-radius: 30px;        
	-webkit-border-radius: 30px;   
	-moz-border-radius: 30px;  
}

h2 {
	padding: 20px 0 0 30px;
}

.block-contents {
	width: 790px;
	padding: 0 30px 0 60px;
	float: left;
	margin-bottom: 15px;
}
.h3 {
	float: left;
	margin-right: 20px;
}
.present {
	margin-left: 10px;
	margin: 0 auto;
}

.block-contents  p {
	font-size: 130%;
	color: 333333;
	font-weight: bold;
	line-height: 140%;
}

#photo01 {
	position: absolute;
	left: 470px;
	top: 39px;
	
}
.contentsbox02 {
	position: relative;
	text-align: left;
	height: 530px;
	width: 880px;
	margin-top: -20px;
	background: #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.block-contents-s {
	margin: 0 auto;
	width: 530px;
	margin-bottom: 15px;
}
.h3 {
	float: left;
	margin-right: 20px;
}

.img02 {
	margin: 0 auto;
	width: 880px;
}
.contentsbox03 {
	position: relative;
	text-align: left;
	height: 950px;
	width: 880px;
	background: #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.contentsbox03  p {
	font-size: 100%;
	color: 333333;
	font-weight: bold;
	line-height: 110%;
	margin-left: 230px;
}


#mc {
	position: absolute;
	left: 673px;
	top: 5px;
}



.contentsbox04 {
	position: relative;
	text-align: left;
	height: 2400px;
	width: 880px;
	background: #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-top: 40px;
	background-color: #F69;
	padding-top: 20px;
}
.contentsbox05 {
	position: relative;
	text-align: left;
	height: 450px;
	width: 880px;
	background: #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin-top: 40px;
	background-color: #F69;
	padding-top: 20px;
}



#footer{
	background-image: url(../img/footer_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 230px;
	margin: 0 auto;
	width: 1110px;
	position: relative;
}


.imgfooter{
	margin: 0 auto;
	position: absolute;
	left: 307px;
	top: 22px;
}

.backtotop {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    
.backtotop a {
    display: block;
}
