@charset "utf-8";

.body_header {
	width:910px;
	padding-left:30px;
	padding-right:0px;
	background-color:#FFFFFF;
	background-image: url(../img/bigbkp.jpg);
	background-repeat: no-repeat;
	background-position:right -26px;
	height:auto;
	overflow:hidden;
}

.pankuzu {
	background-image: url(../img/bigbkp.jpg);
	background-repeat: no-repeat;
	background-position:top right;
}

.body_header .lbox {
	width:540px;
}

.body_header .lbox .tbox {
	width:540px;
	height:auto;
	background-image: url(../img/body-hbk.gif);
	background-repeat: no-repeat;
	padding-bottom:10px;
}

.body_header .lbox .bbox {
	width:540px;
	height:auto;
}

.body_header .rbox {
	float:right;
	width:300px;
	padding-top:180px;
	padding-right:20px;
	height:auto;
}

.cMenu {
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	left:0px;
	top:0px;
}

.cMenu ul {
	margin: 0px;
	padding: 0px;
}

.cMenu li {
	display: block;
	width:135px;
	height:55px;
	list-style-type: none;
	margin: 0px;
	margin-right:10px;
	float:left;
	background-color:#FFFFFF;
	padding:1px;
	text-align:center;
	cursor:pointer;
}

.cMenu .active {
	background-color:#A50021;
	cursor:normal;
}

.cMenu li:hover {
	text-decoration: none;
	background-color:#A50021;
}
.cMenu li a {
}


.cTitle {
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	padding-top:5px;
	height:30px;
	text-align:left;
}

.cSubtitle {
	font-size:12px;
	line-height:15px;
	padding-left:16px;
	padding-top:5px;

	min-height:40px;
	height: auto !important;
	height: 40px;

	text-align:left;
}

.mbox {
	width:570px;
	padding:0px;
	height:auto;
	margin-top:10px;
	text-align:left;
	font-size:12px;
}

.cContentsTitle {
	width:560px;
	height:25px;
	background-color:#FFFFFF;
	background-image: url(../img/title_contact.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
	padding-top:5px;
}

.cContents {
	width:520px;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0;
	font-size:11px;
	padding-right:24px;
	padding-left:24px;
	padding-top:10px;
	padding-bottom:10px;
}

.obox {
	width:570px;
	padding:0px;
	height:auto;
	margin-top:5px;
	text-align:right;
}
.cMenuSub {
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	left:0px;
	top:0px;
	float:right;
}

.cMenuSub ul {
	margin: 0px;
	padding: 0px;
}

.cMenuSub li {
	display: block;
	height:auto;
	list-style-type: none;
	margin: 0px;
	margin-right:10px;
	float:left;
	background-color:#FFFFFF;
	padding:1px;
	padding-left:8px;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	background-image: url(../img/item.gif);
	background-repeat: no-repeat;
	background-position: 0px -100px;
}

.cMenuSub .active {
	color:#A50021;
	cursor:normal;
	background-image: url(../img/item_a.gif);
}

.cMenuSub li:hover {
	text-decoration: none;
	color:#A50021;
	background-image: url(../img/item_a.gif);
}

.cMenuSub li a {
}


