@charset "UTF-8";
@import url("../../style/global.css");

body{
	color:#fff;
}

ul,li{
	list-style:none;
	margin:0;
	padding:0;
}

h1,h2,h3,p,img{
	margin:0;
	padding:0;
}

#content-area{
	background:url(images/title.jpg) no-repeat;
}

#title{
	padding:40px 0 40px 50px;
}

#list{
}
#list li{
	width:600px;
	margin:0 auto 30px;
	position:relative;
}
h2{
	background:url(images/h2_bg.png) repeat-x;
	height:40px;
	font-size:18px;
	color:#000;
	line-height:2.3;
	text-indent:8px;
	border-left:3px solid #fff;
}

img.hurriedly{
	position:absolute;
	top:-15px;
	right:8px;
}

#list table{
	width:600px;
	border-collapse:0;
	color:#fff;
	font-size:14px;
	padding-bottom:40px;
}
#list table th{
	width:20%;
	border-bottom:1px dotted #fff;
	padding:8px 0;
	text-align:center;
}
#list table td{
	width:80%;
	border-bottom:1px dotted #fff;
	padding:8px 0;
}

img.form{
	position:absolute;
	bottom:0;
	right:0;
}