@charset "utf-8";
/* CSS Document */

* {  
	font-family: "arial", "helvetica", sans-serif;
}

html,
body {
	margin: 0;
	padding: 0;
}
body{
	font-size:100.01%;
	text-align: center;
	color: #444;
	background:#FFFFFF url(../images/bg01.gif) left top repeat;
}
div,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote{ 
   margin:0;
   padding:0;
}

/* link
------------------------------- */

a:link { 
  	color: #336699;
  	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #FF6600;
	text-decoration: underline;
}

/* layout
------------------------------- */

div#wrapper div#contents{
	width:650px !important;

	width/**/750px;
	margin:10px;
	padding:15px 10px;
	border:1px solid #CCC;
	text-align:left;
	margin:10px auto;
	background-color:#FFFFFF;
	font-size:0.8em;
	line-height:1.4;
}
div#contents p.title{
	width:100%;
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #666;
}

div#contents ol.terms-list{
	list-style:none;
	margin:0;
	padding:0;
	width:650px;
}
div#contents ol.terms-list li{
	margin-bottom:20px;
}
div#contents ol.terms-list li h2,
div#contents ol.terms-list li h3,
div#contents ol.terms-list li h4{
	width:633px !important;
	width/**/:720px;
	padding:3px 0 3px 17px;
	background:#FFF url(../images/li_point.gif) no-repeat left center;
	font-size:1.2em;
	font-weight:bold;
	margin:1px 0 5px;
}

div#contents ol.terms-list li ol{
	width:650px !important;
	width/**/:720px;
	padding:0;
	margin:0;
}
div#contents ol.terms-list li ol li{
	display: list-item; 
	list-style: decimal;
	padding:0;
	margin:5px 0 5px 25px;
}
dl{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
dl dt{
	clear:both;
	display:block;
	width:2em;
	float:left;
	margin:0;
	padding:0;
}
dl dd{
	display:block;
	float:left;
	width:90%;
	margin:0;
	padding:0;
}



/* clearfix (Firefox)
------------------------------- */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* WinIE7
------------------------------- */
.clearfix{
   display:inline-block;
}

/* WinIE5,6
------------------------------- */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
