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

* { margin : 0 ; padding : 0 ; }

body {
	width: 100%;
	font: 12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#FFF7ED;
	color: #333333;
}

#container {
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
	width: 750px;
	margin: 0 auto;
}

#mainarea {
	width: 730px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

.textarea {
	width:650px;
	margin: 10px auto;
}

.toptext {
	background-image:url(../img/toptext.gif);
	background-repeat:no-repeat;
	height:100px;
}

h1 {
	padding-top:10px;
	color:#77CBC6;
	font-weight:normal;
	font-size:267%;
	line-height:1.3em;
}

.boxarea {
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	width: 650px;
}

.boxleft {
	float: left;
	width: 370px;
}

.boxright {
	float:left;
	width:280px;
	height:200px;
	background-image:url(../img/righttextbg.gif);
}

.boxlefttext {
	line-height:140%;
	font-size:125%;
	margin-right:20px;
}

.boxrighttext {
	line-height:140%;
	font-size:100%;
	width:280px;
}

.menuA {
	float: left;
	width: 365px;
	text-align:center;
}

.menuB {
	float: left;
	width: 365px;
	text-align:center;
}

#footer {
	clear: both;
	background-image:url(../img/footerbg.gif);
	background-repeat:no-repeat;
	width:750px;
	height:80px;
	margin: 0 auto;
}

.footertext {
	padding-top:20px;
	font-size:92%;
	text-align:center;
}
