@charset "utf-8";

.body_header {
	width:910px;
	padding-left:30px;
	padding-right:0px;
	background-color:#FFFFFF;
	background-image: url(../img/bigbkp.jpg);
	background-repeat: repeat-y;
	background-position:right;
	height:auto;
	overflow:hidden;
}

.pankuzu {
	background-image: url(../img/bigbkp.jpg);
	background-repeat: repeat-y;
	background-position:right;
}

.body_header .lbox {
	width:100%;
	background-image: url(../img/bigbk.jpg);
	background-repeat: no-repeat;
	background-position:right top;
}

.body_header .lbox .tbox {
	width:540px;
	height:auto;
	background-image: url(../img/body-hbk.gif);
	background-repeat: no-repeat;
	padding-bottom:10px;
	float:left;
}

.body_header .lbox .bbox {
	width:540px;
	height:auto;
}

.body_header .rbox {
	float:right;
	width:190px;
	padding-top:230px;
	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/c_title.gif);
	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;
}


.cMain {
	width:680px;
	padding:0px 10px 0px 10px;
	height:auto;
	overflow:hidden;
	float:left;
	position:relative;
}

.cMain .item {
	background-color:#CCCCCC;
	background-image: url(../img/introduction/item_title.gif);
	background-repeat: no-repeat;
	width:670px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 0px;
	position:relative;
}

.cMain .item .title {
	left:0px;
	top:-10px;
	position:absolute;
}

.cMain .item .itemc {
	overflow:hidden;
	height:auto;
	position:relative;
}

.itemc .item_body {
	background-color:#FFFFFF;
	width:510px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	padding:19px 0px 19px 0px;
	float:right;
}

.itemc .pad5 {
	padding-top:5px;
}
.itemc .pad5b {
	padding-bottom:5px;
}
.itemc .item_body2 {
	background-color:#FFFFFF;
	width:660px;
	height:70px;
	margin:10px 0px 10px 10px;
	background-image: url(../img/introduction/titlebk4.gif);
	background-repeat: no-repeat;
}

.itemc .item_body2 .mail {
	position:absolute;
	left:405px;
	top:16px;
}

.itemc .titlec {
	position:absolute;
	left:10px;
	top:20px;
}
.cMain .next {
	background-position:45px 2px;
	background-image: url(../img/introduction/next.gif);
	background-repeat: no-repeat;
	width:680px;
	height:26px;
}
.cMain .next2 {
	width:680px;
	height:26px;
}

.cMain .item_body .itembt {
	float:left;
	overflow:hidden;
	height:auto;
	width:170px;
	padding:0px 0px 5px 0px;
}

.cMain .item_body .itembt .bt {
	background-image: url(../img/introduction/bt_menu.gif);
	background-repeat: no-repeat;
	width:155px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:11px 0px 0px 0px;
}

.cMain .item_body .itembt .sub {
	width:145px;
	height:auto;
	color:#303030;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 5px 13px;
}

.itembt .yellow {background-position:0px 0px;}
.itembt .yellow:hover {background-position:0px -42px;}
.itembt .red {background-position:-155px 0px;}
.itembt .red:hover {background-position:-155px -42px;}
.itembt .orange {background-position:-310px 0px;}
.itembt .orange:hover {background-position:-310px -42px;}
.itembt .blue {background-position:-465px 0px;}
.itembt .blue:hover {background-position:-465px -42px;}

.itembt a:hover {
	text-decoration: none;
}


