@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-size: 12px;
	color: #333;
	line-height: 1;
	letter-spacing: 1px;
	font-family: arial, sans-serif;
}
img {
	border: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
a:link {
	color: #03c;
	text-decoration: none;
}
a:visited {
	color: #03c;
	text-decoration: none;
}
a:hover {
	color: #03c;
	text-decoration: underline;
}
a:active {
	color: #03c;
	text-decoration: none;
}

#header {
	width: 990px;
	margin: 15px auto;
	overflow: hidden;
}
#header .logo {
	width: 262px;
	float: left;
}
#header .ad {
	width: 728px;
	height: 90px;
	float: right;
	overflow: hidden;
}

#menu {
	width: 990px;
	margin: 0 auto 20px;
	padding: 2px 0;
	border-top: 2px solid #ccd;
	border-bottom: 2px solid #ccd;
	overflow: hidden;
}
#menu li {
	width: 98px;
	height: 41px;
	float: left;
	overflow: hidden;
}
#menu a {
	display: block;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	color: #333;
	font-weight: bold;
	border-left: 2px dotted #ccd;
}
#menu a:hover {
	background: #ccd;
	color: #fff;
	text-decoration: none;
}
#menu .top {
	border: 0;
}

#main {
	width: 990px;
	margin: 0 auto;
	line-height: 1.4;
}

#main_left {
	width: 170px;
	float: left;
}
#main_left a {
	color: #333;
	font-weight: bold;
}
#main_left .list {
	margin: 10px 0 20px;
}
#main_left .list li {
	position: relative;
	margin: 0 0 7px 15px;
}
#main_left .list b {
	position: absolute;
	top: 0;
	left: -15px;
	color: #ccc;
}
#main_left .box {
	margin: 0 0 10px;
}

#main_left .search {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}
#main_left .search form {
	width: 140px;
	float: left;
}
#main_left .search p {
	border: 1px solid #ccc;
	padding: 7px;
}
#main_left .search input {
	width: 100%;
	height: 14px;
	border: 0;
	font-size: 14px;
}
#main_left .search img {
	width: 30px;
	float: left;
	cursor: pointer;
}

#main_left .cover {
	width: 170px;
	margin: 10px 0 0;
}

#main_left .ad {
	margin: 0 0 10px;
}
#main_left .ad li {
	padding: 0 0 10px;
}
#main_left .ad a {
	display: block;
	height: 50px;
	overflow: hidden;
}
#main_left .ad img {
	width: 50px;
	float: left;
}
#main_left .ad span {
	display: block;
	width: 115px;
	float: right;
}

#main_center {
	width: 520px;
	float: left;
}
#main_center .wrapper {
	margin: 0 20px;
}
#main_center .box {
	margin: 20px 0;
	font-size: 14px;
}

.headline {
	position: relative;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: bold;
	background: #99f;
	color: #fff;
}
.headline img {
	position: absolute;
	top: 6px;
	right: 6px;
}
.headline_sub {
	margin: 3px 0 0;
	text-align: right;
	color: #999;
}

.item_list {
	margin: 16px 0 20px;
}
.item_list li {
	position: relative;
	margin: 0 0 10px;
	color: #999;
}
.item_list .title {
	display: block;
	margin: 0 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
.item_list .imgbox {
	position: relative;
	height: 60px;
	overflow: hidden;
}
.item_list .imgbox img {
	position: absolute;
	top: 0;
	left: 0;
}
.item_list .imgbox p {
	margin: 0 0 0 70px;
}
.item_list .foot {
	width: 370px;
	padding: 10px 0;
	border-bottom: 1px dotted #999;
}
.item_list .foot span {
	color: #f96;
}
.item_list .more {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100px;
	padding: 3px 0;
	text-align: center;
	background: #999;
	color: #fff;
	font-weight: bold;
}

.headline2 {
	position: relative;
	border-bottom: 1px solid #999;
	margin: 0 0 15px;
}
.headline2 p {
	width: 160px;
	padding: 3px;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.headline2 span {
	position: absolute;
	bottom: 3px;
	right: 0;
}

.item_list2 {
	margin: 0 0 20px;
}
.item_list2 li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	color: #999;
}
.item_list2 img {
	position: absolute;
	top: 0;
	left: 0;
}
.item_list2 div {
	margin: 0 0 0 70px;
	min-height: 60px;
}
.item_list2 .title {
	display: block;
	margin: 0 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.item_list2 .more {
	position: absolute;
	bottom: 10px;
	right: 0;
	display: block;
	width: 100px;
	padding: 3px 0;
	text-align: center;
	background: #999;
	color: #fff;
	font-weight: bold;
}

.cover_list {
	width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
}
.cover_list li {
	width: 160px;
	margin: 0 0 20px;
	float: left;
	text-align: center;
}
.cover_list a {
	color: #333;
	font-weight: bold;
}
.cover_list img {
	margin: 0 0 3px;
}

.article {
	width: 100%;
	margin: 0 0 30px;
}
.article h1 {
	font-size: 20px;
	margin: 0 0 5px;
}
.article .data {
	margin: 0 0 20px;
}
.article .social {
	height: 40px;
	text-align: right;
}
.article .body {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}
.article .body .img {
	width: 255px;
	float: right;
	margin: 0 0 15px;
}
.article .body .img div {
	margin: 0 0 0 15px;
	text-align: center;
}
.article .body .img img {
	cursor: pointer;
}
.article .body .img .l {
	background: #eed;
}
.article .body .img .s img {
	margin: 5px;
}
.article .body .desc {
	font-size: 14px;
	word-wrap: break-word;
}
.article .images {
	width: 100%;
	height: 120px;
	cursor: pointer;
}
.article .images li {
	width: 80px;
	float: left;
}
.article .images img {
	width: 75px;
}
.article .tag {
	margin: 0 0 20px;
	font-size: 14px;
}

.present_button {
	width: 250px;
	margin: 0 auto 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.present_button a {
	display: block;
	padding: 10px;
	background: #f96;
	color: #fff;
}
.present_button p {
	padding: 10px;
	background: #999;
	color: #fff;
}

.pager {
	padding: 8px 0;
	margin: 0 0 16px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.pager span {
	margin: 0 1px;
	padding: 8px;
	background: #999;
	color: #fff;
}
.pager a {
	margin: 0 1px;
	padding: 7px;
	border: 1px solid #999;
}
.pager a:hover {
	background: #999;
	color: #fff;
}

.info {
	margin: 20px 0;
	font-size: 14px;
}
.info h2 {
	font-size: 20px;
	margin: 0 0 20px;
}

#company {
	margin: 20px 0;
	font-size: 14px;
}
#company h2 {
	font-size: 20px;
	margin: 0 0 15px;
}
#company table {
	width: 100%;
	margin: 30px 0;
	font-size: 12px;
	background: #ccd;
}
#company th {
	width: 120px;
	background: #ddd;
	text-align: right;
}
#company th p {
	margin: 0 8px;
}
#company td {
	padding: 8px;
	background: #fff;
}

.req {
	color: #c03;
	font-weight: bold;
}

#form_table {
	width: 100%;
	margin: 0 0 20px;
	background: #ccd;
}
#form_table th {
	width: 150px;
	background: #ddd;
	text-align: right;
}
#form_table th p {
	margin: 0 8px;
}
#form_table td {
	padding: 8px;
	background: #fff;
}
#form_table td p {
	color: #c03;
}
#form_table td li {
	padding: 0 0 0 20px;
	position: relative;
}
#form_table td li input {
	position: absolute;
	top: 2px;
	left: 0;
}
#form_table .input_long {
	width: 310px;
	padding: 3px;
}
#form_table .input_short {
	width: 130px;
	padding: 3px;
}
#form_table select {
	padding: 3px;
}

#form_button {
	margin: 0 0 20px;
	text-align: center;
}
#form_button input, #form_table .button button {
	margin: 0 10px;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
}

#main_center .ad468x60 {
	width: 468px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}

#main_right {
	width: 300px;
	float: right;
}
#main_right a {
	color: #333;
	font-weight: bold;
}

#main_right .ad300x600 {
	width: 300px;
	height: 620px;
	overflow: hidden;
}
#main_right .ad300x250 {
	width: 300px;
	height: 270px;
	overflow: hidden;
}

#main_right .latest {
	margin: 0 0 20px;
}
#main_right .latest img {
	margin: 0 0 10px;
}
#main_right .latest li {
	position: relative;
	margin: 0 0 7px 15px;
}
#main_right .latest b {
	position: absolute;
	top: 0;
	left: -15px;
	color: #ccc;
}

#main_right .ranking {
	margin: 0 0 20px;
}
#main_right .ranking img {
	margin: 0 0 10px;
}
#main_right .ranking li {
	width: 100%;
	margin: 0 0 7px;
	overflow: hidden;
}
#main_right .ranking p {
	width: 32px;
	float: left;
	color: #99f;
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
}
#main_right .ranking a {
	display: block;
	margin: 0 0 0 32px;
}

#main_bottom {
	clear: both;
	height: 40px;
	position: relative;
}
#main_bottom p {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	padding: 5px 0 0;
	text-align: center;
	background: #ccd;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#footer {
	padding: 20px 0;
	background: #ccd;
	color: #fff;
}
#footer .wrapper {
	width: 990px;
	margin: 0 auto;
}
#footer .logo {
	width: 290px;
	float: left;
}
#footer .navi {
	width: 700px;
	float: right;
	margin: 10px 0;
	text-align: right;
}
#footer .navi span {
	margin: 0 10px;
}
#footer a {
	color: #fff;
}
#footer .copyright {
	clear: both;
	margin: 60px 0 0;
	text-align: center;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	display: none;
}
#overlay img {
	cursor: pointer;
}
#overlay_btn {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 12;
	width: 50px;
	text-align: center;
	padding: 5px 0;
	background: #333;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: none;
}