﻿@charset "utf-8";
@import "/css/reset.css";
@import "/css/lib/lib_list.css";

div.wrapper {
	width: 660px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: url(../../topics/images/nr_body_bg.jpg) repeat-x 0 40px;
}





/******************************************************

	1. Header

*******************************************************/

#header h1 {
	width: 660px;
}

/******************************************************

	1. Container

*******************************************************/

#container {
	width: 660px;
	padding: 30px 0 0;
	background: url(../../topics/images/paper_top.png) no-repeat 0 0;
}

#content {
	width: 660px;
	background: url(../../topics/images/paper_side.png) repeat-y left top;
}

div.section {
	/*position: relative;*/
}


#content h2 {
	width: 590px;
	margin: 0 36px 0 34px;
	border-bottom: 2px solid #000;
}

#content p.close {
	position: absolute;
	top: 74px;
	left: 545px;
}

div.content-header {
	padding: 10px 36px 0 34px;
}

div.content-header h3 {
	font-size: .875em;
	border-left: 3px solid #9c0;
	line-height: 1.5;
	margin: 0 0 10px 2px;
	padding: 0 0 0 6px;
}

div.content-header dl {
	font-size: .75em;
	line-height: 1.5;
	text-align: right;
	padding: 0 5px 8px 0;
	border-bottom: 1px solid #ccc;
}

div.content-body {
	position: relative;
	padding: 15px 36px 1px;
	font-size: .75em;
}

div.content-body p {
	line-height: 1.5;
	margin: 0 0 15px;
}

div.content-body h4 {
	margin: 0 0 14px;
}

div.content-body ol {
	margin: 0 0 15px;
	line-height: 1.5;
}

div.content-body ol li {
	list-style: decimal outside;
	margin: 0 0 15px 20px;
}

div.content-footer {
	position: relative;
	padding: 0 22px 0 18px;
	font-size: .75em;
}

div.content-footer ul {
	position: relative;
	padding: 25px 0 0 22px;
	background: #ffffe5 url(../../topics/images/paper_foot.jpg) no-repeat left top;	
}


/******************************************************

	1. Footer

*******************************************************/

#footer {
	padding: 28px 0 0;
	width: 660px;
	margin: 0 auto;
	background: url(../../topics/images/paper_bottom.png) no-repeat left top;
}

#footer p {
	text-align: center;
	padding: 5px 0;
	text-indent: -9999px;
	background: #ebeee6 url(../images/copyright_text.gif) no-repeat center center;
}


/*******************************************************

	IE用透過PNG設定。

********************************************************/

/*\*/

* html #container {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../../topics/images/paper_top.png');
}

* html #content {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../../topics/images/paper_side.png');
}

* html #footer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='../../topics/images/paper_bottom.png');
}

/**/
