@charset "Shift_JIS";


body {
	background-image: url(../images/bg_body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
}

/* ------------------------------
 ヘッダー
------------------------------ */

#header {
	background-image:url(../../images/bg_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 910px;
	height: 270px;
}
#copyBox {
  clear: both;
	padding: 85px 0 0 35px;
}
.copy1 {
	margin: 0 0 20px 20px;
}
#gNavi {
	width: 880px;
	margin: 35px auto 0;
	line-height: 0;
}
#gNavi ul li {
	float: left;
}


/* ------------------------------
 右エリア
------------------------------ */

#rightBox p {
	margin: 12px 0;
	width: 620px;
}
#point {
	width: 555px;
	margin: 0 auto;
}
#point li {
	padding-left: 10px;
	float: left;
}


/* ------------------------------
 下部 中央エリア
------------------------------ */

h3 {
	margin: 10px auto;
	width: 850px;
}
.centerBox {
	width: 860px;
	margin: 15px auto 0;
	background-color: #E4EDF8;
}
.typTxt {
	width: 200px;
	padding: 5px 5px 0 15px;
	float:left;
}
.typBox {
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 205px;
	height: 120px;
	float: left;
	margin: 0 0 10px 5px;
	line-height: 0;
}
.typ1 { background-image:url(../../images/bg_typ1.gif); }
.typ2 { background-image:url(../../images/bg_typ2.gif); }
.typ3 { background-image:url(../../images/bg_typ3.gif); }

.typBox ul li {
	float: left;
	padding: 7px 0 0 9px;
}


