/* ---------------------------------------------
	global
--------------------------------------------- */
.global_menu {
	height: 153px;
	background: url("../img/global_bg.gif") no-repeat 0 0;
}
.global_menu li a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
}
.global_menu li a:hover{
	background-image: url("../img/global_bg_hover.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;
	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 20px 40px;
}

/*********************************************/
.h3_title{
	padding:5px 10px;
	background-color: #ED897A;
	color: #FFFFFF;
	font-weight: bold;
}
.map{
	padding-top: 15px;
	padding-bottom: 15px;
}
.direction{
	padding: 10px;
	border: 1px solid #ED897A;
	margin-bottom: 15px;
}
