@charset "UTF-8";

/*@group reset ========================================================================*/

ul {
	list-style: none;
}

img {
	vertical-align:bottom;
}

/* @end */

/*@group base ========================================================================*/

body {
	font-family: sans-serif;
	font-size: 0;
	color: #fff;
}

p, li {
	font-size: 11px;
}

a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #ddd;
}
a:hover {
  color: #ffc000;
  text-decoration: underline;
}

a:active {
  color: #0066ff;
}

a:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: “alpha( opacity=70 )”;
}


/* @end */

/*@group layout ========================================================================*/

body {
	background-color: #001a32;
}

#header_inner,
#footer_inner,
#content_area_inner {
	width: 1000px;
	margin: 0 auto;
	/*clearfix*/
	overflow: hidden;
	*zoom: 1;
}

#header {
	height: 77px;
	background-color: #fff;
}

#main_area {
	position: relative;
	height: 471px;
	border-bottom: 1px solid #254666;
	background: #042e54 url('../images/bg_main_area.png') repeat left top;
	overflow: hidden;
}

#content_area {
	border-bottom: 1px solid #1a436a;
	background: #003464 url('../images/bg_content_area.png') repeat-x left top;	
}

#content_area_inner {
	width: 974px;
	padding: 0 13px 52px;
	background: transparent url('../images/line_content_area.png') no-repeat 0 1px;
}

#news {
	float: left;
	width: 698px;
	padding-right: 20px;
	background: transparent url('../images/line_content_area.png') no-repeat right 1px;
}

#banner_area {
	float: right;
	width: 240px;
	position: relative;
	padding-top: 56px;
	margin-right: -13px;
	padding-right: 13px;
	background: transparent url('../images/line_content_area.png') no-repeat right 1px;
}

#footer {
	height: 45px;
	background-color: #001a32;
}

/* @end */


/*@group header ========================================================================*/

#logo {
	float: left;
	margin: 12px 0 0 4px;
}

#header .sns_link {
	float: right;
	margin-top: 28px;
	/*clearfix*/
	overflow: hidden;
	*zoom: 1;
}

#header .sns_link li {
	float: left;
	margin-right: 8px;
}

/* @end */

/*@group main_area ========================================================================*/


#main_area li.item {
	float: left;
	width: 600px;/*620px*/
	height: 435px;/*445px*/
	padding: 10px 10px 0;
	background-color: none;
	/*clearfix*/
	overflow: hidden;
	*zoom: 1;
}

#main_area .item h2 {
	display: none;
	float: left;
	height: 35px;
	padding-left: 10px;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Cabin Condensed', sans-serif;
}

#main_area .item .photo {
	opacity:0.2;
	filter:alpha(opacity=20);
	-ms-filter: “alpha( opacity=20 )”;
}

#main_area .item .photo a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}

#main_area .item .sns_link {
	display: none;
	float: right;
	/*width: 72px;*/
	padding-top: 8px;
	/*clearfix*/
	overflow: hidden;
	*zoom: 1;
}

#main_area .item .sns_link .button {
	float: left;
	padding-right: 4px;
}

#main_area .item.current {
	background-color: #436787;
	background-color: rgb(255,255,255, 0.1);
}

#main_area li.current {
	*background-color: #436787;
}

#main_area .item.current h2 {
	display: block;
}

#main_area .item.current .photo {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}

#main_area .item.current .photo a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

#main_area li.current .photo a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}


#main_area .item.current .sns_link {
	display: block;
}

#pagination {
	padding: 5px 0 0 0;
	overflow: hidden;
	text-align: center;
}

#pagination .button {
	display : inline-block;
	*display : inline;
	*zoom : 1;
	/*display: block;
	float: left;*/
	width : 8px;
	height : 8px;
	padding : 3px;
}

#pagination .button a {
	display: block;
	width : 8px;
	height : 8px;
	background: transparent url('../images/btn_pagenation_off.png') no-repeat center center;
	cursor: pointer;
	cursor : hand;
}

#pagination .button a:hover {
	background: transparent url('../images/btn_pagenation_on.png') no-repeat center center;
}

#pagination .button.current {
	background: transparent url('../images/btn_pagenation_on.png') no-repeat center center;
}

#pagination .button.current a,
#pagination .button.current a:hover {
	background: none;
	cursor: default;
}

#slider_prev,
#slider_next {
	position : absolute;
	top : 50%;
	margin-top : -15px;
}

#slider_prev {
	left : 0;
	margin-left : 10px;
}

#slider_next {
	right : 0;
	margin-right : 10px;
}

#slider_prev a,
#slider_next a {
  display : block;
  cursor: pointer;
  cursor : hand;
}

#slider_prev img,
#slider_next img {
  display : block;
  position : relative;
}
/* @end */


/*@group news ========================================================================*/

#news h2 {
	padding: 11px 0 0 9px;
	height: 27px;/*38px*/
}

#news #news_contents {
	margin-top: 12px;
}

#news li {
	padding: 3px 0 0 7px;
	height: 37px;/*40px*/
	border-bottom: 1px solid #1a4974;
	line-height: 37px;
	white-space: nowrap;
	overflow: hidden;
}

#news .date {
	padding-right: 0.7em;
	font-size: 12px;
	color: #ffc000;
}

/* @end */

/*@group banner_area ========================================================================*/

#banner_area li {
	padding-bottom: 8px;
}

#banner_area a {
	display: block;
	overflow: hidden;
}

/*
#banner_area a:hover {
	border: 2px solid #ffc000;
}

#banner_area a:hover img {
	display: block;
	position: relative;
	margin: -2px;
}
*/

/* @end */

/*@group footer ========================================================================*/

#copyright {
	float: left;
	position: relative;
	margin: 19px 0 0 7px;
}

#footer .pagetop {
	float: right;
	margin: 16px 25px 0 0;
}

/* @end */



