@charset "UTF-8";


/* BROWSER DEFAULT INITIALIZATION
----------------------------------------------------
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p {
	margin-bottom: 0em;
}

/* BASIC LAYOUT
----------------------------------------------------
---------------------------------------------------- */
table {
	line-height:1.5;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #C9D2E0;
	background-image: url(images/bg-body.gif);
	background-repeat: no-repeat;
	background-position: 880px 0px;
}
body, table, th, td, p, li {
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	line-height:1.8;
	letter-spacing:0.1em;
	color: #C9D2E0;
}
#container {
	margin: 0;
	padding: 0;
	width: 880px;
}
#header #logo {
	padding: 0 10px;
	width: 860px;
	height: 96px;
}

#header ul#nav {
	margin: 0;
	padding: 0;
	width: 880px;
	height: 60px;
}

#content {
	margin: 0;
	padding: 0 40px;
	width: 800px;
	background: url(images/bg-content.gif) no-repeat top left;
}

#maincol {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
}
#subcol {
	float: right;
	margin: 0;
	padding: 0;
	width: 240px;
}

#footer {
	margin: 0;
	height: 130px;
	background: #000 url(images/bg-footer.gif) no-repeat left bottom;
}

div.footer-menu {
	padding: 60px 30px 20px 30px;
}


/* LINK
----------------------------------------------------
---------------------------------------------------- */
a {
	text-decoration: none;
	padding-bottom: 0.1em;
	color: #f00;
	background: url(images/dot-darkred.gif) repeat-x bottom;
}
a:visited {
	color: #900;
	background: url(images/dot-darkred.gif) repeat-x bottom;
}
a:hover {
	color: #C9D2E0;
	background: url(images/dot-gray.gif) repeat-x bottom;
}

/* HEADER
----------------------------------------------------
---------------------------------------------------- */
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 880px;
	height: 330px;
	background: url(images/bg-header.gif) no-repeat left top;
}
 #header #logo img{
	position: absolute;
	top:	33px;
	left: 50px;
	border: none;
} 

#header ul#nav {
	position: absolute;
	top:	270px;
}

#header ul#topnav {
	position: absolute;
	width: 279px;
	top: 0px;
	left: 600px;
	clear: both;
}
#header ul#topnav li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 33px;
}
#header ul#topnav li a {
	display: inline-block;
	padding: 0;
	height: 33px;
	text-decoration: none;
	background: none;
}


/* NAVIGATION
----------------------------------------------------
---------------------------------------------------- */
#header ul#nav li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 60px;
	float: left;
}
#header ul#nav li a {
	display: inline-block;
	padding: 0;
	height: 60px;
	text-decoration: none;
	background: none;
}


/* PGTITLE
---------------------------------------------------- */
#pgtitle {
	clear:both;
	display: block;
	margin: 0;
	padding: 35px 0px 0px 10px;
	width: 790px;
	height: 95px;
	background: no-repeat;
	background-position: 10px 35px;
}
#home #pgtitle { background-image: url(images/pgtitle-home.gif); }
#profile #pgtitle { background-image: url(images/pgtitle-profile.gif); }
#danceschool #pgtitle { background-image: url(images/pgtitle-danceschool.gif); }
#yumejuya #pgtitle { background-image: url(images/pgtitle-yumejuya.gif); }
#contact #pgtitle { background-image: url(images/pgtitle-contact.gif); }
#dvdinfo #pgtitle { background-image: url(images/pgtitle-dvdinfo.gif); }
#fanletter #pgtitle { background-image: url(images/pgtitle-fanletter.gif); }
#sitemap #pgtitle { background-image: url(images/pgtitle-sitemap.gif); }
#link #pgtitle { background-image: url(images/pgtitle-link.gif); }


/* MAIN CONTENTS
----------------------------------------------------
---------------------------------------------------- */

h1 {
	clear:both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 800px;
	height: 35px;
	background: no-repeat;
	background-image: url(images/h1-bg.gif);
	padding: 4px 0 0 30px;
	margin-bottom: 10px;
}

h2 {
	clear:both;
	margin: 0 0 20px 0;
	padding: 0;
	height: 30px;
	width:760px;
	background: no-repeat;
	background-image: url(images/h2-bg.gif);
	padding: 3px 0 0 30px;
	margin-bottom: 10px;
}

div.block-l-490{
	float: left;
	width:490px;
}

#content p {
	margin-bottom:3em;
}
#content p.nomargin {
	margin-bottom:0;
}

#content ul {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
}
#content ul.nomargin {
	padding-bottom:0;
}

#content ul.bottom {
	padding: 0 0 3em 0;
}

#content li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/marker-red.gif) no-repeat 0 0.5em;
}

#content br.marginbottom{
	margin-bottom: 20px;
}

img.img-l {
	display: block;
	float:left;
	margin: 0px 20px 20px 0px;
	padding:8px;
	border:1px solid #300;
	background: url(images/bg-stripe.gif) repeat;
}


/* FOOTER
----------------------------------------------------
---------------------------------------------------- */
#footer {
	text-align: left;
	font-size: 10px;

}

#footer .footnav li {
	color: #633;
	font-size: 10px;
	display: inline;
	border-right: solid 1px #633;
	padding-right: 0.7em;
	margin-left: 0.7em;
}
#footer .footnav li.last {
	border-right:0;
}

/* BOX(L-BLACK)
---------------------------------------------------- */
div.box-l2	{
	width: 800px;
	background: url(images/box-l2-bottom.gif) no-repeat bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.box-l2 .inner {
	background: url(images/box-l2-top.gif) no-repeat;
	padding-top: 20px;
}
div.box-l2 .inner div.inner2 {
	background: url(images/box-l2-middle.gif) repeat-y;
	padding: 0 20px 20px;
}
/* BOX(L-WHITE)
---------------------------------------------------- */
div.box-lw	{
	width: 800px;
	background:url(images/box-lw-bottom.gif) no-repeat bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.box-lw .inner {
	background:url(images/box-lw-top.gif) no-repeat;
	padding-top: 20px;
}
div.box-lw .inner div.inner2 {
	background:url(images/box-lw-middle.gif) repeat-y;
	padding: 0 20px 20px;
}

/* BOX(CONTACT)
---------------------------------------------------- */
div.box-contact	{
	width: 760px;
	background: url(images/box-contact-bottom.gif) no-repeat bottom;
	padding-bottom: 20px;
}
div.box-contact .inner {
	background: url(images/box-contact-top.gif) no-repeat;
	padding-top: 70px;
}
div.box-contact .inner div.inner2 {
	background: url(images/box-contact-middle.gif) repeat-y;
	padding: 0 20px;
}

/* TABLE
---------------------------------------------------- */
table.data {
	border-collapse: collapse;
	border-spacing: 0;
}

table.data th {
	text-align: left;
	white-space: normal;
	font-weight: normal;
	vertical-align: top;
	width: 100px;
	padding: 5px 10px 12px 2px;
	background: url(images/bg_table_th.gif) no-repeat right bottom;
}

table.data td {
	padding: 5px 10px 12px 10px;
	background: url(images/bg_table_td.gif) repeat-x right bottom;
}
table.data td.comment {
	padding: 5px 0px 12px 0px;
}
table.data th.howtolink {
	width: 270px;
	text-align: center;
}

/* FORM
----------------------------------------------------
----------------------------------------------- */
table.contact{
	width:670px;
}
table.contact th {
	width:180px;
}

form.contact {
	margin:0;
	padding:0;
	width: 760px;
	}

form.contact input.text {
	background:#fff;
	color: #333;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	}

form textarea {
	font-size: 12px;
	display: block;
	padding: 10px;
	margin: 10px 10px 10px 0px;
	background: #fff;
	color: #333;
	clear: left;
	width: 95%;
	border: 1px solid #ccc;
	border-color: #aaa #eee #eee #aaa;
	}
form input.items {
	width: 100%;
}

label em {
	font-style: normal;
	}
form.contact label:hover {
	color: #f00;
	cursor: pointer;
	}


/* PROFILE
---------------------------------------------------- */
div.profile-container{
	width: 760px;
	background: url(images/tozawa-profile-goldblack.jpg) 60px 180px no-repeat;
	height: auto;
	padding: 0px;
	margin: 0px;
}


div.profile-right{
	width:500px;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
}

div.profile-right-catch{
	width:470px;
	height:auto;
	padding:35px 30px 0 0 ;
	margin:0px;
}

table.profiledata {
	background:url(images/profile-table-bg.png) no-repeat;
 	border:1px solid #2c2c2c;
	width:470px;
	height:auto;
	padding:0px;
	margin:0px;
	border-spacing: 5px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/images/profile-table-bg.png", sizingMethod="crop");
}

table.profiledata th {
	padding: 5px;
	border-right:1px dotted #ccb;
	border-bottom:1px dotted #ccb;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
table.profiledata td {
	padding: 15px 15px 0 15px;
	border-bottom:1px dotted #ccb;
	text-align: left;
}
table.profiledata th.last {
	border-bottom:0px;
}
table.profiledata td.last {
	border:0px;
}

div.profile-right p {
	padding:0 0 0 40px;
}

div.profile-right p {
	padding:0px;
}

p.annotation {
	line-height:1.3;
	color: #99c;
	margin: 0px;
	padding:0px;
}

.a-mark {
	font-size: 8px;
	color: #99c;
}


/* SITEMAP
---------------------------------------------------- */

div.sitemap-container{
	width:760px;
	background:url(images/tozawa-profile-redw.jpg) 400px 0px no-repeat;
	height:760px;
	padding: 0px;
	margin: 0px;
}

div.sitemap-left{
	background: url(images/sitemap-box.gif) 90px 110px no-repeat;
	width:400px;
	height:750px;
	margin:0;
	padding:0;
}

div.sitemap-left div.sitemap-left-inner {
	margin:0;
	padding:0;
	width:330px;
}

div.sitemap-left div.sitemap-left-inner-inner {
	padding-top:150px;
	padding-left:120px;
}


#sitemap ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(images/sitemap-home.gif) no-repeat 0 6px;
}
#sitemap ul li ul {
	margin:0px;
	padding:0px;
	background: url(images/sitemap-bk.gif) no-repeat 17px 0; 
}
#sitemap ul li ul.category	li	{ background: url(images/sitemap-category.gif) no-repeat 3px -283px; }
#sitemap ul li ul.page		li	{ background: url(images/sitemap-page.gif) no-repeat 1px -283px;}
#sitemap ul li ul		li.nodot{ background-color: #000; }


div.box-inner-container{
	width:710px;
	padding: 10px 20px 30px 20px;
	margin: 0px;
}

div.box-inner-container-works{
	width:710px;
	background: #000 url(images/bg-works.gif) 0px 250px no-repeat;
	padding: 10px 20px 30px 20px;
	margin: 0px;
}

div.box-inner-container-link{
	width:710px;
	padding: 10px 20px 30px 20px;
	margin: 0px;
}

div.box-inner-container-contact{
	padding: 10px 20px 30px 20px;
	margin: 0px;
}

div.box-inner-container-fanletter{
	width:750px;
	height:570px;
	background: #000 url(images/fanletter-bg.jpg) right bottom no-repeat;
	padding: 0px;
	margin: 0px;
}
div.box-inner-container-fanletter-inner{
	width:400px;
	height:470px;
	padding: 30px 20px 20px 20px;
	margin: 0px;
}


/* utf-mail
---------------------------------------------------- */
#utf-container {
	margin: 20px auto;
	padding: 0;
	width: 700px;
	text-align: center;
}
#utf-container table.data{
	width: 100%;
}

body#utf-mail, body#utf-mail form {
	background-image: none;
	background: #000;
} 

#utf-mail div.error {
	color: #f00;
	background: #000;
}




/* CHECK   div { 	border: 1px solid #0f0;}
---------------------------------------------------- */


