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

/*********************************************/
.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;
}

/*-----------------------------------------------
	form
-----------------------------------------------*/
.txt_red {
	color: red;
}
.enqute{
	padding:15px 0px;
}
.submit{
	margin:15px 0 15px 0;
	text-align:center;
}

.content_txt {
	padding: 8px 0 0 0;
}

.content_txt .p0 {
	margin: 15px 0 10px 0;
}

.content_txt li {
	margin: 0 0 0.5em 0;
}

.content_txt .p1 {
	margin: 0 0 10px 0;
}

.content_txt .div0 {
	margin: 0 0 5px 0;
}

.content_txt .div0 {
	font-weight: bold;
}


.marker_title {
	background-color: #ED897A;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.marker_list {
	margin: 0 0 30px 0;
	line-height: 2em;
	width:571px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ED897A;
	border-bottom-color: #ED897A;
	border-left-color: #ED897A;
}

.marker_list ul{
}
.marker_list ul li{
	line-height: 2em;
	background-image: url(../img/maker_point.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 20px;
}

.q_center {
	width: 575px;
	margin: 0 auto;
}

.marker_dl {
	margin: 15px 0 15px 0;
}
.dl_box{
}
.marker_dl td{
	virtical-align:center;
	line-height: 1.5em;
}

.marker_dl .h5_0, .marker_dl .h5_1, .marker_dl .h5_2, .marker_dl .h5_3{
	display:block;
	height:109px;
	width:110px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px
}
.marker_dl .h5_0{background-image: url(../img/step_1.gif);}
.marker_dl .h5_1{background-image: url(../img/step_2.gif);}
.marker_dl .h5_2{background-image: url(../img/step_3.gif);}
.marker_dl .h5_3{background-image: url(../img/step_4.gif);}

.marker_dl .caption{
	display:block;
	float:right;
}
.marker_dl .arrow{
	height:17px;
	width:auto;
	margin:5px 0;
	text-indent:-9999px;
	background-image: url(../img/step_arrow.gif);
	background-repeat: no-repeat;
	background-position: 42px 0px;
	display:block;
	clear:both;
}

.description{
	font-size: 70%;
}
.description dt{
	float:left;
	line-height: 2em;
}
.description dd{
	line-height: 2em;
}



.alert{
	color: #FF0000;
}

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

.list_left,
.list_right{
	width:190px;
}

