.global_menu {
	height: 153px;
	background: url("../img/global_bg.gif") no-repeat 0 0;
}

.global_menu li a:hover{
	background-image: url(../img/global_bg_hover_white.gif);
}
.li1 a:hover{
	background-position: 0 114px;
}
.li2 a:hover{
	background-position: 0 76px;
}
.li3 a:hover{
	background-position: 0 39px;
}

.title_content {
	background: url("../img/title.gif") no-repeat 0 0;
}

h3 {
	text-indent: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
}

/*********************************************/
.main_content_inner{
	background-image: url(../../img/common/contents_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 660px;
	margin:0px 15px 12px 15px;
}
.main_content_head{
	background-image: url(../../img/common/contents_head.gif);
	width: 660px;
	padding-top: 11px;
	background-repeat: no-repeat;
	background-position: center top;
}
.main_content_foot{
	background-image: url(../../img/common/contents_foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 575px;
	padding:20px 45px 120px 40px;
}

/****************************************************
	contents
****************************************************/

.introduction{
	padding-bottom:25px;
}
.box{
	vertical-align:center;
	width:575px;
	margin-bottom:20px;
	border: 2px solid #ED897A;
}
.inner_box{
	padding:10px 0px;
}
.title {
	background-color: #ED897A;
	font-weight: bold;
	padding: 5px 10px;
	color: #ffffff;
}
.banner{
	float:left;
	width:200px;
	padding:0px 0px 0px 20px;
}
.caption{
	width:322px;
	float:right;
	padding:0px 10px;
	vertical-align:top;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #ED897A;
}
