@charset "utf-8";
/* ===================================================================
CSS information

 file name  :download.css
 style info :図面ダウンロードページ
=================================================================== */
#header {
	background: url(../images/main_img.jpg) 0 bottom no-repeat;
}

#sub #lnav dt {
	background: url(../images/menu_title.jpg) 0 0 no-repeat;
}

#main #outline {
	position: relative;
}

#main #outline h2#title1 {
	border-bottom: 1px solid #3f8ece;
	font-size: 1.2em;
	position: absolute;
	left: 307px;
	top: 69px;
}

#main #sample_area {
	position: relative;
}

#main #title2,
#main #title3 {
	margin: 20px 0 5px 0;
	color: #00579f;
	font-size: 1.2em;
}

#main #sample_area #download_btn {
	position: absolute;
	left: 310px;
	top: 0;
}

#main #sample_area #download_btn a {
	display: block;
	width: 223px;
	height: 37px;
	background: url(../images/btn_download.jpg) 0 0 no-repeat;
	text-indent: -5000em;
	overflow: hidden;
}

#main #sample_area #download_btn a:hover,
#main #sample_area #download_btn a:active {
	background-position: 0 -37px;
}

#main #assent_area {
	width: 700px;
	margin: 20px 0;
	background-color: #fafafa;
}

#main #assent_area h3 {
	margin-bottom: 1em;
	padding-left: 2em;
	background: url(../images/download_img2.jpg) 0 0 no-repeat;
	color: #fff;
	line-height: 30px;
}

#main #assent_area p,
#main #assent_area ol {
	margin: 0 1em 0 2em;
}

#main #assent_area ol {
	margin-top: 1em;
}

#main #assent_area ol li {
	margin: 0 0 5px 2em;
	list-style: decimal;
}

#main #assent_area p.lastChild {
	padding-bottom: 15px;
	background: url(../images/download_img3.jpg) 0 bottom no-repeat;
}

