@charset "utf-8";



/* contents
--------------------------------------------------------------------------
01. Paragraph element
02. List element
03. Font Size
04. Module Heading
--------------------------------------------------------------------------
*/


/* update history
--------------------------------------------------------------------------
12/01/2008 Adjustment of all css files.
--------------------------------------------------------------------------
*/



/* 01. Section
----------------------------------------------------------------------- */
div.section{
	width:691px;
}
div.section ul.normal{
	width:291px;
	margin-top:-65px;
	padding-left:30px;
}
div.section p.return{
	text-align:right;
}



div.section.basic,
div.section.danger{
	width:626px;
	margin:0 0 0 65px;
}
div.section.basic{
	background:transparent url(/images/maintenance/bg_basic.gif) no-repeat 0 0 scroll;
}
div.section.danger{
	background:transparent url(/images/maintenance/bg_danger.gif) no-repeat 0 0 scroll;
}
div.section.basic h2,
div.section.danger h2{
	margin-left:165px;
}
div.section.basic ul.normal,
div.section.danger ul.normal{
	margin:0 0 50px 165px;
}
div.section.basic div.section,
div.section.danger div.section{
	width:560px;
}
div.section.basic div.section h3,
div.section.danger div.section h3{
	padding:30px 0 15px;
	border-top:2px groove #8D8D8D;
}
div.section.basic div.section ul.normal,
div.section.danger div.section ul.normal{
	width:100%;
	margin:0;
	padding-left:2em;
}
div.section.basic p.return,
div.section.danger p.return{
	width:560px;
}
div.section.basic p.returnIndex,
div.section.danger p.returnIndex{
	clear:both;
	width:560px;
	padding:15px 0 10px;
	text-align:right;
}
div.section.basic div.section p#pressureImgParagrapgh{
	float:right;
	width:425px;
	margin-top:12px;
}



