/* @override 
	http://sizzle-ohtaka.com/css/base.css?1234
*/

@charset "UTF-8";


/* @group initial */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
}

img {
	border: 0;
}

/* @end */

/* @group link */

a:link {
	border-style: none;
	color: #65513c;
	text-decoration: none;
}

a:visited {
	color: #3636c2;
	text-decoration: none;
}

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

a:active {
	text-decoration: underline;
}



/* @end */

body {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	bGackground: #f8f8f0;
}

/* @group stracture */

body#toppage #contentsArea {
	background: url(../common/bg_top.gif) no-repeat;
	height: 670px;
	width: 1000px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
}

body#liveinfo #contentsArea {
	background: url(../common/bg_liveinfo.gif) no-repeat center top;
}

body#profile #contentsArea , body#profile_e #contentsArea { 
	background: url(../common/bg_biography.gif) no-repeat center top;
}

body#works #contentsArea {
	background: url(../common/bg_discography.gif) no-repeat center top;
}

body#works.single #contentsArea {
	background: url(../common/bg_discography.gif) no-repeat center top;
}

body#blog #contentsArea {
	background: url(../common/bg_blog.gif) no-repeat center top;
}

body#mediaclip #contentsArea {
	background: url(../common/bg_clipping.gif) no-repeat center top;
}

body#photo #contentsArea {
	background: url(../common/bg_photo.gif) no-repeat center top;
}



/* @end */

#wrapper {
	width: 100%;
	overflow: auto;
	height: 95%; 
	text-align: center;
	background: #e8e6cc url(../common/bg.gif) repeat-x 0 bottom;
}

#toppageslide #wrapper {
	height: 95%; 
	background: none;
}

#wrapper2 { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 49px;
	text-align: center;
	overflow: hidden;
	background-image: url(../common/bg_menu.gif);
}

@media screen and (max-device-width: 480px) {
	body {
		overflow: scroll;
		height: 100vh;
	}
	
	body #wrapper {
		margin-top: 49px;
		height: auto;
		overflow: auto;
	}

	body #wrapper2 {
		position: fixed;
		left: 0;
		top: 0;
	}
	body div.entry p.audioplayer_container {
		display: none;
	}
	body .noiphone{
		display: none;
	}
	
	body #cay{
		top: 50px;
	}
}

#contentsArea {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 250px;
	overflow: hidden;
}

#footspacer {
	height: 50px;
}

/* @group contact */
#contact #contentsArea {
	background: url(../common/bg_contact.png) no-repeat;
}

#contact #contentsArea h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

#contact #contentsArea p{
	font-size: 14px;
	margin-bottom: 16px;
}

#contact #contentsArea h4{
	font-size: 16px;
	font-weight: bold;
	margin: 22px 0 5px 0;
}

#contact #contentsArea p#personaldata{
	font-size: 12px;
	border-top: 1px #888 dotted;
	padding-top: 4px;
	margin-top: 38px;
	margin-bottom: 16px;
}

#contact #contentsArea input#address{
	width: 80%;
}

#contact #contentsArea input.wpcf7-submit{
	width: 160px;
	height: 30px;
	font-size: 20px;
}
/* @end */

/* @group mainmenu */


body.jp .menu-e{
	display:none;
}

body.en .menu-j{
	display:none;
}

div#header{
	margin: 0 auto 0 auto;
	width: 1000px;
	overflow: hidden;
}

div#hGeader ul{
	margin: 0 auto 0 auto;
	width: 1000px;
}

#header li{
	float:left;
	list-style-type: none;
}

#header li a{
	display:block;
	width: 90px;
	height: 50px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../common/bg_mainmenu_j.gif) no-repeat left top;
}

.en #header li a{
	background: url(../common/bg_mainmenu_e.gif) no-repeat left top;
}

#header li.m1 a{
	width:260px;
}


#header li.m9{
	width:110px;
	display:block;
	height: 50px;
	text-indent: 0px;
	overflow:hidden;
	background: url(../common/bg_mainmenu_j.gif) no-repeat left top;
}

.en #header li.m9{
	background: url(../common/bg_mainmenu_e.gif) no-repeat left top;
}


#header li.m9 li{
	float: none;
	padding: 0;
	margin: 0;
}

#header li.m9 ul.qtrans_language_chooser {
	margin-top: 9px;
	margin-left: 17px;
}

#header li.m9 ul.qtrans_language_chooser {
	/margin-top: 4px;
	/margin-left: 10px;
}

#header li.m9 ul.qtrans_language_chooser li a{
	display: block;
	width: 70px;
	height: 18px;
	text-indent:0px;
	font-size: 10px;
	line-height: 1em;
	background: none;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#header li.m9 li a span{
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1em;
}

#header li.m9 li a:hover span{
	color: #bf540e;
}

#header li.m1 a{background-position:0 0;}
	#header li.m1 a:hover{background-position:0 -49px;}
#header li.m2 a{background-position:-260px 0;}
	#header li.m2 a:hover{background-position:-260px -49px;}
#header li.m3 a{background-position:-350px 0;}
	#header li.m3 a:hover{background-position:-350px -49px;}
#header li.m4 a{background-position:-440px 0;}
	#header li.m4 a:hover{background-position:-440px -49px;}
#header li.m5 a{background-position:-530px 0;}
	#header li.m5 a:hover{background-position:-530px -49px;}
#header li.m6 a{background-position:-620px 0;}
	#header li.m6 a:hover{background-position:-620px -49px;}
#header li.m7 a{background-position:-710px 0;}
	#header li.m7 a:hover{background-position:-710px -49px;}
#header li.m8 a{background-position:-800px 0;}
	#header li.m8 a:hover{background-position:-800px -49px;}

#wrapper2 #header li.m9{background-position:-890px 0;}

#liveinfo #header li.m2 a{background-position:-260px -49px;}
#profile #header li.m3 a{background-position:-350px -49px;}
#works #header li.m4 a{background-position:-440px -49px;}
#blog #header li.m5 a{background-position:-530px -49px;}
#mediaclip #header li.m6 a{background-position:-620px -49px;}
#photo #header li.m7 a{background-position:-710px -49px;}




/* @end */

/* @group sidemenu */

/* ブログページ */
#wrapper #contentsArea .rightcolumn form h4{
	margin: 0px;
}

#wrapper #contentsArea .rightcolumn form {
	margin-bottom: 50px;
}

#wrapper #contentsArea .rightcolumn form#searchform input{
	margin: 0px 0px 10px 5px;
	padding-bottom: 5px;
	display: inline;
	float: left;
}

#wrapper #contentsArea .rightcolumn form#searchform input#s{
	margin: 10px 4px 0px 0px;
	padding-bottom: 0px;
	height: 20px;
}

#wrapper #contentsArea .rightcolumn{
	font-size: 11px;
	line-height: 1.6em;
}

#wrapper #contentsArea .rightcolumn ul{
	margin-bottom: 30px;
}

#wrapper #contentsArea .rightcolumn li{
	list-style-type: none;
	margin: 2px 0px 8px 0;
	border-top: 1px dotted #b3b3b3;
	padding-top: 2px;
}

#wrapper #contentsArea .rightcolumn li a{
	
}

#wrapper #contentsArea .rightcolumn ul#recentEntry li a{
	display: block;
}

#wrapper #contentsArea .rightcolumn #meta{
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	list-style-type: none;
}

#wrapper #contentsArea .rightcolumn #meta{
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	list-style-type: none;
}

#wrapper #contentsArea .rightcolumn #meta li{
	border: none;
}

.rightcolumn h4{
	font-weight: bold;
	margin: 35px 0 3px 0px;
	padding: 0px 0 0px 0px;
	font-size: 14px;
	line-height: 1.2em;
	color: #2f450d;
}



/* @end */

/* @group liveinfo */
#liveinfo #contentsArea{ 
	width: 900px;
	overflow: hidden;
	clear: both;
}

#liveinfo .firstcolumn {
	width: 640px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.8em;
}

#liveinfo .secondcolumn {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4em;
}

#liveinfo .secondcolumn .textwidget {
	font-size: 10px;
}

#liveinfo #mainStart {
	float: right;
	margin: 0px 15px 0px 0px;
	display: inline;
}

#liveinfo .firstcolumn .entry, #liveinfo .firstcolumn p{
	margin: 0px 0px 40px 2px;
	font-size: 14px;
	line-height: 2em;
}

#liveinfo.list .firstcolumn h2{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0px;
	padding-left: 4px;
	border-left: 6px solid #aaa;
}

#liveinfo.list .firstcolumn h2 a{
	color: #65513c;
}

#liveinfo.list .firstcolumn h2 a:hover{
	color: #f86e6e;
}

#liveinfo.single .firstcolumn h2{
	margin-bottom: 20px;
	padding-left: 4px;
	font-size: 22px;
	font-weight: bold;
	color: #65513c;
	line-height: 1.2em;
	letter-spacing: 0px;
	border-left: 6px solid #aaa;
}

#liveinfo.list .firstcolumn .comment p{
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 4px;
	margin-left: 10px;
}

#liveinfo.list .post {
	padding: 6px 10px 10px 0px;
	margin-bottom: 20px;
	background-color: #f8f8f0;
}

#liveinfo.list .post-4303, #liveinfo.list .post-4680, #liveinfo.list .post-5109,
#liveinfo.list .post-5153, #liveinfo.list .post-5168, #liveinfo.list .post-5226,
#liveinfo.list .post-5234, #liveinfo.list .post-5240, #liveinfo.list .post-5248,
#liveinfo.list .post-5250, #liveinfo.list .post-5549, #liveinfo.list .post-6144,
#liveinfo.list .post-6223, #liveinfo.list .post-6277
{
	background-color: #f2dada;
}

#liveinfo.single .post {
	padding: 6px 10px 40px 0px;
	margin-bottom: 10px;
	background-color: #f8f8f0;
	overflow: hidden;
}

#liveinfo.single .firstcolumn p{
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 18px;
}

#liveinfo.single .firstcolumn ul.liveinfo{
	margin: 0 0 15px 10px;
        list-style: none;
}

#liveinfo.single .firstcolumn li.title{
        font-size: 14px;
        line-height: 18px;
}

#liveinfo.single .firstcolumn li.detail{
	margin: 5px 5px 20px 14px;
        font-size: 14px;
        line-height: 18px;
}

#liveinfo.single .firstcolumn span.comment{
	color: #333;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
}

/* @end */

/* @group blog */
#blog #contentsArea{ 
	width: 880px;
	overflow: hidden;
	clear: both;
}

#blog .firstcolumn {
	width: 580px;
	margin: 0px 0 0px 0;
	float: right;
	font-size: 14px;
	line-height: 1.8em;
}

#blog .secondcolumn {
	float: left;
	width: 226px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 1.4em;
}



#blog #mainStart {
	float: right;
	margin: 0px 15px 20px 0px;
}

#blog .firstcolumn .entry{
	margin: 0px 0px 40px 0px;
	font-size: 13px;
	line-height: 1.7em;
}

#blog .firstcolumn p{
	margin: 20px 0px 20px 8px;
	font-size: 13px;
	line-height: 1.7em;
}

#blog .firstcolumn h2{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 0px;
	padding-left: 4px;
	border-left: 6px solid #aaa;
}



#blog .firstcolumn h2 a{
	color: #65513c;
}

#blog .firstcolumn h2 a:hover{
	color: #f86e6e;
}

#blog .firstcolumn small{
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 40px;
	padding-left: 10px;
	color: #65513c;
	float: none;
	clear: both;
}

#blog.single .firstcolumn h2{
	margin-bottom: 50px;
	padding-left: 4px;
	font-size: 24px;
	font-weight: bold;
	color: #65513c;
	line-height: 1.2em;
	letter-spacing: 0px;
	border-left: 6px solid #aaa;
}

#blog .firstcolumn h3{
	margin: 5px 0 10px 0px;
	padding: 0px 0 0px 6px;
	font-size: 22px;
	line-height: 1.2em;
	color: #7f7f7f;
	letter-spacing: 0px;
	border: none;
}

#blog.list .firstcolumn .datetime, #blog.list .firstcolumn .price{
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 4px;
}

#blog .post {
	padding: 6px 4px 10px 4px;
	margin-bottom: 10px;
	background-color: #f8f8f0;
}

/* @end */

/* @group works */
	
#works #contentsArea{ 
	width: 900px;
	overflow: hidden;
	clear: both;
}

#works.index .firstcolumn {
	margin: 0 20px 0 0px;
	width: 590px;
	padding: 0;
	float: right;
	font-size: 14px;
	line-height: 1.8em;
	dGisplay: inline;
}

#works.index .firstcolumn h2{
	font-size: 18px;
}

#works.index .firstcolumn .comment p{
	font-size: 14px;
}

* html #works.index .firstcolumn {
	margin-right: 10px;
}

#works .secondcolumn {
	float: left;
	width: 230px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	dGisplay: inline;
}

#works .secondcolumn h2.widgettitle{
	font-size: 14px;
}

#works .secondcolumn li{
	list-style-type: none;
}

#works #part1 {
	float: Gleft;
	width: 200px;
}

#works #part2 {
	fGloat: right;
	width: 350px;
	position: absolute;
	top: 0px;
	left: 230px;
}

#works.single .firstcolumn {
	margin: 0 0 0 0px;
	width: 610px;
	padding: 0;
	float: right;
}

#works.single .datablock{
	position: relative;
}

#Gworks.index .post{
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

#works.single #post-87{
	height: 1500px;
}

#works.single #post-87 table.songs{
	margin-bottom: 30px;
}

#works.index .mediabox {
	width: 610px;
	margin-bottom: 50px;
	float: left;
	oGverflow: hidden;
}

#works.index .jacketbox {
	float: left;
	margin-right: 8px;
	wGidth: 200px;
	hGeight: 100px;
	oGverflow: hidden;
}

#works.index .jacketbox img{
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

#works.index .jacketbox a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

#works.index h2 {
	margin-top: 2px;
	font-size: 15px;
}

#works.index .ReleaseDate {
	font-size: 11px;
	color: #666;
	margin-bottom: 6px;
}

#works.index p {
	wGidth: 340px;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding-left: 110px;
}



#works.single img#jacket {
	margin-bottom: 20px;
}

#works.single h2 {
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #65513c;
	line-height: 1.2em;
	letter-spacing: 0px;
}

#works.single .shop{
	font-size: 11px;
	margin: 0px 0 15px 0;
	padding: 4px 0 0 10px;
	width: 140px;
	height: 21px;
	background: url(../common/amazon_link.gif) no-repeat;
}

#works.single .shopMeta {
	font-size: 11px;
	margin: 0px 0 3px 0;
	padding: 4px 0 0 10px;
	width: 140px;
	height: 21px;
	background: url(../common/amazon_link.gif) no-repeat;
}


#works.single #part1 table {
	width: 200px;
}

#works.single #part1 table th{
	width: 80px;
}

#works.single #part2 table td.num{
	width: 40px;
	max-width: 40px;
}

#works.single #part2 table.songs {
	width: 350px;
}

/* @group Works Table */

#works table.data {
	vertical-align: text-top;
}

#works table.data th{
	color: #333;
	padding: 3px 6px 6px 2px;
	font-size: 11px;
	line-height: 1.2em;
	vertical-align: text-top;
	border-top: 1px solid #888;
	font-weight: bold;
	text-align: left;
}

#works table.data td{
	color: #333;
	padding: 3px 6px 6px 2px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: text-top;
	border-top: 1px solid #999;
}


#works table.songs {
	vertical-align: top;
}

#works table.songs th{
	color: #333;
	padding: 3px 6px 6px 2px;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: top;
	border-top: 1px solid #888;
	font-weight: bold;
	text-align: left;
}

#works table.songs td{
	color: #333;
	padding: 3px 6px 6px 2px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #999;
}

#works table.songs td.sound {
	height: 30px;
	overflow: hidden;
	vertical-align: text-top;
}

#works table.songs td.sound p.audioplayer_container{
	padding: 0;
	margin: 0;
	height: 24px;
	float: right;
	vertical-align: bottom;
}

/* @end */
#Gworks #header{
	height: 100px;
}

/* @end */

/* @group photo */

body#photo #contentsArea {
	padding-top: 250px;
}

.mediablock {
	width: 200px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 18px;
	float: left;
	overflow: hidden;
}

#photo .pagecolumn br {
	display: none;
}

#photo .pagecolumn a {
	display: block;
	margin-right: 10px;
	margin-bottom: 38px;
	float: left;
	overflow: hidden;
	text-align: center;
	vertical-align: 50%;
}

#photo .pagecolumn a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}


/* 写真のみ左右位置 */

.photoR{
	float: right;
	margin: 0 0 15px 15px;
}

.photoL{
	float: left;
	margin: 0 15px 15px 0;
}

.photoLM{
	float: left;
	margin: 0 10px 10px 8px;
}


.photo{
	margin: 5px 0 10px 0;
}


/* キャプション付き左右位置 */

.captionL{
	float: left;
	margin: 0 8px 10px 8px;
	padding-top: 6px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}

.captionLF{
	float: left;
	margin: 0 8px 10px 0px;
	padding-top: 6px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}

.captionLFF{
	float: left;
	margin: 0 0px 10px 0px;
	padding-top: 6px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}


.captionR{
	float: right;
	margin: 0 8px 10px 8px;
	padding-top: 6px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}

.captionRF{
	float: right;
	margin: 0 0px 10px 8px;
	padding-top: 6px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}

.captionRFF{
	float: right;
	margin: 0 0px 10px 0px;
	padding-top: 6px;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}
/* @end */

/* @group ikor */
#ikor #contentsArea {
	padding-top: 0px;
	width: 980px;
}

#ikor #ikortop{
	background-image: url(../images/ikor_top4.jpg);
	width: 980px;
	height: 488px;
	overflow: hidden;
}

#ikor a#reservebtn{
	display: block;
	margin: 380px 0 0 380px;	
}

#ikor .kanto{
	margin: 25px 0 45px 10px;
}

#ikor #dataside{
	width: 600px;
	float: left;
	margin: 0 0 30px 10px;
}

#ikor #dataside h2{
	font-family: "AGaramondPro-Regular","HiraMinProN-W3","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
	margin: 0px 0 0 0;
	font-size: 20px;
}

#ikor #songstaff{

}

#ikor #songstaff .title td{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	padding: 20px 0 1px 0;
	color: #000;
	border-bottom: 1px #aaa solid;
	}

#ikor #songstaff th,
#ikor #songstaff td{
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	color: #555;
	padding: 1px 0 1px 15px;
	font-weight: normal;
}

#ikor #songstaff .creater.end td{
	padding-bottom: 10px;
}

#ikor #songstaff .player{
	
}

#ikor #wasabi{
	margin: 0px 20px 0 0;
	display: inline;
	width: 280px;
	float: right;
	border: 1px solid #aaa;
	padding-bottom: 30px;
}

#ikor #wasabi h3{
	font-family: "AGaramondPro-Regular","HiraMinProN-W3","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
	margin: 10px 0px 30px 18px;
	font-size: 17px;
	line-height: 1.4em;
}

#ikor #wasabi h3 .sub{
	font-family: "AGaramondPro-Regular","HiraMinProN-W3","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#ikor #wasabi p{
	margin: 10px 25px 20px 25px;
	font-size: 13px;
	line-height: 1.8em;
}

#ikor #livetour{
	width: 260px;
	float: right;
	font-size: 12px;
	margin: 50px 20px 0 15px;
	background-color: #e8e6cc;
	padding: 14px 10px 24px 10px;
	color: #514c2c;
}

#ikor .detail{
	font-size: 10px;
}
#ikor #schejule{
	margin: 10px 0 0 20px;
}

#ikor #schejule li{
	padding: 2px;
}

/* @end */

/* @group flyingzoo */

#flyingzoo #contentsArea {
	padding-top: 0px;
	width: 980px;
	background-image: url(../images/top_zoo_bg2.jpg);
	overflow: hidden;
	height: 850px;
}

#flyingzoo #topEntry{
	float: left;
	padding: 22px 0 30px 12px;
	width: 536px;
}

#flyingzoo #sizzle{
	float: right;
	padding: 0px 0 30px 10px ;
	width: 310px;
}

/* @end */

/* @group Profile-Mediaclip-Photo */
body#profile #contentsArea  { 
	text-align: center;
}

#profile .pagecolumn p, #mediaclip .pagecolumn p, #photo .pagecolumn p {
	wGidth: 620px;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 40px;
}

#profile .pagecolumn h3, #mediaclip .pagecolumn h3, #photo .pagecolumn h3 {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #65513c;
}

ul.proflist {
	margin-bottom: 50px;
}

ul.proflist li{
	wGidth: 570px;
	margin-left: 16px;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-type: none;
}

#mediaclip .pagecolumn a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

#mediaclip #contentsArea {
	padding-top: 80px;
	width: 980px;
}

/* @end */

/* @group widget */

div#sidebar h2.widgettitle {
	padding: 0px 0 4px 0;
	margin-bottom: 1px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	list-style-type: none;
}

div#sidebar li.widget_search h2.widgettitle {
	border-bottom-style: none;
	list-style-type: none;
}

div#sidebar ul li.widget_search {
	margin: 0 0 20px 0;	
}

div#sidebar ul li.widget_search input#s{
	margin-right: 2px;
	width: 120px;	
}


div#sidebar ul li.widget_search label.hidden {
	display: none;
}

div#sidebar ul li ul {
	margin: 0 0 20px 0;
	list-style-type: none;
}



div#sidebar ul li ul li a {
	display: block;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #888;
}


div#sidebar ul li.cat-item-57 ul.children, div#sidebar ul li.cat-item-58 ul.children,
div#sidebar ul li.cat-item-59 ul.children, div#sidebar ul li.cat-item-60 ul.children,
div#sidebar ul li.cat-item-61 ul.children, div#sidebar ul li.cat-item-67 ul.children,
div#sidebar ul li.cat-item-80 ul.children, div#sidebar ul li.cat-item-101 ul.children,
div#sidebar ul li.cat-item-107 ul.children, div#sidebar ul li.cat-item-120 ul.children,
div#sidebar ul li.cat-item-133 ul.children
{
	display: none;
}


#liveinfo div#sidebar ul li a {
	font-weight: bold;
}

#liveinfo div#sidebar ul li ul.children li a {
	padding-left: 16px;
	font-weight: normal;
}

#feas {
	margin-bottom: 40px;
}

div#feas div#feas-form form#feas-searchform {
	margin: 4px 0 6px 0;
	padding: 4px 2px 6px 2px;
	background-color: #f4e0d0;
}

div#feas-form form#feas-searchform input {
	margin: 0px 2px 8px 4px;
}

div#feas-form form#feas-searchform h4 {
	display: block;
	margin: 8px 0px 2px 4px;
	padding: 8px 0px 2px 4px;
	font-size: 13px;
	clear: both;
}

form#feas-searchform #submit {
	margin: 8px 0px 6px 0px;
}




/* @end */





/* toPageTop */

div.toPageTop{
	clear: both;
	width: 95%;
	text-align: right;
	margin: 10px 10px 20px 0;
	font-size: 11px;
}

#btnToPageTop{
	float: right;
	margin: 10px 10px 0 0;
}


/* アクセシビリティー */

#navSkip {
	display: none;
}

div.entry p.audioplayer_container {
	float: right;
	margin: 0 0 6px 8px;	
}

/* @group page navi */

div.wp-pagenavi {
    margin: 15px auto 90px auto;
    color: #555;
    font-size: 12px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi a:link {
    padding: 0.5em 1em;
    margin: 0.25em;
    text-decoration: none;
    border: 1px solid #4545f4;
    color: #4545f4;
}
.wp-pagenavi a:visited {
    border: 1px solid #3636c2;
    color: #3636c2;
}
.wp-pagenavi a:hover {
    text-decoration: underline;
    border: 1px solid #f86e6e;
    color: #f86e6e;
}
.wp-pagenavi a:active {
    border: 1px solid #aaa;
    color: #aaa;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5em 1em;
    margin: 0.25em;
    border: 1px solid #ddd;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

div.navigation {
    margin: 15px 0 90px 0;
    color: #555;
    font-size: 12px;
}

div.navigation .alignleft{
	margin-right: 30px;
	float: left;
}


/* @end */

/* @group toppage */
body.jp #animeMenuE{
	display:none;
}

body.en #animeMenuJ{
	display:none;
}

#toppage #mainStart {
	float: right;
	margin: 270px 30px 50px 0px;
}

#Gtoppage div#wrapper {
	position: relative;
	overflow: hidden;
}

#Gtoppage #contentsArea {
	height: 700px;
}

#toppage div.topMenuProfile {
	width: 250px;
	height: 150px;
	top: 10px;
	left: 607px;
	position: absolute;
}

#toppage div.topMenuLiveinfo {
	left: 180px;
	top: 3px;
	position: absolute;
	width: 170px;
	height: 129px;
}

#toppage div.topMenuBlog {
	left: 81px;
	top: 357px;
	position: absolute;
	width: 220px;
	height: 150px;
}

#toppage div.topMenuContact {
	left: 373px;
	top: 45px;
	position: absolute;
	width: 160px;
	height: 160px;
}

#toppage div.topMenuMediaclip {
	left: 581px;
	top: 177px;
	position: absolute;
	width: 180px;
	height: 180px;
}

#toppage div.topMenuWorks {
	left: 340px;
	top: 206px;
	position: absolute;
	width: 203px;
	height: 145px;
}

#toppage div.topMenuPromo {
	left: 329px;
	top: 438px;
	position: absolute;
	width: 170px;
	height: 170px;
}

#toppage div.youtube {
	left: 20px;
	top: 600px;
	position: absolute;
	width: 134px;
	height: 30px;
	z-index: 3;
}

#toppage div.sizzlinshop {
	left: 210px;
	top: 570px;
	position: absolute;
	width: 107px;
	height: 80px;
	z-index: 3;
}

#toppage div.office {
	left: 0px;
	top: 20px;
	position: absolute;
	width: 330px;
	height: 35px;
	font-size: 13px;
	font-weight: normal;
	z-index: 5;
}

#toppage div.office a{
	font-color: #ff0000;
	text-decoration: underline;
}

#toppage div.office span.detail{
	font-size: 11px;
	font-weight: normal;
}

#toppage div.newcd {
	left: 20px;
	top: 400px;
	position: absolute;
	width: 150px;
	height: 190px;
	font-size: 12px;
	font-weight: bold;
	z-index: 7;
}

#toppage div#topEntry {
	left: 18px;
	top: 10px;
	position: absolute;
	width: 210px;
	font-size: 12px;
	line-height: 1.4;
}

#toppageslide div#topEntry h2,
#toppage div#topEntry h2{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
}


#toppage div#topLanguage {
	left: 18px;
	top: 580px;
	position: absolute;
	width: 180px;
	font-size: 15px;
}

#toppage #footmenu{ 
	height: 50px;
	margin-left: 270px;
	margin-top: 60px;
	background: none;
	clear: both;
	overflow:hidden;
}

#Gtoppageslide div#topEntry{
	left: 18px;
	top: 10px;
	position: absolute;
	width: 180px;
	font-size: 11px;
}

a:hover img.rollbtn,
#toppageslide a:hover img.rollbtn,
#toppage #topEntry a:hover img.rollbtn {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

#toppage #topEntry .mBottom {
	margin-bottom: 4px;
}

/* @end */

/* @group blog */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* @end */