@charset "UTF-8";


#main a:link { 		color:#04c; }
#main a:visited { 	color:#551a8b; }
#main a:hover {		color:#551a8b;background-color:transparent; }
#main a:active {	color:#551a8b;background-color:transparent; }



#body.m #main, #body.m .wrap_ctsBox, #body.m .ctsBox{ 
	width:954px;
	margin:0;
	padding:0;
	border:none;
	background:none;
}


#body.m #main{
	margin-top:175px;
	position:relative;
}

#gmenu{
	margin:0;
	padding:0;
	position:absolute;
	top:266px;
}

#body.m #main #pankuzu{
	width:934px;
	margin:0;
	padding:10px 10px 2px;
	height:14px;
	color:#fcfcfc;
	background:#000;
	overflow:hidden;
 	white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow: ellipsis;
}

#pankuzu a:link,
#pankuzu a:visited{ color:#fffdfd; }
#pankuzu a:hover{ color:#fce166; }
#pankuzu a:active{ color:#fffdfd; }


#pg-header{
	width:954px;
	margin:2px 0 40px;
	padding:0;
	height:250px;
	position:relative;
	overflow:hidden;
}

#pg-header h2{
    float:left;
	width:640px;
	height:250px;
	margin:0;
	padding:0;
	overflow:hidden;
	background:none;
}


.rctBnr{
    width:300px;
    height:250px;
    float:right;
    z-index:100;
}

.rctBnr iframe{
	width:300px;
	height:250px;
	margin:0;
	padding:0;
}

.snsLink{
    width:17em;
    overflow:hidden;
    padding:0.5em;
    position:relative;
    height:21px;
    position:absolute;
    right:314px;
    text-align:right;
    top:0;
	background:#000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.snsLink li{
	width:8.5em;
	float:right;
    height: 21px;
    overflow:hidden;
}

.snsLink iframe{
	display:block;
	width:9em;
    overflow:hidden;
}



#photoList,
#newsList,
#columnList{
	width:934px;
	padding:10px;
	background:#000;
	overflow:hidden;
	zoom:1;
}
	
#photoList h2,
#newsList h2,
#columnList h2{
	width:934px;
	height:46px;
	margin:0 0 3px;
	padding:0;
	border:none;
	overflow:hidden;
}

#photoList{ position:relative; }
#photoList ul{
	overflow:hidden;
	zoom:1;
}


#photoList li{
	float:left;
	width:210px;
	height:210px;
	margin-right:3px;
	padding:5px;
	text-align:center;
	
	opacity:0.8;
	
	background:url(../images/bg_photo.png?1397541500) no-repeat 0 0;
	background:-moz-linear-gradient(top, #252525, #0b0b0b);
    background:-webkit-gradient(linear, left top, left bottom, from(#252525), to(#0b0b0b));
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
    -moz-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
	box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
	
	overflow:hidden;
}


.allPhoto#photoList ul{ 
	width:892px;
	margin:21px;
}

.allPhoto#photoList li{ margin-bottom:3px; }


#photoList li:hover {
	opacity:1.0;

	background:url(../images/bg_photo2.png?1397541500) no-repeat 0 0;
	-webkit-box-shadow: inset 0px 0px 3px rgba(240,184,12,0.1);
    -moz-box-shadow: inset 0px 0px 3px rgba(240,184,12,0.1);
	box-shadow: inset 0px 0px 3px rgba(240,184,12,0.1);
}


#photoList li a{
	display:block;
	display:table-cell;
	width:210px;
	height:210px;
	vertical-align:middle;
	overflow:hidden;
	zoom:1;
}

#photoList li img{ vertical-align:middle; }

#photobox{ height:210px;}


a#link_photo{
	display:block;
	width:42px;
	height:220px;
	margin:0;
	padding:0;
	text-align:right;
	background:none;
	border-radius:0;
	box-shadow:none;
	position:absolute;
	right:10px;
	top:59px;
	zoom:1;
}

#link_photo img{
	width:42px;
	height:220px;
	background:url(../images/bt_link_photo.png?1397541500);
}

a#link_photo:hover img{
	background-image:url(../images/bt_link_photo2.png?1397541500);
}

#detail{
	margin:35px 0;
	color:#fffdfd;
	text-align:center;
	font-size:14px;
	zoom:1;
}

#detail p{ 
	position:relative;
	zoom:1;
}

#detail img{
	display:block;
	margin:0 auto 30px;
	text-align:center;
}

span.cr{
	display:block;
	margin-top:10px;
	color:#8e8e8e;
}

#detail a.article{ 
	display:inline-block;
	margin-top:20px;
}

#detail a:link,  
#detail a:visited{ color:#fffdfd;  }
#detail a:hover { 	color:#fce166; }
#detail a:active { color:#fffdfd; }



#prev,
#next{
	width:100px;
	height:350px;
	display:none;
	margin:0;
	padding:0;
	line-height:25;
	position:absolute;
	background:url(../images/bg_bt.png?1397541499) no-repeat 0 0;
	
	background:-moz-linear-gradient(top, #252525, #0b0b0b);
    background:-webkit-gradient(linear, left top, left bottom, from(#252525), to(#0b0b0b));
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
    -moz-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
	box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);

}

#prev{
	left:15px;
	top:0;
}


#next{
	right:15px;
	top:0;
}

a#prev:link,
a#prev:visited,
a#prev:hover,
a#prev:active,
a#next:link,
a#next:visited,
a#next:hover,
a#next:active{ text-decoration:none; }


a#prev:hover,
a#next:hover{
	
	background:url(../images/bg_bt2.png?1397541499) no-repeat 0 0;
	background:-moz-linear-gradient(top, #252525, #0b0b0b);
    background:-webkit-gradient(linear, left top, left bottom, from(#252525), to(#0b0b0b));

	-webkit-box-shadow: inset 0px 0px 3px rgba(240,184,12,1);
    -moz-box-shadow: inset 0px 0px 3px rgba(240,184,12,1);
	box-shadow: inset 0px 0px 3px rgba(240,184,12,1);
}










#newsList h3{
	margin:0;
	padding:0;
	border:none;
	background:none;
	font-size:14px;
	font-weight:bold;
}


#newsList h3{
	margin-bottom:7px;
    color:#f5e7e6;
    font-size:14px;
    line-height:1.4;
}

#newsList p{
    font-size:14px;
    line-height:1.4;
	color:#fffdfd;
}


#newsList div{
	margin-bottom:2px;
	padding:14px 18px;
	background:url(../images/bg_newslist.png?1397541500) no-repeat 0 0;
	background:-moz-linear-gradient(top, #000, #121102);
    background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#121102));
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
    -moz-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
	box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
	
	zoom:1;

}

#newsList p.more{
	margin:15px 0 25px;
	text-align:right;
	font-weight:bold;
}

#newsList p.more a{
	padding:0 0 5px 24px;
	background:url(../images/link_arrow01.png?1397541500) no-repeat 0 0;
}


#newsList a:link{ 	color:#c2b370; }
#newsList a:visited{
	color:#c2b370;
}
#newsList a:hover{	color:#fce166; }
#newsList a:active{	color:#c2b370; }



#columnList div{
	min-height:77px;
	height: auto !important;

	margin-bottom:2px;
	padding:14px 18px;
	
	background:url(../images/bg_columnlist.png?1397541500) no-repeat 0 0;
	background:-moz-linear-gradient(top, #000, #121102);
    background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#121102));
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-webkit-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
    -moz-box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
	box-shadow: inset 0px 0px 3px rgba(227,226,226,0.5);
	
	overflow:hidden;
	zoom:1;
}

#columnList h3{
	margin:9px 0 5px;
	padding:0;
	border:none;
	background:none;
	font-size:16px;
	font-weight:bold;
	color:#fffdfd;
}


#columnList div img{
	display:block;
	width:278px;
	float:left;
}

#columnList div div{
	width:605px;
	margin:0;
	padding:0;
	float:right;
	border:none;
	background:none;
	border-radius:none;
	box-shadow:none;
}

#columnList li{
	font-size:14px;
	color:#fffdfd;
}


#columnList a:link{	color:#fffdfd; }
#columnList a:visited{	color:#8c8c8c;}
#columnList a:hover{	color:#fce166;}
#columnList a:active{	color:#fffdfd;}




p#linkBack a{
	display:block;
	width:390px;
	height:47px;
	line-height:3;
	margin:40px auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background:url(../images/bg_linkback.png?1397541500) no-repeat 0 0;
	overflow:hidden;
}


p#linkBack a:link,
p#linkBack a:visited{ color:#898989;  }
p#linkBack a:hover { color:#fce166; }
p#linkBack a:active { color:#898989; }






