@charset "shift-jis";

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

level2.css

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

#contents{padding-top: 60px;}
#leftpane{padding-top: 60px;}
#rightpane{margin-top: -50px;}



.color01{ color:#5c0976 !important;}
.color02{ color:#ec0000 !important;}
/*--------------------------------------------------------------------
logo
--------------------------------------------------------------------*/
h1{
	background: url(../img/masaaki_lv2.gif) no-repeat left;
}
h1 a{
	display: block;
	z-index: 50;
	width: 138px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}

/*--------------------------------------------------------------------
box
--------------------------------------------------------------------*/
.box{
	zoom: 1;
	margin-top: 55px;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box strong{
	font-weight: normal;
	color: #ec0000;
}
.box h3{margin-bottom: 17px;}
.box h4{
	font-size: 18px;
	color: #797979;
	margin-bottom: 17px;
}
.box h4 strong{
	font-weight:bold;
}
.box ul li{
	display: block;
	line-height: 1.5;
	background: url(../img/icon.gif) no-repeat 5px 5px;
	padding-left: 18px;
	margin-top: 10px;
}


/*--------------------------------------------------------------------
table
--------------------------------------------------------------------*/
.table1{
	width: 510px;
	border-top: solid 1px #e6e6e6;
	margin-top: 20px;
}
.table1 th,
.table1 td{
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #e6e6e6;
	padding-top: 5px;
	padding-bottom: 4px;
}
.table1 th{
	width: 130px;
	color: #ec0000;
}
.table1 th span{
	font-weight: bold;
	color: #53086a;
}
.table1 td{padding-left: 15px;}
.stick{height: 500px;}

/* btn */
.btnt{margin: 20px 0 0 0;}
.btnt td{
	padding-right: 35px;
}


/*--------------------------------------------------------------------
profile
--------------------------------------------------------------------*/
/*#name span{
	display: block;
	float: left;
	width: 150px;
}
#name div{
	width: 335px;
	float: right;
}*/

#name ul {
	margin-left:10px;
	zoom:1;
}
#name ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#name ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	margin-right:10px;
	margin-bottom:10px;
	list-style:none;
}

#name table{
	/*width: 335px;*/
	clear:both;
	margin-top:15px;
	margin-left:10px;
	margin-bottom: 10px;
}
#name table th,
#name table td{
	text-align: left;
	vertical-align: top;
	padding: 0 0 15px;
}
#name table th{
	width: 85px;
}
#name p{
	margin-bottom: 20px;
	padding-left:10px;
}


/*--------------------------------------------------------------------
works
--------------------------------------------------------------------*/
#leftpane ul#wnavi{
	height: 385px;
	background: url(../../works/img/navi.gif);
}
#leftpane ul#wnavi a{}

#leftpane ul#wnavi li#works{margin-bottom: 30px;}
#leftpane ul#wnavi li#dorama,
#leftpane ul#wnavi li#variety,
#leftpane ul#wnavi li#cinema,
#leftpane ul#wnavi li#stage,
#leftpane ul#wnavi li#cm{margin: 0 0 19px 11px;}
#leftpane ul#wnavi li#others{margin: 0 0 28px 11px;}

#leftpane ul#wnavi li#dorama a{
	width: 55px;
	background-position: 0 0px;
}
#leftpane ul#wnavi li#variety a{
	width: 52px;
	background-position: 0 -30px;
}
#leftpane ul#wnavi li#cinema a{
	width: 54px;
	background-position: 0 -60px;
}
#leftpane ul#wnavi li#stage a{
	width: 42px;
	background-position: 0 -90px;
}
#leftpane ul#wnavi li#cm a{
	width: 22px;
	background-position: 0 -120px;
}
#leftpane ul#wnavi li#others a{
	width: 48px;
	background-position: 0 -150px;
}

#leftpane ul#wnavi li#dorama a:hover,
#leftpane ul#wnavi li#variety a:hover,
#leftpane ul#wnavi li#cinema a:hover,
#leftpane ul#wnavi li#stage a:hover,
#leftpane ul#wnavi li#cm a:hover,
#leftpane ul#wnavi li#others a:hover{background-image: url(../../works/img/navi_hover.gif);}


/*wtable
----------------------------------------------------------------*/
.wtable{
	width: 510px;
	background: #ebebeb;
}
.wtable th,
.wtable td{
	text-align: left;
	font-size: 10px;
	background: #fff;
	padding: 5px 3px;
}
.wtable th{background: #f5f5f5;}
.wtable td strong{font-size: 12px;}
.wtable td a{
	font-size: 12px;
	font-weight: bold;
}


/*--------------------------------------------------------------------
contact
--------------------------------------------------------------------*/
#pro{
	border: solid 1px #e0e0e0;
	padding: 15px;
}
#pro h4{
	font-size: 14px;
	margin-bottom: 8px;
}
.kome{
	font-weight: bold;
	color: #53086a;
}
.mt55{margin-top: 55px;}



