body {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}

#header {
	background-color: #39f;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.6));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0.6)));
	padding: 10px;
}
#header_main {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#header_logo {
	width: 34%;
	max-width: 240px;
	float: left;
}
#header_logo img {
	width: 100%;
	height: auto;
}
#header_banner {
	width: 64%;
	max-width: 468px;
	overflow: hidden;
	float: right;
}
#header_banner ul {
	width: 200%;
}
#header_banner ul li {
	width: 50%;
	float: left;
}
#header_banner ul li img {
	width: 100%;
	height: auto;
}
#main {
	width: 100%;
	max-width: 960px;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
}
#article {
	width: 66.67%;
	overflow: hidden;
	float: left;
}
.cont {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	margin: 0 10px;
	overflow: hidden;
}
.cont .wa {
	color: #c00;
}
.cont h2 {
	font-size: 14px;
	line-height: 20px;
	background: #eef url('../img/icon_fish.png') no-repeat 2px 5px;
	border: 1px solid #bbf;
	padding: 7px 5px 7px 45px;
	margin-bottom: 10px;
}
.cont h3 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #def;
	border: 1px solid #9cf;
	padding: 7px 5px;
	margin-bottom: 10px;
}
.cont h2 a,
.cont h3 a {
	color :inherit;
	display: block;
}
.cont p.text {
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px;
	margin-bottom: 10px;
}
.cont p.mess {
	color: #c00;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #fee;
	border: 1px solid #c33;
	padding: 7px 5px;
	margin-bottom: 10px;
}
.cont p.mess a {
	color: #c00;
}
.cont .ad {
	margin-bottom: 10px;
}
.cont ul.disc {
	font-size: 12px;
	line-height: 18px;
	list-style: disc;
	margin-left: 20px;
}
.cont ul.disc li {
}
.cont ol.num {
	font-size: 12px;
	line-height: 18px;
	list-style: decimal;
	margin-left: 20px;
}
.cont ol.num li {
}
.cont_list {
	border-top: 1px solid #bbf;
	margin-bottom: 10px;
}
.cont_list li {
	border-bottom: 1px solid #bbf;
}
.cont_list li a {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	background: transparent url('../img/icon_link0.png') no-repeat 5px 10px;
	padding: 7px 5px 7px 25px;
	display: block;
}
.cont_list li a .cap {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
.cont_list li a .new {
	color: #fff;
	font-size: 10px;
	background-color: #f36;
	padding: 2px;
}
.cont_list li a:hover {
	color: #06f;
	background-color: #eff;
	background-image: url('../img/icon_link1.png');
}
.link_sub {
	text-align: right;
}
.link_sub a {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	background: transparent url('../img/icon_next0.png') no-repeat 0 center;
	padding-left: 15px;
}
.link_sub a:hover {
	color: #f36;
	background-image: url('../img/icon_next1.png');
}
#side {
	width: 33.33%;
	margin: 0 auto;
	overflow: hidden;
	float: right;
}
.side_cont {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	margin: 0 10px;
	overflow: hidden;
}
.side_cont h4 {
	font-size: 14px;
	line-height: 20px;
	background: #eef url('../img/icon_fish.png') no-repeat 2px 5px;
	border: 1px solid #bbf;
	padding: 7px 5px 7px 45px;
	margin-bottom: 10px;
}
.side_cont h4 a {
	color :inherit;
	display: block;
}
.side_cont_ban {
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.side_cont_ban img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.side_cont_list {
	list-style-type: none;
	border-top: 1px solid #bbf;
	margin-bottom: 5px;
}
.side_cont_list li {
	border-bottom: 1px solid #bbf;
}
.side_cont_list li a {
	font-size: 12px;
	line-height: 18px;
	background: transparent url('../img/icon_link0.png') no-repeat 5px 7px;
	padding: 5px 5px 5px 25px;
	display: block;
}
.side_cont_list li a:hover {
	color: #06f;
	background-color: #eff;
	background-image: url('../img/icon_link1.png');
}
#page_top {
	width: 100%;
	max-width: 970px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
#page_top a {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	background-color: #9cf;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
  	padding: 5px 10px;
	margin: 0 10px;
	display: block;
	float: right;
}
#page_top a:hover {
	background-color: #39f;
}
#footer {
	background-color: #39f;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.6));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0.6)));
	border-top: 1px solid #9cf;
	padding: 10px 0;
}
#footer_main {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footer p {
	color: #39f;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(255,255,255,0.75);
	margin: 0 10px;
}
@media screen and (max-width: 779px) {
#header_logo {
	width: 100%;
	margin: 0 auto 5px auto;
	float: none;
}
#header_banner {
	width: 100%;
	margin: 0 auto;
	float: none;
}
}
@media screen and (max-width: 639px) {
#article {
	width: 100%;
	float: none;
}
#side {
	width: 100%;
	float: none;
}
}
