@charset "utf-8";

/* #head_contents */
#head_contents {
	position: relative;
	background-image: url(../images/bg_head_contents.png);
	background-repeat: repeat-x;
	background-position: center 20px;
}
body {
  background-color: #000000;
  color: #FFFFFF;
  background-image: url(../images/bg1.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#head_contents .inner {
	padding-top: 400px;
}
#head_contents h1 {
	position: relative;
	z-index: 99;
}

/* navi */
#head_contents nav {
  width: 570px;
  padding-top: 50px;
  margin-bottom: 0px;
}
#head_contents nav ul {
  text-align: center;
}

#head_contents nav ul li {
  width: 185px;
  height: 45px;
  margin: 0 0 2px 0;
  list-style-type: none;
  display: inline-block;
}

/* slider */
#head_contents #slide_topics {
	position: absolute;
	top: 50px;
	left: 0px;
}

/* news */
#news {
	margin-bottom: 45px;
}
#news ul {
	width: 600px;
	max-height: 410px;
	margin-bottom: 35px;
	overflow-x: auto;
	overflow-y: auto;
}
#news ul li {
	list-style: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
}
#news ul li:after {
   content:".";
   display:block;
   font-size:0;
   height:0;
   clear:both;
   visibility:hidden;
}
#news ul li span {
	display: inline-block;
	float: left;
	padding: 5px 0;
	margin: 0 10px 0 0;
}
#news ul li .category {
	font-size: 11px;
	text-align: center;
	padding: 6px 10px;
	background-color: #A40006;
	color: #FF0;
	line-height: 1em;
	white-space: nowrap;
	margin-top: 3px;
	display: inline-block;
}
#news ul li .note {
	margin-right: 0px;
	max-width: 440px;
	clear: left;
}
#news ul li a {
	color: #FFFFFF;
}
#news ul li a:hover, #news ul li a:active {
	color: #DBD426;
	text-decoration: none;
}
#news #twitter {
	width: 300px;
}
#news #twitter h3 {
	margin-bottom: 10px;
}
#news #twitter .twitter_box {

}

/* special contents */
#sp_contents {
	margin-bottom: 45px;
}
#sp_contents ul {
	margin-left: 25px;
}
#sp_contents ul li {
	list-style: none;
	width: 160px;
	float: left;
	margin-right: 25px;
	margin-bottom: 45px;
}
#sp_contents ul li a {
	display: block;
	margin-bottom: 10px;
}
#sp_contents ul li a img {
	width: 160px;
}
#sp_contents ul li p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5em;
	margin-bottom: 3px;
}
#sp_contents ul li .category {
	padding: 5px;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1em;
}

#sp_contents .more {
	text-align: center;
}
#sp_contents .more a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px;
	line-height: 1em;
	display: inline-block;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
}
#sp_contents .more a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
