.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 140px 40px;
}

/*-----------------------------------------------
	form
-----------------------------------------------*/
.main_content .p0 {
	margin: 0 0 20px 0;
}
.main_content .p1 {
	margin: 20px 0 0px 0;
}

.ul0 li {
line-height: 150%;
}


.ul0 .li0{
	margin: 0 0 20px 0;
}
.ul0 .li1{
list-style-type: disc;
	margin: 0 0 0px 20px;
}

#inquiry{
	padding:30px 20px;
	border: 2px solid #F09495;
}
