@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
}

body {
	color:#333;
	margin:0px;
	padding:0px;
	text-align:center;
	background:#0C419A;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin:0px;
	padding:0px;
}

h3 {
	margin:0px;
	padding:0px;
}

table {
	border:none;
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

dl ,
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	zoom:1;
	overflow:hidden;
}

dt ,
dd ,
li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	zoom:1;
	overflow:hidden;
}

a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}

/*----------------------------

wrap

------------------------------*/
#wrap {
	background:url(../images/pop/headBg.png) repeat-x top center #fff;
	overflow:hidden;
	zoom:1;
}

/*----------------------------

head

------------------------------*/
#head {
	width:700px;
	height:38px;
	margin:0 auto;
	padding:0px 0 1px 0;
	overflow:hidden;
	zoom:1;
}
#head #logo {
	width:;
	height:38px;
	float:left;
}
#head .btn {
	width:62px;
	height:22px;
	padding:8px 0;
	float:right;
}


/*----------------------------

content

------------------------------*/
#content {
	width:700px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}

h1 {
	width:700px;
	height:32px;
	margin:0 auto;
	padding-top:13px;
	padding-bottom:8px;
	clear:both;
}

table {
	background:#ccc;
	width:100%;
}
table th {
	background:#eee;
	border:1px solid #fff;
	color:#666;
	font-weight:bold;
	text-align:center;
	padding:2px;
	font-size:12px;
	line-height:16px;
}
table td {
	background:#fff;
	padding:2px;
	font-size:12px;
	line-height:16px;
}

dl {
	width:670px;
	text-align:left;
	background:url(../images/common/bg01.png) top left;
	padding:5px 10px 10px 10px;
	margin:0 auto 10px auto;
	clear:both;
}
dl dt {
	font-size:16px;
	line-height:30px;
	padding-bottom:5px;
	font-weight:bold;
}
dl dd {
	width:460px;
	height:200px;
	font-size:12px;
	line-height:16px;
	float:left;
	background:#fff;
	padding:10px;
	display:inline;
}
dl dd p {
	padding-bottom:10px;
}
dl dd.img {
	width:180px;
	height:220px;
	padding:0;
	margin-right:10px;
}
.attention {
	font-size:10px;
	line-height:14px;
	text-align:left;
	padding-top:5px;
}
.pgtop {
	width:700px;
	margin:0 auto;
	text-align:right;
	clear:both;
	padding:10px 0;
}


/*------------------------------

foot

------------------------------*/
#foot {
	background:url(../images/pop/footBg.png) repeat-x bottom;
	height:12px;
	padding:8px 0 8px 0;
	text-align:center;
	clear:both;
}