@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	width: 100%;
	background-color: #FFF;
	background-image: url(../../images/dsj_2/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	width: 990px;
	text-align: left;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}
#header h1 {
	float: left;
	width: 590px;
	padding-left: 12px;
}
#header_right {
	width: 380px;
	float: right;
	padding-top: 25px;
	padding-right: 5px;
}

#header_right ul#left {
	width: 250px;
	float: left;
	padding-left: 30px;
}

#header_right #left li.left_li {
	float: left;
	width: 110px;
	margin-top: 6px;
}
#header_right #left li.text_li {
	float: left;
	width: 24px;
	font-size: 28px;
	color: #ebebeb;
	padding-left: 4px;
}
#header_right #left li.right_li {
	float: left;
	width: 92px;
	margin-top: 6px;
}
#header_right ul#right {
	float: right;
	width: 90px;
	padding-right: 10px;
}
#header_right #right li {
	float: left;
	width: 27px;
	padding-left: 2px;
}
#nav {
	background-color: #ef1200;
	width: 100%;
	height: 52px;
}
#nav ul#menu {
	width: 963px;
	margin: 0px auto;
	z-index:2;
}
#nav ul#menu li {
	position: relative;
	float: left;
	width: 120px;
}
#nav ul#menu li ul {
	display: none;
	position: absolute;
	top: 44px;
	*top: 52px;
	width: 150px;
	border: 1px solid #ef1200;
	background-color: #FFF;
	color: #ef1200;
	left: -1px;
	text-align: left;
	z-index: 4;
}
#menu li ul li {
	margin: 0;
	border: none;
	font-size: 12px;
	line-height: 1.5em;
}
#menu li ul li a {
	display: inline-block;
	width: 130px;
	padding: 10px;
	display:block;
	text-decoration: none;
	color: #ef1200;
}
#menu li ul li a:hover {
	color: #fff;
	background-color: #ef1200;
}
#content {
	text-align: left;
	margin: 13px auto 0px;
	width: 990px;
	background-repeat: no-repeat;
}
h2{
	margin-bottom: 13px;
	margin-left: 5px;
}
.pankuzu {
	font-size: 12px;
	margin-bottom: 15px;
}
.pankuzu a {
	color: #EF1200;
}
a:hover {
	color: #999;
}
/* leftcontent */
#content #leftcontent {
	width: 748px;
	float: left;
	margin-bottom: 13px;
	margin-left:	10px;
}
/* rightcontent */
#rightcontent {
	float: right;
	width: 206px;
	margin-right: 10px;
}
#mediasponsor {
	margin-bottom: 3px;
	padding: 15px 0 0 0;
}
#mediasponsor #mediasponsor_middle {
	background-image: url(../../images/media_sponsor_middle.jpg);
	background-repeat: repeat-y;
}
#mediasponsor ul {
	width: 180px;
	padding-left: 15px;
	font-size: 0.01em;
	padding: 2px 13px 20px 13px;
	background: url(../../common/images/media_sponsor_bottom.jpg) left bottom no-repeat;
}
#mediasponsor ul li {
	/* border-bottom: 1px solid #efefef; */
	margin-bottom: 5px;
}
#mediasponsor ul #bottom {
	border-bottom-style: none;
	margin-bottom: 0px;
}

#rightcontent a.detail {
	font-size: 12px;
	margin-bottom: 12px;
	padding-right:10px;
	background-image: url(../images/detail_icon.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width:196px;
	color: #333;
	text-decoration: none;
	display:block;
	text-align:right;
}
#lastyear .other {
	margin-bottom: 18px;
	margin-top: 13px;
}

#topback p {
	text-align: right;
	margin-right: 5px;
	padding-left: 30px;
}
#content #global {
	clear: both;
	margin-bottom: 13px;
	margin-left: 10px;
}
#content #global ul li {
	margin-left: 2px;
	widows:240px;
	float:left;
}
#footer {
	clear: both;
}

#footer #topback {
	background-image: url(../../images/footer_bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 10px;
	position: relative;
	z-index: 1;
	margin-top: -10px;
}
#footer #backbtn {
	position: relative;
	z-index: 2;
	width: 990px;
	margin: 0px auto;
	text-align: right;
}

#footer #footernav {
	width: 960px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}

#footer #footernav ul {
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 26px;
}

#footer #footernav ul li {
	display: inline;
	margin-left: 6px;
}

#footer #copyright {
	background-image: url(../images/footer_underbar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 37px;
}


#footer #copyright p {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 30px;
}

#footerbottom {
	height: 160px;
	width: 100%;
	background: url(../images/footer_bg.png) repeat;
	text-align: left;
	padding-top: 20px;
}
#recruitment {
	position: fixed;
	right: 0px;
	width: 100%;
	z-index: 2;
}
.close {
	background-image: url(../images/close_btn.png);
	background-repeat: no-repeat;
	background-position: right;
	height:28px;
	width:60px;
	margin:0 100px 0 auto;
	cursor: pointer;
}
.open {
	background-image: url(../images/open_btn.png);
	background-repeat: no-repeat;
	background-position: right;
	height:28px;
	width:60px;
	margin:0 100px 0 auto;
	cursor: pointer;
}

#footerarea {
	margin: 0px auto;
	width: 992px;
}
#footerarea #leftfooter {
	height: 141px;
	width: 395px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a2a2a2;
	float: left;
}
#footerarea #leftfooter p {
	padding-top: 47px;
}
#footerarea #middlefooter {
	width: 565px;
	padding: 0 0 0 20px;
	height: 141px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a2a2a2;
	float: left;
}
#footerarea #middlefooter p {
	padding: 10px 0;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#footerarea #middlefooter #navarea_1 {
	margin-left: 16px;
	width: 220px;
	float: left;
}
#footerarea #middlefooter #navarea_2 {
	margin-left: 220px;
	width: 200px;
}
#footerarea #middlefooter ul.left {

}
#footerarea #middlefooter ul li {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	list-style-image: url(../images/footer_icon.jpg);
	margin-bottom: 17px;
}
#footerarea #box1 #rightfooter {
	width: 180px;
	float: left;
	padding-left: 13px;
}

#footerarea #box1 #rightfooter p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerarea #box1 #rightfooter ul {
}

#footerarea #box1 #rightfooter ul li {
	font-size: 11px;
	text-decoration: underline;
	list-style-image: url(../images/footer_icon.jpg);
	margin-bottom: 17px;
	color: #ffffff;
	margin-left: 16px;
}
