@charset "utf-8";

/* =========================================
color
========================================= */
html {
	background-color: #6F77C4;
}

#header {
	border-top: 4px solid #6F77C4;
}

a {
	color: #6F77C4;
}

#content-wrap {
	background-color: #E8E8E8;
}

#content {
	background: #FFFFFF url(../images/content_bg_t.gif) no-repeat top;
}

#content-bottom {
  background: url(../images/content_bg_b.gif) no-repeat top;
}

#footer {
	background: #6F77C4 url(../images/footer_bg_t.gif) repeat-x top;
}

#search {
	background: url(../images/search_area.png) no-repeat;
}

/* =========================================
header
========================================= */
#head-inner {
	width: 800px;
}

/* =========================================
content
========================================= */
#content {
	width: 760px;
	padding: 20px 20px 20px;
}

#content-bottom {
  width: 792px;
}

.breadcrumb {
  font-size: 11px;
}

.breadcrumb li {
  float: left;
	margin: 8px 0;
}

#main {
  clear: both;
	float: left;
	line-height: 180%;
  width: 500px;
}

#main h2 {
  width: 465px;
	line-height: 17px;
	margin-bottom: 17px;
	padding: 11px 0 8px 35px;
	font-size: 15px;
	font-weight: bold;
	border-top: 2px solid #6F77C4;
	border-bottom: 1px solid #CCCCCC;
	background:url(../images/h2_member.png) no-repeat;
}

#main h3 {
  margin-bottom: 10px;
  padding-left: 25px;
	font-weight: bold;
	background: url(../images/h3_point.gif) no-repeat left 5px;
}

#main p {
  margin-bottom: 30px;
	padding: 10px 17px;
	background-color: #F0F0F0;
}

#main dl {
  clear: both;
	overflow: hidden;
	line-height: 120%;
	padding: 3px 0;
}

#main dt {
  display: block;
	float: left;
	width: 90px;
	padding-left: 25px;
	background: url(../images/icon_point.gif) no-repeat 8px 3px;
}

#main dd {
  display: block;
	float: left;
	width: 385px;
}

#side {
  float: right;
  width: 234px;
}

#side .system {
  width: 234px;
	height: 139px;
	margin-bottom: 10px;
  background: url(../images/system.gif) no-repeat;
}

#side .title {
  width: 234px;
	padding: 10px 0 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#side .login_area {
  width: 194px;
	height: 75px;
	margin: 0 10px;
	padding: 10px 10px;
	background-color: #FFFFFF;
}

#side .login {
  display: block;
  margin-bottom: 8px;
}

#side .side-inner {
  width: 234px;
	padding-bottom: 5px;
	background: url(../images/side_bg_b.gif) no-repeat bottom;
}

#side .head {
  clear: both;
	line-height: 16px;
	width: 199px;
	padding: 15px 0 11px 35px;
  font-size: 14px;
	font-weight: bold;
	background: url(../images/side_bg_h.gif) no-repeat;
}

#side .top {
	background: url(../images/side_bg_t.gif) no-repeat;
}

#side .body {
  overflow: hidden;
  width: 214px;
	padding: 10px;
	background: url(../images/side_bg.gif) repeat-y;
}

#side .body li {
	padding-left: 12px;
	background: url(../images/icon_point.gif) no-repeat left 4px;
}

#side .body .half li {
	float: left;
	width: 94px;
}

#side .tb {
	padding: 15px 10px 8px;
}

#side .download {
  display: block;
	width: 234px;
	margin: 10px 0;
}

#side .block {
  padding: 10px 0 10px;
  border-bottom: 1px dotted #CCCCCC;
}

#side .block .contact {
  display: block;
	margin: 0 auto 5px;
}

#side .block .meibo {
	padding-left: 10px;
}

#side .fast {
  padding-top: 0;
}

#side .last {
  padding-bottom: 0;
  border-bottom: none;
}

#side .point {
  margin-bottom: 5px;
  padding-left: 25px;
	background: url(../images/h3_point.gif) no-repeat left 4px;
}

#side .small {
  font-size: 10px;
}

/* =========================================
footer
========================================= */
#footer {
  clear: both;
}

#foot-inner {
	width: 800px;
}
