/* ---------------------------------------------
	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;
	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 20px 40px;
}

/*********************************************/
.site_list, .site_list_top{
	margin-bottom: 10px;
	clear:both;
}
.site_list p{
	padding:5px 10px;
	background-color: #ED897A;
}
.site_list_top p{
	padding:5px 10px;
	border: 1px solid #ED897A;
}
.site_list p a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.site_list_top p a{
	color: #ED897A;
	font-weight: bold;
	text-decoration: none;
}
.site_list p a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.site_list_top p a:hover{
	color: #ED897A;
	font-weight: bold;
	text-decoration: underline;
}
.site_list ul{
	padding-left:30px;
	background-image: url(../img/bush.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.site_list ul li a{
	line-height:24px;
}
.map{
	padding-top: 15px;
	padding-bottom: 15px;
}
.direction{
	padding: 10px;
	border: 1px solid #ED897A;
	margin-bottom: 15px;
}

.list_left{
	padding-left:1px;
	float:left;
}
.list_center{
	padding-left:1px;
	float:left;
}
.list_right{
	float:right;
}

.list_left,
.list_center,
.list_right{
	width:161px;
}
