@charset "utf-8";
#usagi p{
	width: 200px;
	height: auto;
	padding: 8px 15px 15px 50px;
	font-size: 12px;
	line-height: 18px;
}
#titlebox1 h2{
	width:860px;
	background-color:#fff;
	background-image: url(../img/bg_image1.png);
	background-repeat: no-repeat;
	background-position: 400px 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left:60px;
	padding-top:10px;
	position:relative;/* 茶色のバー重なり部分の分だけ上にあげる*/
	top:-10px;
	}
/* CSS Document */

#titlebox2 h2{
	width: 900px;
	height: auto;
	margin-left: -50px;
}
.box2 {
	width: 790px;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	height: auto;
	clear: both;
	-webkit-text-size-adjust: 100%;

}
.box2 .tex1{
	width: 430px;
	height: auto;
	display: block;
	float: left;

}
.box2 .usagi{
	width: 310px;
	height: 150px;
	z-index: 101;
	background-image: url(img_usagi.png);
	background-repeat: no-repeat;
	line-height: 20px;
	float: right;
	padding-left: 30px;
}
.box2 .tex2{
	width: 400px;
	height: auto;
	font-size: 0.95em;
	line-height: 22px;
	display: block;
	border: 1px dotted #FF92BB;
	padding: 3px;
	float: left;
	margin-left: 10px;
}
.box2 .tex3{
	width: auto;
	height: auto;
	display: block;
	margin: 5px 25px 20px 25px;
}
.box2 .tex4{
	width: 330px;
	height: auto;
	display: block;
	float: left;
	margin-left: 20px;

}
.box2 .ttl01{
	width: 95%;
	height: auto;
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 10px auto 10px 0px;
	border-bottom: 2px solid;
	border-left: 12px solid;
	border-color: #FF92BB;
	padding-left: 8px;

}
/* CSS Document */

.box1{
	width:auto;
	height:auto;
}
/* CSS Document */

.box1 h3{
	width: 95%;
	height: auto;
	margin-top: 0px;
}


/* CSS Document */

#wakuwaku{
	width:auto;
	height:auto;
}
/* CSS Document */

#wakuwaku p{
	width: 95%;
	height: auto;
	display: block;
	margin: 10px auto 10px auto;
}

#wakuwaku ul{
	display: block;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
}

#wakuwaku ul li{
	float: left;
	height: auto;
	width: auto;
	margin-right: 11px;
	display: block;
	position: relative;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 11px;
}

#wakuwaku ul li img{
	height: auto;
	width: 150px;
	display: block;
	padding: 5px;
	border: #FBC7E1 solid 1px;
}
#wakuwaku ul li span {
	background-image: url(../img/glass.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 127px;
	top: 88px;
	height: 28px;
	width: 28px;
	text-indent: -9999px;
}


/* Clearfix --------------------------*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}   /* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
