@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	clear: both;
}
body {
	color: #555555;
	background-color: #E5E5E5;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.8;
	margin-top: 10px;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #555555;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 860px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#contents{
	width: 860px;
	display: block;
}
#contents #main {
	display: block;
	width: 780px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#contents #main1 {
	width: 345px;
	float: left;
	clear: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#contents #main2 {
	width: 345px;
	float: right;
	clear: none;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#snapmovie {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main #main_1col {
	display: block;
	width: 780px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#main_1col h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 95%;
	padding-bottom: 2px;
}
#main_1col #toform {
	text-align: center;
	display: block;
}
#main #backhome {
	text-align: right;
	display: block;
	font-size: 80%;
	margin: 0px;
}
#adspace {
	display: block;
	height: 90px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main #adspace #fax {
	font-weight: bold;
	display: block;
	height: 34px;
	width: 300px;
	font-size: 180%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/* header styles
------------------------------*/
#header {
	background-color: #FFFFFF;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header #logo {
	position: relative;
}
#header h1 {
	padding-top: 10px;
}

#header ul {
	width: 860px;
	position: absolute;
	left: 0;
	top: 175px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 169px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	border-top: 2px solid #FFFFFF;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	background-color:#FFB7B4;
}
#header ul li a:hover {
	background-color:#C1B47C;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#aboutus #header #nAboutus a,
#menu #header #nMenu a,
#contact #header #nContact a,
#jpns #header #nJpns a {
	color: #FFFFFF;
	background-color: #CC9966;
}

/* main1 2 styles
------------------------------*/
#main1 h2 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 5px;
}
#main1 dl #news dt {
	font-weight: bold;
	background-image: url(images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: right;
	float: left;
	width: 15em;
}
#main1 dl #news dd {
	margin: 0px 0px 10px 10em;
}

#main2 h2 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 5px;
}
#main2 dl #news dt {
	font-weight: bold;
	background-image: url(images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: right;
	float: left;
	width: 15em;
	padding-left: 20px;
}
#main2 dl #news dd {
	margin: 0px 0px 10px 10em;
}

#main_1col dl dt {
	font-weight: bold;
	width: 140px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 90%;
}
#main_1col dl dd {
	margin-left: 160px;
	float: left;
}
	
/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar p {
	line-height: 1.8;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #FF9999;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 15px;
}
/* footer styles
------------------------------*/
#footer {
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 850px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	clear: both;
	height: 20px;
}
#footer address {
	color: #999999;
	display: block;
	float: right;
	clear: both;
	font-size: 90%;
	padding-right: 40px;
}

#footer ul li a {
	color: #666666;
}
#footer ul li a:hover {
	color: #666666;
	text-decoration: none;
}
#footer p a {
	color: #666666}
#footer p a:hover {
	color: #666666;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}

/* header image styles
------------------------------*/
#aboutus #header {
	background-image: url(images/header02.jpg);
}
#musicpro #header {
	background-image: url(images/header03.jpg);
}
#contact #header {
	background-image: url(images/header04.jpg);
}
#english #header {
	background-image: url(images/header05.jpg);
}

/* class styles
------------------------------*/
.bold {
	font-weight: bold;
}
.red {
	color: #990000;
}
.picbotm {
	margin-bottom: 15px;
}
.picright {
	clear: both;
	float: left;
	margin: 0px 15px 15px 0px;
	left: auto;
	right: auto;
}
.bold_white {
	font-weight: bold;
	color: #FFFFFF;
}
.band {
	background-color: #CCCCCC;
	text-indent: 5px;
}
