@charset "utf-8";
/* CSS Document */
/*====================== common ======================*/
body {
	background:url(../../share/images/nextbg.gif) repeat-x scroll;
	}
div#main {
 padding:20px 0 0;
	}
	div#main h3 {
	 height:50px;
		}
/*contents---------------------*/
div.point {
 overflow:hidden;
	zoom:1;
	padding:35px 0 0 0;
 }
	div.point:after {
		content: "";
		display: block;
		clear: both;
		}
div.point dl {
 background:url(../../home/images/dotbg.gif) repeat scroll;
	width:345px;
	margin-bottom:20px;
	float:left;
 }
	div.point dl dd {
	 padding:0 5px 5px;
	 }
		div.point dl dd p {
		 background:#ffffff;
			padding:8px;
			}
			div.point dl dd p span {
			 display:block;
				padding-bottom:8px;
				text-align:center;
				}
			div.point dl dd p strong {
				color:#f06c0b;
				font-weight:bold;
				display:block;
				padding:0 0 5px 0;
				}
			div.point dl dd p em {
				font-size:10px;
				font-style:normal;
				line-height:16px;
				}
	div.point dl.pl {
	 float:left;
		margin-right:25px;
		}



