@charset "shift_jis";
/*------------------------------------------------------------
	headerArea
------------------------------------------------------------*/
#headerArea {
	height: 115px;
}

#headerArea .glovalNavi {
	height: 43px;
	padding-top: 13px;
	background: url(../img/gloval-navi_back.jpg) repeat-x;
}

.main_image h2 {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}

.main_image .pankuzu {
	height: 20px;
	border-bottom: 2px solid #48ace7;
	background-color: #ebebeb;
}

.main_image .pankuzu_inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.main_image .pankuzu ul {
	position: absolute;
	right: 0;
}

.main_image .pankuzu li {
	float: left;
	line-height: 20px;
	font-size: 10px;
}

.main_image .pankuzu li a {
	font-size: 10px;
}

/*------------------------------------------------------------
	contentsArea
------------------------------------------------------------*/
#contentsArea {
	text-align: left;
}

#contentsArea p {
	line-height: 2;
}

#contentsArea .contents_left {
	width: 200px;
	float: left;
}

#contentsArea .sideNavi ul {
	background: url(../img/side-navi_back.gif) no-repeat bottom;
	padding-bottom: 5px;
}

#contentsArea .sideNavi li {
	width: 186px;
	margin: 0 auto;
	padding-bottom: 1px;
	background: url(../img/line01.gif) repeat-x bottom;
}

#contentsArea .sideNavi li.none {
	background: none;
}

#contentsArea .sideNavi ul li a {
	display: block;
	width: 166px;
	padding: 8px 0 7px 20px;
	color: #666;
	line-height: 1.3;
	text-decoration: none;
	background: #f6f6f6 url(../img/icon/icon04.gif) no-repeat 5px center;
}

#contentsArea .sideNavi ul li a:hover {
	color: #999;
}

#contentsArea .contents_right {
	width: 650px;
	float: right;
}

#contentsArea .contents_right h3 {
	margin-bottom: 25px;
}

/*ダウンロード*/
#download{ cursor: pointer; }
