/* CSS Document */

/* -------reset------- */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:small;
	line-height:140%;
	background-color: #ffffff;
	-webkit-text-size-adjust:none
}
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
div,
ul,
ol,
li,
dl,
dt,
dd,
form {
	margin:0;
	padding:0;
}
select,
input { font-size:small; }
img { border:none; }
p { line-height:150%; }
/* -------UpLoad Style------- */

#header,
#footer,
div.compliant,
div.step,
div.example {
	width:880px;
	margin:0 auto;
	padding:0 10px;
}

div.compliant h2 {
	width:100%;
	margin-top:10px;
	padding:5px 0;
	color:#00A3DF;
	font-size: larger;
	border-bottom: dotted #333 2px;
}

h2 {
	width:440px;
	margin-top:10px;
	padding:5px 0;
	color:#00A3DF;
	font-size: larger;
	border-bottom: dotted #333 2px;
}

h3 {
	padding:15px 0 5px;
	}
div.compliant table {
	margin:15px 0;
	border-collapse:collapse;
}
div.compliant table tr th {
	width:150px;
	background-color:#BABABA;
	font-weight: bold;
	color:#FFF;

}
div.compliant table tr th,
div.compliant table tr td {
	padding:2px 9px;
	text-align:left;
	border-right:solid #FFF 2px;
	border-bottom:solid #FFF 2px;
}

div.compliant table tr td {	background-color:#EBEBEB}
div.compliant table tr td.ac {	text-align:center;}
div.step div.text,
div.example div.text {
	float:left;
	width:440px;
	margin-bottom:10px;
}
div.step div.images,
div.example div.images { float:right;	margin-bottom:10px; }
div.step ol { list-style: none; }
div.step ol li {
	padding-top:7px;
	padding-bottom:5px;
	padding-left: 23px;
	font-weight: bold;/*font-size: medium;*/
		}

div.step ol li.steplist01 { background:url(../img/icon01.gif) no-repeat 0 9px; }
div.step ol li.steplist02 { background:url(../img/icon02.gif) no-repeat 0 9px; }
div.step ol li.steplist03 { background:url(../img/icon03.gif) no-repeat 0 9px; }
div.step ol li.steplist04 { background:url(../img/icon04.gif) no-repeat 0 9px; }
div.step ol li.steplist05 { background:url(../img/icon05.gif) no-repeat 0 9px; }
div.step ol li.steplist06 { background:url(../img/icon06.gif) no-repeat 0 9px; }
div.step ol li.steplist07 { background:url(../img/icon07.gif) no-repeat 0 9px; }
div.step ol li.steplist08 { background:url(../img/icon08.gif) no-repeat 0 9px; }
div.step ol li.steplist09 { background:url(../img/icon09.gif) no-repeat 0 9px; }

div.example  ol { list-style: lower-alpha; }
div.example  ol li {
	padding-top:7px;
	padding-bottom:5px;
	list-style-position : inside;
	border-bottom:dotted #2880FC 1px;
	font-weight: bold;
}

div.example  ol li.none {
	border-bottom:none;}
div.step div.text ol li p,
div.example  ol li p {
	font-size: small;
	font-weight:normal;
}

div.example ol li p {	padding-left: 20px;	}
	
div.ToTop {
	width:900px;
	margin:0 auto;
}

#footer {		text-align:center;	}
		
#footer p {	text-align:right;}

ul{	list-style:none; margin-bottom:5px;}

ul li.top {
	float:right;
	min-height:17px;
	_height:17px;	
	margin-top:5px;
		_margin-top:10px;	
		margin-bottom:5px;
	padding-left:25px;
	background: url(../img/go_Top_btn.gif) no-repeat 6px 0px;
}