@charset "utf-8";

@import url("../packages/default/css/import.css");

#contBody {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #94156B;
	background-color: #FFFFFF;
}
#navi {
	position: absolute;
	width: 900px;
	height: 20px;
	right: 0px;
	top: 45px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #94156B;
}
#navi a {
	text-decoration: none;
	color: #000000;
}
#navi a:hover {
	color: #FF0000;
}
#navi ul {
	list-style-type: none;
	list-style-position: inside;
}
#navi li {
	float: right;
	border-top-width: 1px;
	border-left-width: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px !important;
	line-height: 14px;
	background-color: #CCCCCC;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
#navi li.crnt {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #94156B;
	border-left-color: #94156B;
	border-top-width: 2px;
	border-left-width: 2px;
}

.width1-2 {
	width: 47%;
	margin: 1%;
}
.width1-3 {
	width: 31%;
	margin: 1%;
}
.width2-3 {
	width: 64%;
	margin: 1%;
}
.width1-4 {
	width: 22%;
	margin: 1%;
}
.width3-4 {
	width: 72%;
	margin: 1%;
}
.width1-5 {
	width: 17%;
	margin: 1%;
}
.width2-5 {
	width: 37%;
	margin: 1%;
}
.width3-5 {
	width: 57%;
	margin: 1%;
}
.width4-5 {
	width: 77%;
	margin: 1%;
}
.width19-20 {
	width: 93%;
	margin: 1%;
}
.widthFit {
	width: 97%;
	margin: 1%;
}
div.left, img.left {
	float:left;
}
div.right, img.right {
	float: right;
}
hr {
	visibility: hidden;
	margin: 0.5em;
	clear: both;
}

div.detailInfo {
}
div.detailInfo h3 {
	font-size:120%;
}
div.detailInfo p {
	font-size:90%;
	margin:0.5em;
}
div.detailInfo p.red {
	color: #FF0000;
}
div.detailInfo table.malletMatrix {
	border-collapse: collapse;
	border: 1px solid #333333;
	font-size: 10px;
	font-size:9px;
	border-collapse:collapse;
	margin: 0em 0em 1em 0em;
}
div.detailInfo table.malletMatrix td {
	text-align:center;
	padding: 0px;
	width: 6.5em;
}
div.detailInfo .left {
	float: left;
}

