@charset "UTF-8";
/*formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;

1
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	letter-spacing:.1em;
	height: 100%;
	background-color: #E8E8E8;
}
hr {
	display: none;
}
p {
	padding-bottom: 1em;
}
iframe {
	font-size: 75%;
}

/*link style
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*basic layout
---------------------------------*/
#wrapper {
	width: 960px;
	height: 100%;
	min-height: 100%;
	position:relative;
	background-image: url(images/back.jpg);
}
body > #wrapper {
        height: auto;
}
#header {
	width: 810px;
	float: right;
}
#title01 {
	float: left;
	width: 150px;
}
#mainRight {
	width: 810px;
	float: right;
	overflow:auto;
}
#main {
	width: 750px;
	left: 0px;
	float: right;
	margin-top: 35px;
	margin-right: 36px;
	margin-left: 25px;
}

#footer {
	background-color: #E8E8E8;
	width: 960px;
	height: 55px;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	display: block;
}
#footer address {
	text-align: right;
	display: block;
	padding-right: 10px;
	padding-top: 15px;
}

ul {
	list-style-type: none;
}

/*title01 style
---------------------------------*/
#title01 {
	float: left;
	height: 100%;
}
#title01 h1 {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#title01 h2 {
	float: left;
}
/*heder style
---------------------------------*/
#header02 {
	width: 750px;
	margin-right: 35px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
}
#headerImage02 {
	float: right;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #header #header02 h1 {
	float: left;
	margin-right: 25px;
}
/*menu02 style
---------------------------------*/
#menu02 {
	width: 750px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/menu02_back.jpg);
	background-repeat: repeat;
	margin-right: 35px;
}
#menu02 h3 {
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 10px;
}

#menu02 a:link {
	color: #FF00FF;
	text-decoration: none;
}
#menu02 a:hover {
	color: #FF00CC;
	text-decoration: underline;
}      
#menu02 ul {
	margin-bottom: 10px;
}

#menu02 li {
	display: block;
	margin-left: 10px;
}
#main h3 {
	float: left;
	width: 750px;
	margin-bottom: 15px;
}
#main .textArea {
	width: 450px;
	float: left;
}
#main .mainBlock {
	width: 750px;
	float: left;
	margin-top: 15px;
}
#main #goToTop {
	width: 750px;
	text-align: right;
	float: left;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
}
#main .mainBlock .photoArea {
	width: 300px;
	float: left;
}

#main .mainBlock .mainPhoto {
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
}
#main .mainBlock .textArea .text {
	float: left;
	width: 450px;
}

#main .mainBlock .textArea h4 {
	font-size: 120%;
	margin-bottom: 5px;
}
#main .mainBlock .textArea dt {
	color: #0099FF;
	font-size: 90%;
}
#main .mainBlock .textArea dd {
	margin-bottom: 6px;
}
#main table {
	border-collapse:collapse;
	width: 450px;
	float: left;
}
#main td.year {
	width: 55px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
}
#main td.month {
	width: 40px;
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main td.tableTxt {
	width: 340px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
}
#wrapper .table02 {
	margin-bottom: 20px;
}

#main td.year02 {
	width: 55px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main td.month02 {
	width: 60px;
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main td.tableTxt02 {
	width: 320px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main .title02 {
	font-size: 170%;
	font-weight: bold;
	padding-bottom: 10px;
}

#menu02 .talentSumArea {
	float: left;
	width: 750px;
	padding-top: 20px;
}
#menu02 .talentSumArea .sum {
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
}
#main .mainBlock h3 {
	margin-top: 25px;
}
/*form style
---------------------------------*/
#contactForm em {
	color: #FF0000;
}
#contactForm th {
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: left;
	width: 45%;
}
#contactForm table {
	padding-top: 2px;
	padding-bottom: 5px;
}
#contactForm input {
	margin-right: 5px;
}
#main .mainBlock .textArea .largeText {
	font-size: 150%;
	font-weight: bold;
}
/*main page style
---------------------------------*/
#main .mainBlock .topText {
	float: left;
	width: 250px;
}
#main .mainBlock .topText2 {
	float: left;
	width: 250px;
	margin-left: 25px;
}
#main .mainBlock .topText2 .schedule-block {
	width: 250px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF80FF;
}

#main .mainBlock .topText3 {
	float: right;
	width: 200px;
	margin-left: 25px;
}
.RightBlock {
	margin-bottom: 20px;
}

/*link style
---------------------------------*/
.mainText #whatsnewIf {
	margin-bottom: 30px;
}
#main  .MovieArea {
	width: 700px;
	float: left;
	display: block;
	margin-bottom: 20px;
}

.info{
	font-size:10px;
	}

.top_title {
	margin-top:15px;
	padding-bottom:5px;
}

#nitiji {
	padding-top:0px;
	margin-left:68px;
}

#nitiji1 {
	padding-bottom:0px;
}

#movie img {
	margin-top:50px;
}

#movie li {
	margin-left:30px;
}

.bold {
	font-weight:bold;
}

.artists {
	background-image:url(images/subtitle_back.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}

.artists span{
	font-size:15px;
	font-weight:bold;
	color:#d6295e;
	margin-right:10px;
}

.artists_left {
	width:450px;
}

.artists_link {
	text-align:right;
	margin-bottom:20px;
}

.artists_photo {
	float: left;
	margin-bottom:30px;
	margin-left: 10px;
	margin-top:20px;
}
