@charset "utf-8";


/* ===================================================================

CSS information

 file name  :manuscript3.css
 author     :Nihon Hicom
 style info :制作費の目安表ページ設定用
 data       :2012.06.25
 name       :Masahiko Maruo
 
=================================================================== */

#main_content #page_header2{
	margin:0;
	padding:0;
	width:700px;
	height:200px;
	background:url(../../images/page_image/manuscript_images/manuscript_header2.jpg) no-repeat;
}
#main_content .page_header h2,
#main_content .page_header h3,
#main_content .page_header h4,
#main_content .page_header p,
#main_content #page_main .concept h5,
#main_content #page_main #detail3 h5,
#main_content #page_main #detail3 h6,
#main_content #page_main #detail4 h5,
#main_content #page_main #detail5 h5{
	display:none;
}

.step{
	margin:15px 0 0;
	padding:0;
	width:700px;
	height:auto;
}
#step1{
	margin-top:0px;
}
.step_header{
	background:url(../../images/page_image/page_header.jpg) no-repeat;
	width:700px;
	height:20px;
}
.step_main{
	background:url(../../images/page_image/page_main.jpg) repeat-y;
	width: 620px;
	height: auto;
	padding: 10px 40px;
	overflow:hidden;
}
.step_footer{
	background:url(../../images/page_image/page_footer.jpg) no-repeat;
	width:700px;
	height:20px;
}
.step_main h2{
	line-height:26px;
	border-bottom:1px #DDD solid;
	margin-bottom:10px;
}

.step_main h6 {
	color: #7E974E;
	font-size: 16px;
	line-height:22px;
	border-bottom:1px #DDD solid;
}
p.unit{
	text-align:right;
}
.step_main table{
	border:2px #CCC solid;
	width:616px;
}
.step_main table th{
	background: #cde897;
	color: #60733b;
	font-size: 15px;
}
.step_main table th,
.step_main table td{
	border:1px #C5C5C5 solid;
	padding:10px 0;
}