@charset "UTF-8";



/* flashBoxInfo
----------------------------------------- */

#flashBoxInfo {
	margin: 0px 0 0 -92px;
	height: 97px;;
	background: url("../images/flashBgInfo.png") top left no-repeat;
	}


/* mainInfo
----------------------------------------- */

#mainInfo {
	margin: 0px auto;
	padding: 0px 10px 17px 6px;
	width: 830px;
	background-color:#fff;
}

/* information
----------------------------------------- */


#information {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 570px;
	}
#information .infobox {
	margin:0 0 15px;
	padding:0 0 10px;
	background:url(../images/lineB.gif) repeat-x left bottom;
}

#informationNavi {
	position:relative;
	margin: 3px 0 0 4px;
	padding: 23px 0px 15px;
	width: 238px;
	float: left;
	background:#fff;
	border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border:1px solid #d7d7d7;
	box-shadow:0 0 4px 0 rgba(216,216,216,70),0 0 4px 0 rgba(216,216,216,70) inset;
	-webkit-box-shadow:0 0 4px 0 rgba(216,216,216,70),0 0 4px 0 rgba(216,216,216,70) inset;
	-moz-box-shadow:0 0 4px 0 rgba(216,216,216,70),0 0 4px 0 rgba(216,216,216,70) inset;
	behavior:url(/PIE.htc);
	}

#informationNavi .listTitle {
	position:relative;
	list-style-type:none;
	margin: 10px 10px 10px 5px;
	padding: 2px 0px 18px 20px;
	background: url("../images/iconC.gif") 0px 0px no-repeat,url(../images/naviLine.gif) no-repeat left bottom;
	-pie-background:url("../images/iconC.gif") 0px 0px no-repeat,url(../images/naviLine.gif) no-repeat left bottom;
	behavior:url(/PIE.htc);
}

#information h2 {
	margin: 0px 0  15px;
	padding: 0px;
}
#information h2 img {
	vertical-align:top;
}

#information h3 {
	position:relative;
	margin: 0 0 15px;
	padding: 4px 0px 4px 22px;
	background: url("../images/infoTitleBg.jpg") center left no-repeat;
	border: solid 1px #dcdcdc;
	font-size: 120%;
	color: #39563c;
	line-height: 1.5em;
	border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	box-shadow:0 0.01em 0.05em 0 rgba(216,216,216,40);
	-webkit-box-shadow:0 0.01em 0.05em 0 rgba(216,216,216,40);
	-moz-box-shadow:0 0.01em 0.05em 0 rgba(216,216,216,40);
	behavior:url(/PIE.htc);
	}

#information h3 a:hover {
	color:#39563c;
	background:none;
}
#information h3 a:active {
	color:#39563c;
	text-decoration:none;
}

#information p.infodate {
	margin: 0px 0px 12px 2px;
	padding: 0px 0 9px 8px;
	font-size: 120%;
	background:url(../images/lineB.gif) no-repeat left bottom;
	color:#666;
	font-weight:bold;
	line-height:1.1em;
	}


/* informationBox
----------------------------------------- */

.informationBox {
	margin: 0;
	padding: 20px 10px;
	width: 550px;
	background: url("../images/bgA.gif") top left repeat;
	}

.informationBox p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	line-height: 1.5em;
	}
.informationBox img {
	margin:0 10px 0 0;
	float:left;
}
.infobox .detailLine {
}
.infobox .detailLine li{
	margin: 0;
	padding: 10px 0 0 10px;
	list-style-type:none;
	}

.informationBox ul {
	margin: 2em 0px;
	padding: 0px;
	}

.informationBox li {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	list-style: none;
	}


