@charset "utf-8";

body {
	margin:0;
	padding:0;
	background:#ffffff;
	color:#0075BF;
	font-size:12px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.7em;
	text-align:center;
	/overflow:hidden;
	/overflow-y: scroll;
}

/*Reset========================*/

html {
	overflow-y: scroll;
	/overflow:hidden;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

h1,h2,h3,h4,h5,form,p,th,td,ul,ol,li,dl,dt,dd,form{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.7em;
}

.clear {
	clear:both;
}

img {
	border:0;
}

input {
	font-size:12px;
}

a {
	color:#0075BF;
	outline: 0;
	text-decoration:none;
}

a:hover {
	color:#0075BF;
	text-decoration:underline;
}

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}

.tac {text-align:center;}
.tar {text-align:right;}

.red {color:#ea0000;}


/*=============================*/


#header {
	border-bottom:5px solid #FF9900;
	text-align:left;
	color:#333;
	text-align:center;
}

#header .inner {
	text-align:left;
	width:960px;
	height:100px;
	margin:0 auto;
	position:relative;
}

#header h1 {
	position:absolute;
	top:5px;
	left:25px;
}

#header .language {
	position:absolute;
	top:5px;
	right:25px;
}


#header ul {
	position:absolute;
	top:30px;
	right:5px;
}


#header ul li {
	list-style:none;
	width:84px;
	float:left;
	text-align:center;
}

#catch {
	border-bottom:5px solid #0066CC;
	padding:3px 0;
	overflow:hidden;
	background:url("../images/catch_bg.gif") repeat-x center center;
}

* html #catch {
	background:url("../images/catch_bg.gif") repeat-x 0 3px;
}

/*--------------------------------*/

#footer {
	clear:both;
	background:url("../images/footer_bg.gif") repeat-x top center #5F5F5F;
	height:200px;
}

#footer .inner {
	width:960px;
	margin:0 auto;
	position:relative;
}

#footer .logo {
	position:absolute;
	top:152px;
	left:25px;
}

#footer .copyright{
	position:absolute;
	top:172px;
	left:25px;
}

#footer .warranty {
	text-align:right;
	color:#fff;
	margin:0;
	padding:0;
	font-size:11px;
	position:absolute;
	bottom:10px;
	right:25px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/*--------------------------------*/

#contents {
	margin:0 auto;
	padding:18px 25px 30px 25px;
	overflow:hidden;
	width:910px;
	text-align:left;
}

* html #contents {
	width:960px;
}

#contents .leftcolumn {
	float:left;
	width:695px;
}

#contents .rightcolumn {
	float:right;
	width:200px;
}

h2 {
	background:url("../images/hw_line.gif") repeat-x bottom left;
	padding-bottom:15px;
	position:relative;
	margin-bottom:15px;
	clear:both;
}

.rightcolumn h2 {
	width:200px;
}

h2 img {
	vertical-align:top;
}

h2 span.text {
	position:relative;
	top:15px;
	left:5px;
	color:#999;
	font-size:14px;
	font-weight:normal;
	line-height:1em;
}

h2 span.icon {
	position:absolute;
	top:0;
	right:0;
}

h2 div.social {
	position:absolute;
	top:10px;
	right:0;
	font-size:10px;
	color:#333;
	font-weight:normal;
	height:21px;
	overflow:hidden;
}

/*--------------------------------*/

.leftcolumn h3 {
	color:#0075BF;
	font-size:21px;
	border-bottom:1px solid #0075BF;
	line-height:1em;
	margin-bottom:10px;
	padding-bottom:3px;
	clear:both;
	position:relative;
}
.leftcolumn h3.topline {
	border-top:1px solid #0075BF;
	padding-top:7px;
}
.leftcolumn h3 div.social {
	position:absolute;
	top:-3px;
	right:0;
	font-size:10px;
	color:#333;
	font-weight:normal;
		height:21px;
	overflow:hidden;

	}
.leftcolumn h3.sub {
	font-size:12px;
	margin-bottom:15px;
	font-weight:normal;
	color:#333;
}



/*--------------------------------*/

.rightcolumn p {
	margin-bottom:15px !important;
}

.rightcolumn .twitter_window {
	margin-bottom:15px;
}

.rightcolumn .follow {
	width:200px;
	overflow:hidden;
	margin:-8px 0 7px 0;
}

/*--------------------------------*/

ul.thumblist_l {
	margin-left:-15px;
	width:710px;
}

ul.thumblist_l li {
	list-style:none;
	width:340px;
	float:left;
	margin:0 0 10px 15px;
	line-height:1.2em;
}

* html ul.thumblist_l li {
	margin:0;
	padding:0 0 10px 15px;
}

ul.thumblist_l li img {
	padding-bottom:5px;
}

ul.thumblist_l li span {
	width:340px;
	height:228px;
	display:block;
	margin-bottom:5px;
	background:no-repeat center center;
}


ul.thumblist_m {
	margin-left:-13px;
	margin-bottom:20px;
	overflow:hidden;
	width:708px;
	line-height:1.2em;
}

ul.thumblist_m li {
	list-style:none;
	width:223px;
	float:left;
	margin:0 0 20px 13px;
	text-align:center;
}

* html ul.thumblist_m li {
	margin:0;
	padding:0 0 20px 13px;
}

ul.thumblist_m h4 {
	margin:0 0 10px 0;
	padding:6px 0;
	border-bottom: 1px solid #0075BF;
}


ul.thumblist_s {
	margin-left:-13px;
	width:708px;
	overflow:hidden;
}

ul.thumblist_s li {
	list-style:none;
	width:164px;
	float:left;
	margin:0 0 10px 13px;
	line-height:1.2em;
	/height:180px;
}

* html ul.thumblist_s li {
	margin:0;
	padding:0 0 10px 13px;
}

ul.thumblist_s li img {
	padding-bottom:5px;
}

ul.thumblist_s li span {
	width:164px;
	height:109px;
	display:block;
	margin-bottom:5px;
	background:no-repeat center center;
}


ul.thumblist_s li .link {
	height:33px;
}

ul.thumblist_s li .link a {
	display:block;
	float:left;
	margin-top:5px;
}

ul.thumblist_s li .link a.left {
	margin-right:6px;
}

.date {
	color:#333;
}

.facebook_plugin {
	margin-bottom:15px;	
}


/*--------------------------------*/

.about .movie {
	margin-bottom:20px;
	text-align:center;
	padding:0;
}

.about p {
	color:#333;
	margin-bottom:1em;
}

.about .btns {
	text-align:center;
	padding-top:30px;
}

.about .btns img {
	margin:0 10px;
}

/*--------------------------------*/

.download {}

.download p {
	margin-bottom:1em;
	color:#333;
}

.download .btn_rule {
	float:right;
}




.download #rule {
	color:#333;
	display:none;
	background-image:url(../images/overlay_frame.png);
	width:500px;
	padding:35px;
	font-size:11px;
}

.download #rule .close {
	background-image:url(../images/overlay_close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.download #rule .inner {
	overflow:auto;
	height:450px;
}

.download #rule h2 {
	margin:0 0 0 0;
	padding:0;
	background:none;
	font-size:14px;
}

.download #rule h3 {
	margin:0 0 5px 0;
	padding:0;
	background:none;
	border:none;
	font-size:13px;
}

* html .download .btn_rule {
	display:none;
}

* html .download #rule {
	background-image:none !important;
	background-color:#FFFFFF;
	display:block;
	width:auto;
	border:1px solid #aaa;
	padding:25px 35px 35px 35px;
	margin-top:30px;
}

* html .download #rule .close {
	display:none;
}

* html .download #rule .inner {
	width:auto;
	height:auto;
}

.download .image {
	float:left;
	width:350px;
	overflow:hidden;
}

.download .text {
	float:left;
	width:345px;
	overflow:hidden;
}

.download .image ul {

}

.download .image ul li {
	list-style:none;
	float:left;
	margin-right:10px;
	margin-top:10px;
}

.download h4 {
	margin:0 0 10px 0;
	line-height:1.5em;
}



.download table {
	border-top:1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
	width:100%;
	margin:0 0 10px 0;
}

.download table th {
	border-bottom:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	background:#E5E5E5;
	color:#000;
	padding:7px 10px;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}

.download table td {
	border-bottom:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	color:#333;
	padding:7px 10px;
}


/*--------------------------------*/

.link table {}

.link th {
	width:240px;
	padding-bottom:10px;
	text-align:left;
}

.link td {
	width:455px;
	padding-bottom:10px;
}

/*--------------------------------*/

.contact p {
	margin-bottom:20px;
}

.contact table {
	border-top:1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
	width:695px;
}

.contact table th {
	border-bottom:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	background:#E4F1F9;
	color:#333;
	padding:10px 15px;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
}

.contact table td {
	border-bottom:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	color:#333;
	padding:10px 15px;
}

.contact table td.double {
	padding:30px;
	text-align:center;
	background:#E8E8E8;
}

/*--------------------------------*/

.interview {}

.interview ul.thumblist_l {
}

.interview ul.thumblist_l li {
	text-align:center;
}

.interview ul.thumblist_l li h4 {
	background:#ff9900;
	margin-bottom:10px;
	padding:5px;
	color:#fff;
}

.interview .section {
	padding-bottom:20px;
	clear:both;
}

.interview .leftcolumn h3 {
	border:none;
	font-size:17px;
	clear:both;
}

.interview h3.name {
		border-bottom:1px solid #0075BF;

}

.interview .fr {
	float:right;
}

.interview .fl {
	float:left;
}

.interview .artist {
	clear:both;
	border:1px solid #cccccc;
	padding:20px; 
}

.interview .artist .fl {
	float:left;
	margin-right:20px;

}

.interview .artist h4 {
	font-size:14px;
	margin-bottom:5px;
}

.interview .artist ul li {
	float:left;
	margin:0 1px 0 0;
	list-style:none;
	line-height:1.3em;
	color:#333;
}


.interview p {
	color:#333;
	margin-bottom:1em;
}

.interview .small {
	font-size:10px;
}


.interview dl {
	line-height:1.7em;
	color:#333;
}

.interview dt {
	line-height:1.7em;
}

.interview dd {
	margin:-1.7em 0 1em 4em;
	line-height:1.7em;
}

.interview .index_title {
	float:left;
	position:relative;
	-webkit-text-shadow: 0 0 5px #000; 
	-moz-text-shadow: 0 0 5px #000; 
	text-shadow: 0 0 5px #000; 
}

.interview .index_title h4 {
	position:absolute;
	top:25px;
	left:25px;
	font-size:30px;
	color:#fff;
	line-height:1em;
	margin:0;
	padding:0;
}

.interview .index_title h4 span {
	font-size:12px;
}

.interview .index_title p.name {
	position:absolute;
	bottom:25px;
	left:25px;
	color:#fff;
	font-size:30px;
	line-height:1em;
	margin:0;
	padding:0;
}

.interview .index_title p span {
	font-size:12px;
}

.interview .local_title {
	float:left;
	position:relative;
	margin-bottom:20px;
	-webkit-text-shadow: 0 0 5px #000; 
	-moz-text-shadow: 0 0 5px #000; 
	text-shadow: 0 0 5px #000; 
}

.interview .local_title h4 {
	position:absolute;
	top:25px;
	left:25px;
	font-size:30px;
	color:#fff;
	line-height:1em;
	margin:0;
	padding:0;
}

.interview .local_title h4 span {
	font-size:12px;
}

.interview .local_title div.name {
	position:absolute;
	bottom:25px;
	left:25px;
	color:#fff;
	font-size:30px;
	line-height:1em;
	margin:0 25px 0 0;
	padding:0;
}

.interview .local_title div.name p {
	font-size:12px;
	line-height:1.6em;
	padding:0;
	margin:0;
	color:#fff;
}

.interview .btns {
	float:right;
	width:227px;
}

.interview .btns .m_btn {
	cursor:pointer;
}


.interview .btns p {
	text-align:center;
	margin:0 0 5px 0;
}


/*--------------------------------*/

.support {}


.support p {color:#333;}

.support h3 {
	font-size:14px;
}

.support h3 span {
	font-size:12px;
	float:right;
	font-weight:normal;
}


.support h4 {
	margin-bottom:10px;
}

.support h4.bt {
	padding-top:20px;
	border-top:1px dotted #aaa;
}

.support dl.accordion {
	padding:0 10px 10px 10px;
}

.support dl.accordion dt {
	padding-bottom:8px;
	text-indent:-1.5em;
	padding-left:1.5em;
}

.support dl.accordion dd {
	color:#333;
	padding-bottom:25px;
}

.support dl.accordion dd p {
	padding-bottom:10px;
}

.support dl.accordion dd ul,
.support dl.accordion dd ol {
	padding-bottom:10px;
}

.support dl.accordion dd ul li {
	list-style:disc;
	margin-left:20px;
}

.support dl.accordion dd ol li {
	list-style:decimal;
	margin-left:30px;
}
.support p.link {
	float:right;
	height:38px;
}

.support .btn_rule {
	float:right;
}

* html .support .btn_rule {
	display:none;
}


.support #rule {
	color:#333;
	display:none;
	background-image:url(../images/overlay_frame.png);
	width:500px;
	padding:35px;
	font-size:11px;
}

* html .support #rule {
	background-image:none !important;
	background-color:#FFFFFF;
	display:block;
	width:auto;
	border:1px solid #aaa;
	padding:5px 35px 35px 35px;
	margin-top:30px;
}

.support #rule .close {
	background-image:url(../images/overlay_close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

* html .support #rule .close {
	display:none;
}

.support #rule .inner {
	overflow:auto;
	height:450px;
}

* html .support #rule .inner {
	width:auto;
	height:auto;
}

.support #rule h2 {
	margin:0 0 0 0;
	padding:0;
	background:none;
	font-size:14px;
}

.support #rule h3 {
	margin:0 0 5px 0;
	padding:0;
	background:none;
	border:none;
	font-size:13px;
}



.support .tabwrap {
	position:relative;
}

.support ul.tabs {
	position:absolute;
	right:0;
	top:10px;
}

.support ul.tabs li {
	float:left;
	list-style:none;
	margin-right:2px;
}

.support ul.tabs li a {
	display:block;
	padding:3px 20px;
	border:1px solid #0066CC;
	background:#FAFDFF;
	height:22px;
}

* html .support ul.tabs li a {
	display:inline-block;
	height:30px;
}

.support ul.tabs li a.current {
	color:#f00;
	border:1px solid #FF9900;
	border-bottom:none;
	background:#fff;
	height:30px;
}

* html .support ul.tabs li a.current {
	height:37px;
}




/*--------------------------------*/

.store {}

.store p {color:#333;}

.store h3 {
	font-size:18px;
}

.store h3 span {
	font-size:12px;
	float:right;
	font-weight:normal;
}

.store table {
	border-top:1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
	width:695px;
	margin-bottom:40px;
}

.store table th {
	border-bottom:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	padding:15px 0;
	text-align:center;
	width:270px;
}

.store table td {
	border-bottom:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	color:#333;
	padding:15px;
	text-align:right;
}

.store table td h4 {
	margin-bottom:20px;
	text-align:left;
	color:#0075BF;
}

.store table td p {
	margin-bottom:20px;
	text-align:left;
}

.store .pagetop {
	text-align:right;
	margin:-35px 0 30px 0;
	
}


