@charset "utf-8";

/*-------------------------------------------*/
/* Common */
/*-------------------------------------------*/
.column {
	width:946px;
	text-align:left;
	margin:0 auto;
}

.blockLeft {
	float:left;
}

.blockRight {
	float:right;
	padding-left:14px;
}

#wrap {
	background:url(../images/common/bg-wrap.png) repeat-x bottom left;
}

.shadowBox {
	behavior:url(/shared/js/PIE.htc);
	position:relative;
	/zoom:1;
	-webkit-box-shadow:2px 2px 3px #000;
	-moz-box-shadow:2px 2px 3px #000;
	box-shadow:2px 2px 3px #000;
}

a {
	color:#efe256;
}

a:hover {
	color:#f9c13e;
	text-decoration:none;
}

.attention {
	font-size:70%;
}

/*-------------------------------------------*/
/* Main - COMMON */
/*-------------------------------------------*/
#mainArea {
	background:url(../images/common/bg-line.png) no-repeat top center;
	margin:12px auto 0;
	padding-bottom:15px;
}
* html #mainArea {
	background:url(../images/common/bg-line.gif) no-repeat top center #000;
}

/*-------------------------------------------*/
/* Main - Top */
/*-------------------------------------------*/
#headerArea {
	width:950px;
	height:137px;
	margin:0 0 15px 0
}
#mainVisualArea {
	/*height:499px;*/
	clear:both;
	position:relative;
}
#mainVisual {
	display:none;
/*	border:1px solid #2a2a2a; */
}

/*-------------------------------------------*/
/* Main - Page */
/*-------------------------------------------*/
body#page #mainAreaInner {
	border:1px solid #2a2a2a;
}

/*-------------------------------------------*/
/* Navigation - NEW */
/*-------------------------------------------*/
/*
#headerArea {
	border:1px solid #2a2a2a;
}
*/
#headerArea #logo, #headerArea #mobile {
	float:left;
}
#navigation ul li {
	position:relative;
	float:left
}
#navigation ul li #navAbout {
	width:235px;
	height:137px;
}
#navigation ul li #navProfile {
	width:130px;
	height:137px;
}
#navigation ul li #navInfo {
	width:173px;
	height:137px;
}
#navigation ul li .off {
	position:absolute;
}


/*-------------------------------------------*/
/* Footer */
/*-------------------------------------------*/
#footer {
	padding-bottom:10px;
	background:url(../images/common/bg-footer.gif) repeat-x top left #000000;
	border-bottom:1px solid #1a1a1a;
}

#footer .sectionBase {
	padding-top:25px;
}

#footer .blockLeft {
	width:615px;
}

#footer ul {
	letter-spacing:-.4em;
}

#footer li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	/display:inline;
	/zoom:1;
}

#footer li {
	padding-right:7px;
	padding-bottom:9px;
}

p#txt-copy {
	font-size:80%;
	text-align:right;
	padding:10px 0;
}

/*-------------------------------------------*/
/* Top */
/*-------------------------------------------*/
#topImage p {
	display:none;
}

#topImage p#noscript {
	display:block;
}
#mainVisual {
	position:relative;
}
#main_mono {
	position:absolute;
	top:0;
}

/*-------------------------------------------*/
/* Top - bxSlider */
/*-------------------------------------------*/
#ticker-area{
	width:942px;
	margin:0 auto;
	display:inline-block;
	padding-top:15px;
	padding-left:1px;
}

#ticker-area div,
#ticker-area ul{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#ticker-title{
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	width:778px;
	height:23px;
	background:#fff;
	padding-left:10px;
	text-align:left;
}

#ticker-title li{
	width:778px;
	padding:0 0 0 10px;
	height:23px;
	line-height:23px;
	color:#333;
}

#ticker-title span{
	font-size:12px;
	font-weight:bold;
}

#ticker-title span a{
	color:#333;
}

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

/*-------------------------------------------*/
/* Page */
/*-------------------------------------------*/
#header {
	min-height:137px;
	height:auto !important;
	height:137px;
	border-bottom:1px solid #2a2a2a;
	background:url(../images/page/bg-header.png) no-repeat left top;
}

#header .blockLeft {
	width:116px;
}

#header h1 {
	padding:9px 0 0 8px;
}

#header .blockRight {
	width:735px;
}

#header .blockRight p {
	float:right;
	padding:16px 23px 0 0;
}

#contentsArea {
	background:url(../images/page/bg-contents.png) repeat-x top left #141414;
	padding:35px 22px 40px;
	border:1px solid #2a2a2a;
}

#contentsArea h2 {
	padding-bottom:45px;
}

#contentsArea .profilePage h2 {
	padding-bottom:23px;
}

#contentsArea h3 {
	padding-left:25px;
}

/*-------------------------------------------*/
/* Profile */
/*-------------------------------------------*/
ul#members {
	letter-spacing:-.4em;
}

ul#members li {
	background:#fff;
	margin-right:11px;
	letter-spacing:normal;
	float:left;
/*
	display:inline-block;
	/display:inline;
	/zoom:1;
*/
}

ul#members li:last-child {
	margin-right:0;
}

#hiddenArea {
	display:none;
}

.profileBox {
	width:788px;
	text-align:left;
}

.profileBox .blockLeft {
	width:303px;
}

.profileBox .blockRight {
	width:433px;
}

.profileBox h3 {
	width:433px;
	padding:90px 0 30px;
}

.profileBox ul {
	background:#202020;
	padding:25px 30px;
	line-height:1.66;
	font-size:80%;
}

.profileBox ul li.prof_history{
	font-size:10px;
	padding-left: 7px;
}

/*-------------------------------------------*/
/* 2013.04.23�ǋL */
/*-------------------------------------------*/

#m-shirahama h3 {
	width:433px;
	padding:0px 0 30px;
}

#m-shirahama .profPhoto {
	padding-top:5px;

}

/*-------------------------------------------*/
/* About */
/*-------------------------------------------*/
.aboutPage h3 {
	padding-bottom:30px;
}

#aboutBox {
	border:1px solid #444;
	margin:0 28px;
	background:url(../images/page/bg-aboutarea.png) no-repeat right top;
	position:relative;
}

#aboutBoxTop {
	min-height:400px;
}

#aboutBox h4 {
	padding:40px 0 15px 15px;
}

#aboutBoxBottom h4 {
	background:#191919;
	border-bottom:10px solid #212121;
}

#aboutBox .text {
	padding:20px 15px 50px;
	line-height:2.35;
	font-size:80%;
}

#aboutBox .txtFirst {
	margin-right:415px;
}

#aboutBox .text p {
	padding-bottom:20px;
}

/*-------------------------------------------*/
/* About */
/*-------------------------------------------*/
.informationPage h3 {
	font-size:180%;
	padding-bottom:10px;
}

#infoCatch {
	padding-bottom:35px;
}

#infoCatch p,
#infoCatch ul {
	padding-left:25px;
}

#infoCatch .attention {
	padding-top:10px;
}

#infoBox div:first-child {
	padding-top:0;
}

#infoBox .sectionBase {
	margin:0 25px;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #5a5959;
}

#infoBox .blockLeft {
	width:98px;
	overflow-x:hidden;
}

#infoBox .blockRight {
	width:700px;
}

#infoBox .blockRight p {
	font-size:80%;
	line-height:1.66;
}

#infoBox p.date {
	color:#777272;
	padding:5px 7px;
	background:#222;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

#infoBox h4 {
	color:#acacac;
	padding:13px 0;
	margin-bottom:13px;
	border-bottom:1px solid #4c4c4c;
}

#infoBox table {
	font-size:80%;
}

#infoBox .credit {
	width:30%;
	font-size:80%;
	border:1px solid #ffffff;
	margin-right:15px;
	padding:15px;
	float:left;
}

#infoBox .credit02 {
	font-size:80%;
	border:1px solid #ffffff;
	margin-right:15px;
	padding:15px;
	float:left;
}

.fRed {
	color:red;
}

.fSize16 {
	font-size:16px;
	color:#acacac;
}