@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      rule.css
   
----------------------------------------------------------- */


/* ----------------------------------------------------------------------
	contents
---------------------------------------------------------------------- */


/* ////////////// 
  利用規約
////////////// */

#contents .rule {
	width: 640px;
	margin-bottom: 10px;
}

#contents .section dl {
	padding-top: 20px;
}

#contents .section dl dt {
	font-weight: bold;
	line-height: 1;
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(../img/common/icon_s1.gif) 0 2px no-repeat;
}

#contents .section dl dd {
	line-height: 1.7;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#contents .section dl dd ul li {
	list-style-type: decimal;
	margin-left: 20px;
}

#contents .section dl dd.nl {
	border: none;
	margin-bottom: 0;
}

#contents .section dl dd p {
	margin-bottom: 10px;
}

#contents .section dl dd p.b0 {
	margin-bottom: 0;
}

#contents .section dl dd a:link { color: #A9C119; text-decoration: underline; }
#contents .section dl dd a:visited { color: #A9C119; text-decoration: underline; }
#contents .section dl dd a:hover { color: #A9C119; text-decoration: none; }
#contents .section dl dd a:active { color: #A9C119; text-decoration: none; }


/* -- end -- */
