﻿@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;
}





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

	1. Header

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

#header h1 {
	width: 660px;
}

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

	1. Container

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

#container {
	width: 660px;
	padding: 30px 0 0;
}

#content {
	width: 660px;
}

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 0;
	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;
}


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

	1. Footer

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

div#footer {
	width: 640px !important;
	background: #ebeee6;
	padding: 0;
	margin: 20px 0 0;
	height: auto !important;
}


div#footer p.copyright {
	font-size: .75em;
	float: none;
	text-align: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0;
	background: none;
	text-indent: 0px;
}


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

	IE用透過PNG設定。

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

/*\*/

* html #container {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Enabled='false');
}

* html #content {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Enabled='false');
}

* html #footer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Enabled='false');
}

/**/
