@charset "utf-8";

/*----------------------------------------------------------------------------
01：base
----------------------------------------------------------------------------*/
html,body {
	color: #BFE927;/*#5B5B5B;*/
	height: 100%;
	font-size: 12px;
	line-height: 1.5;
}
html {
/*	background: #FFFFFF;*/
}
body {
	background: #3B3B3B url(../images/bg_body.jpg) no-repeat center top;
}
#wrap {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	background: url(../images/bg_wrap.png) no-repeat center bottom;
}

/*
#topicsPath{
	margin:10px auto 6px auto;
	width: 962px;
}
#topicsPath ul {
	margin: 0 11px 0 11px;
}
#topicsPath ul li {
	display:inline;
	margin: 0 5px 0 0;
	padding: 0 14px 0 0;
	background: url(../images/bg_arrow_path.gif) no-repeat right center;
}
#topicsPath ul li a{
}
#topicsPath .noPath{
	padding: 0 0 0 0;
	background: none;
}
*/

/*----------------------------------------------------------------------------
02：header
----------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 507px;
	background: url(../images/bg_header.png) no-repeat center top;
}
#headerIn {
	position: relative;
	overflow: hidden;
	width: 968px;
	margin: 0 auto 0 auto;
	z-index: 10;
}
#header #mainvisual {
	position: relative;
	overflow: hidden;
	width: 968px;
	margin: -60px auto 16px auto;
	padding: 0 0 0 0;
	line-height: 1;
	z-index: 1;
}
#header #logo_hd {
	display: inline;
	float: left;
	margin: 13px 0 0 1px;/*4px;*/
}
#header #glovalNavi {
	float: right;
	width: 495px;
}
#header #glovalNavi ul {
	overflow: hidden;
	width: 495px;
}
#header #glovalNavi ul li {
	display: inline;
	float: left;
	margin: 0 0 0 -15px;
}
#header #glovalNavi ul li.first {
	margin-left: 0;
}

/*----------------------------------------------------------------------------
03：footer
----------------------------------------------------------------------------*/
#footer {
/*	position: fixed;
	bottom: 0;*/
	width:100%;
	margin: -25px 0 0 0;
	padding: 25px 0 0 0;
	background: url(../images/bg_footer.png) repeat-x center top;
	z-index: 20;
}
#footer #pagetop {
	position: absolute;
	top: 0;
/*	right: 0;*/
	left: 50%;
	margin-left: 531px;
	background: #FFFFFF;
	line-height: 1;
}
#footerIn {
	position: relative;
	overflow: hidden;
/*	width: 968px;*/
	min-width:968px;
	margin: 0 auto 0 auto;
}
#footerTop {
	overflow: hidden;
	width:968px;
	margin: 0 auto 0 auto;
}
/* social */
#social_area {
	float: left;
	width: 250px;/*280px;*/
	height: 25px;
	margin: 0 0 10px 15px;
	padding: 20px 0 0 0;
	text-align: right;
}
#social_area li {
	float: left;
	width: 120px;
}
iframe.twitter-share-button {
	width: 100px !important;
}
#footer .bnrList {
	display: inline;
	float: right;
	width: 620px;
	margin: 0 5px 0 0;
	padding: 4px 0 18px 0;
}
#footer .bnrList li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	background: #FFFFFF;
	line-height: 1;
}
#footer .bnrList li a:hover img{
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#footer #pagetop a:hover img{
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#copyright {
	width: 953px;/*968px;*/
	margin: 0 auto 0 auto;
	padding: 8px 0 14px 15px;
	line-height: 1;
}

/*----------------------------------------------------------------------------
04：sideMenu
----------------------------------------------------------------------------*/
.sideNav {
	width: 212px;
	margin: 0 0 10px 0;
}
.snavList {
	padding: 0 0 3px 0;
	background: url(../images/bg_snavbox_ft.gif) no-repeat left bottom;
}
.snavListIn {
	padding: 12px 12px 12px 12px;
	background: url(../images/bg_snavbox_mdl.gif) repeat-y left top;
}
.snavListIn .item {
	padding: 10px 0 11px 0;
	background: url(../images/bg_line_snav.gif) repeat-x left bottom;
	line-height: 1.2;
}
.snavListIn .item.on a {
	color: #024287;
	font-weight: bold;
}
.snavListIn .item.last {
	padding: 10px 0 0 0;
	background: none;
	line-height: 1.2;
}
.snavListIn .item a {
	padding: 0 0 0 15px;
	background: url(../images/bg_arrow_snav.gif) no-repeat 2px 4px;
	display:inline-block;
}
.sideNav .title a:hover img,
.sideNav .item a:hover img {
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*----------------------------------------------------------------------------
05：contents
----------------------------------------------------------------------------*/
#pagetop {
	position: fixed !important;
	position: absolute;
	bottom: 48px;
	right: 5%;
	_bottom: auto;
	line-height: 1;
	z-index: 50;
}
#contents {
	overflow: hidden;
	width: 952px;/*968px;*/
	margin: 0 auto 0 auto;
/*	padding: 8px 8px 181px 8px;*/
/*	padding: 8px 7px 181px 7px;*/
	padding: 8px 7px 45px 7px;
	background: #3B3B3B url(../images/bg_contents.gif) no-repeat center -314px;
}
.contentsIn {
}
.contentsBox {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contentsBox .contentsBoxIn {
	background-repeat: no-repeat;
	background-position: center top;
}
.contentsBox .contentsBoxIn .inner {
	background-repeat: repeat-y;
	background-position: center top;
}
.contentsBox {
	padding-bottom: 13px;
	background-image: url(../images/bg_contentsbox_ft.png);
}
.contentsBoxIn {
	padding-top: 10px;
	background-image: url(../images/bg_contentsbox_hd.png);
}
.contentsBox .inner {
	padding: 0 28px 30px 28px;
	background-image: url(../images/bg_contentsbox_mdl.png);
}
.boxTitle {
	line-height: 1;
}

#contents #topicsBox .item .date {
	padding-left: 80px;
	background-position: left 14px;
}
#contents #topicsBox .item .catTopics { background-image: url(../images/ico_topics.gif); }
#contents #topicsBox .item .catTwitter { background-image: url(../images/ico_twitter.gif); }
#contents #topicsBox .item .catWallpaper { background-image: url(../images/ico_wallpaper.gif); }
#contents #topicsBox .item .catInterview { background-image: url(../images/ico_interview.gif); }
#contents #topicsBox .item .catItem { background-image: url(../images/ico_item.gif); }
#contents #topicsBox .item .catEtc { background-image: url(../images/ico_etc.gif); }


.setWrap {
	overflow: hidden;
	width: 100%;
}

.centerImg {
	margin: 0 auto 25px auto;
 	text-align: center;
}


/****** flexcroll ******/
/* 本体 */ 
.scrollBox { 
	position:relative;
	overflow:auto; 
	width:500px; 
	height:200px; 
	padding:10px; 
	background-color:#3B3B3B; 
}
/* 本体 */ 
.scrollgeneric { 
	line-height:1px; 
	font-size:1px; 
	position:absolute; 
	top:0; 
	left:0; 
}
/* 縦スクロール範囲 */
.vscrollerbase { 
	width:8px; 
	background-color:#262626; 
}
/* 縦スクロールバー */ 
.vscrollerbar { 
	width:8px; 
	background-color:#B0DE27; 
}
/* 横スクロール範囲 */ 
.hscrollerbase { 
	height:8px; 
	background-color:#262626; 
}
/* 横スクロールバー */ 
.hscrollerbar { 
	height:8px; 
	background-color:#B0DE27; 
}
/* 縦横スクロールバー */ 
.scrollerjogbox { 
	width:8px; 
	height:8px; 
	top:auto; 
	left:auto; 
	bottom:0; 
	right:0; 
	background-color:#262626; 
}
/************************/


/*----------------------------------------------------------------------------
08：other
----------------------------------------------------------------------------*/

.disnon {
	display: none;
}
.png_bg {
}

/** aroundSet **/
.aroundSetL,
.aroundSetR {
	overflow: hidden;
	width: 100%;
}
.aroundSetL .imgSet {
	display: inline;
	float: left;
	padding: 0 15px 0 0;
}
.aroundSetR .imgSet {
	display: inline;
	float: right;
	padding: 0 0 0 15px;
}
.aroundSetL .txtSet,
.aroundSetR .txtSet {
	display: inline;
}
.aroundSetL .txtSet .title,
.aroundSetR .txtSet .title {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.aroundSetL .caption,
.aroundSetR .caption {
	display: block;
	padding: 5px 0 5px 0;
	font-size: 85%;
	text-align: center;
}

.linkTxt {
	margin: 0 2px 0 2px;
	color: #2983CF;/*2983CF;*/
}
.baseTable {
	border-top: 1px solid #DAE1EA;
	border-left: 1px solid #DAE1EA;
}
.baseTable caption {
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}
.baseTable th,
.baseTable td {
	padding: 12px 20px 12px 20px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.baseTable th {
	background: #F2F5F9;
	font-weight: bold;
	vertical-align: top;
}
.tableInList {
	line-height: 1.8;
}
.tableNote {
	padding: 10px 0 5px 0;
	text-align: right;
}
