body{
	padding:0;
	margin:0;
	background-color:#F8F6EC;
}

*{
	padding:0;
	margin:0;
}

/*Main Container*/
.hrzContainer {
	width:763px;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/

.handle {
	float: left;
	width: 48px;
	height: 220px;
	margin-right: -10px;
	background-image:url(../../../image/menu_bg_moya.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.handleOver{	
	background-image:url(../../../image/title_bar02.jpg)
}

/**/

.hrzContainer li:last-child .handle{
	background-image:url(../../../image/title_bar_2.jpg);
}

.hrzContainer li:last-child .handleOver{
	background-image:url(../../../image/title_bar_2_02.jpg)
	
}

/**/

.handleSelected{
	background-image:url(../../../image/menu_bg_moya.jpg);
}

.hrzContainer li:last-child .handleSelected{
	background-image:url(../../../image/title_bar_2_02.jpg)
}

/*Content Container*/
.contentWrapper{
	width: 550px;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 0px;
	
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 220px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	float: left;	
	width:560px;
	height: 220px;
}

/*Main Container*/
.hrzContainer3 {
	width:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 314px;
	text-align:center;

	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	
	background: red;
	border: 1px solid white;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 0px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 220px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	float: left;	
	height: 220px;
}


/*追加*/
.handle .title{
	width:1em;
	margin:1em auto;
	color:#fff;
	font-size:13px;
	overflow:hidden;
	text-align: center;
	line-height:15px;
}

.menu_info{
	clear:both;
	background-image:url(../../../image/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:220px;
	/*width:550px;*/
	width:412px;
	overflow:hidden;
}

.menu_info_ins{
	width:380px;
	/*width:242px;*/
	clear:both;
	padding-top:43px;
	/*padding-left:27px;*/
	margin-left:27px;
}

.menu_l{
	float:left;
	overflow:hidden;
	width:154px;
	display:block;
}

.menu_l dl{
	width:154px;
	overflow:hidden;
	display:block;
	float: left;
}

.menu_l dt{
	width:154px;
	overflow:hidden;
	display:block;
	height:115px;
	text-align:center;
}

.menu_l dl dd{
	width:154px;
	text-align:center;
	overflow:hidden;
}

.menu_l dd a{
	background-image:url(../../../image/btn01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:113px;
	height:27px;
	display:block;
	overflow:hidden;
	margin:3px auto;
}

.menu_l dd a span{
	display:none;
}

.menu_l dd a:hover{
	background-position:bottom;
}

.menu_r{
	/*width:200px;*/
	width:175px;
	overflow:hidden;
	padding-left:20px;
	display:block;
}

.menu_r dl{
	display:block;
	/*width:200px;*/
	overflow:hidden;
	color:#6A5F3F;
	line-height:130%;
}

.menu_r dt{
	font-weight:bold;
	font-size:16px;
	/*width:200px;*/
	overflow:hidden;
}

.menu_r dd{
	font-size:12px;
	/*width:200px;*/
	overflow:hidden;
}

.menu_r dd a{
	color:#6A5F3F;
	text-decoration:none;
}

.menu_r dd a:hover{
	text-decoration:underline;
}

#menu_end{
	position:absolute;
	top:1px;
	right:0px;
}
