@charset "utf-8";

/* init */
body, form, fieldset,p,h1,h2,h3 {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 80%;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #ff7200;
	}
a:visited{
	color: #ff7200;
	}
a:hover{
	}


/* レイアウト */
#main_wrapper{
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	height: 440px;
}
#mainImg{
	width: 900px;
	height: 440px;
	margin: 0 auto;
}
#contents_wrapper{
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/bg_contents.jpg) repeat;
}
.contents_1,.contents_2,.contents_3{
	position: relative;
	width: 868px;
	margin: 0 auto 25px;
	border: 1px solid;
	}
.contents_1{
	border-color: #d4c308;
	background-color: #fefbbe;
	padding: 15px;
	}
.contents_2{
	border-color: #f5ae25;
	background-color: #ffe1ac;
	padding: 15px;
	position: relative;
	}
.contents_3{
	border-color: #e493bb;
	background-color: #f7d9e5;
	padding: 15px;
	position: relative;
	}
#footer_wrapper{
	height: 470px;
	background: url(../images/img_grass.png) repeat-x bottom;
	}
#footer{
	width: 900px;
	height: 470px;
	margin: 0 auto;
	}


/* パーツ */
h1{
	margin: 5px 0 15px 0;
	}
.pic_box{
	width: 279px;
	float: left;
	margin: 0 15px 0 0;
	padding-bottom: 25px;
	text-align: center;
	}
.last{
	margin-right: 0;
	}
.chat01{
	position: absolute;
	left: 305px;
	top: 1104px;
	}
.chat02{
	position: absolute;
	top: 1105px;
	left: 328px;
	}
/* padding margin */
.maT20{
	margin-top:20px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB10{
	margin-bottom: 10px;
	}
.maB0{
	margin-bottom: 0;
	}
.paB0{
	padding-bottom: 0;
	}


/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.torikeshi{
	text-decoration: line-through;
	}
.bold{
	font-weight: bold;
	}
	
	
/*その他 */
.clear{
	clear: both;
	}
	
	
	
