@charset "UTF-8";

* {
	font-size: 12px;
	font-family: 'MS UI Gothic',sans-serif;
	line-height: 18px;
}
body {
	width: 100%;
	margin: 0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}

ol{
	margin-bottom:20px;
	margin-top:0;
}

ol li,ul li{
	line-height:1.6;
}

/*　共通ヘッダー・フッター　*/
#Header {
	width: auto;
	height: 26px;
	position: relative;
	background-color: #06c;
	text-align: right;
	vertical-align:bottom;
}
#Header .logo {
	position: absolute;
	top: 5px;
	left: 10px;
}
#Header .toiawase {
	position: relative;
	top: 5px;
	right: 30px;
}
#Header .close {
	position: relative;
	top: 5px;
	right: 22px;
}
#Header .toiawase a{
	background:url(/cmn/images/icon_forward_popup.gif) no-repeat left center;
	padding-left: 16px;
	color: #fff;
	font-size: 10px;
	margin-right:15px;
}
#Header .close a{
	background:url(/cmn/images/icon_close_popup.gif) no-repeat left center;
	padding-left: 16px;
	color: #fff;
	font-size: 10px;
}
#Header .toiawase a:hover,
#Header .close a:hover{
	color: #fff;
	text-decoration: none;
}
#Footer {
	width: auto;
	text-align: left;
	border-top: 1px solid #ccc;
}
#Footer a img {
	margin: 5px 30px 10px 10px;
	border:none;
}
/*　共通ヘッダー・フッター　*/

/*　コンテンツ　*/
#container{
	width: 100%;
	margin: 30px 0px 20px 20px;
}
h1#mainTitle {
	width: 95%;
	font-size: 12px;
	margin:15px 0px 10px 0px;
	border-bottom:2px dotted #999;
}

#main{
	width: 95%;
}
p.end-text{
	float:right;
	padding-right: 10px;
	font-size: 12px; 
	line-height: 16px;
}
p.notice{
	border: 1px solid #999;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	color: #006699;
	line-height: 14px;
	font-weight: 800;
	margin-bottom: 10px;
}
p.etc {
	font-size: 12px;
	color: #333;
	margin-bottom: 3px;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	margin:10px 0 5px;
}
ol.number_upper { 
	list-style-type: upper-alpha;
}
ol.number_lower { 
	list-style-type: lower-alpha;
}
ul.nonstyle{
	list-style-type: none;
	margin:0;
	padding-left:25px;
}
ul.pLnone{
	padding-left:0;
}
p.kiyakutxt{
	padding-left:25px;
	margin:0;
}