@charset "utf-8";
@import url("../../common/css/main.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}


/* #
--------- --------- --------- --------- --------- */
.information_mtitle {
	background: url(../images/information_mtitle.gif) no-repeat;
	margin: 0;
	padding: 63px 0 0 0;
	width: 492px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:63px;/* for ie5.x */
	}
	
.information_area {
	background: url(../images/dot.gif) repeat-x;
	margin:0 0 0 100px;
	padding:15px 0 0 0;
	}
	
.info_box {
	background: url(../images/dot.gif) repeat-x;
	background-position: 0 bottom;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	width:392px;
	}

.info_box b {
	background: url(../images/information_mark.gif) no-repeat;
	margin:0 5px 0 0;
	padding:0 0 0 16px;
	line-height:1.0;
	font-size:1.2em;
	color:#666;
	float:left;
	}
	
.info_box span {
	margin:0;
	padding:0;
	line-height:1.0;
	font-size:1.2em;
	color:#666;
	float:left;
	}
	
	
.info_box span a {	
	color:#3097FF;
	}
	
.info_box span a:hover {	
	color:#3097FF;
	text-decoration: underline;
	}	
	
