@charset "Shift_JIS";


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

/* ------------------------------
 ヘッダー・ナビ
------------------------------ */

#header {
	background-position: left top;
	background-repeat: no-repeat;
	width: 910px;
	height: 260px;
}
.copy {
  clear: both;
	padding: 40px 280px 0 0;
	text-align: right;
}
#gNavi {
	width: 880px;
	margin: 60px auto 0;
	line-height: 0;
}
#gNavi ul li {
	float: left;
}

/* ------------------------------
 左エリア
------------------------------ */

#typNavi {
	background-color: #E4EDF8;
	border-right: solid 1px #4B88BC;
	border-left: solid 1px #4B88BC;
	width: 200px;
	padding: 0 4px;
	line-height: 0;
	margin: 0 auto;
}
#typNavi dl dd {
	background-image: url(../images/ar_left.gif);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 20px;
	margin: 0 5px;
	border-bottom: dotted 2px #8CB3D5;
}
#typNavi dl dd.typEnd {
	padding: 10px 0 17px 20px;
	border-bottom: none;
}

/* ------------------------------
 パンクズ
------------------------------ */

#pankuzu {
	background-color: #F0F0F0;
	background-image: url(../images/bg_pankuzu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 632px;
	height: 20px;
	padding-left: 8px;
}
#pankuzu li {
	float: left;
	padding-right: 20px;
}

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

h2 {
	margin: 30px 0 0 0;
}
.mainTxt {
	margin: 15px 5px 0 5px;
}

