body {
	background-color: #86613E;
	background-image: url(../images/background04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 145%;
	color: #7B7B7C;
}

h1 {
	margin: 0;
}

a, a:link {
	color: #A37403;
	text-decoration: underline;
}

a:visited {
	color: #825C02;
	text-decoration: underline;
}

a:hover, a:active {
	color: #621AC1;
	text-decoration: none;
}

img {
	border: none;
}

/* BOX */
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
	background-color: #000;
	border: solid 8px #000;
}

#header {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100px;
	text-align: left;
	background-image: url(../images/header.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#top-box {
	width: 900px;
	height: 560px;
	margin: 0 auto 0 auto;
	background-image: url(../images/contents-back.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#top-menu {
	width: 900px;
	height: 500px;
	margin: 0;
	padding: 0;
	background-image: url(../images/top-image.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.index-menu {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#sub-image {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 260px;
}

#menu-sub {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 80px;
	background-image: url(../images/contents-back.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#menu-sub img {
	border: none;
	margin: 0;
}

#contents {
	width: 900px;
	margin: 0;
	padding: 0;
	clear: both;
	
}

#comment {
	width: 540px;
	margin: 40px auto 0 50px;
	float: left;
}

* html #comment {
	width: 540px;
	margin: 40px auto 0 25px;
	float: left;
}

#info {
	width: 540px;
	height: 400px;
	border: 1px solid #4A4A4A;
	background-image: url(../images/info-back.jpg);
	background-repeat: no-repeat;
	font-size: 0.9em;
	overflow-y: auto;
	overflow-x: visible;
}

.text-info {
	font-size: 13px;
	margin: 15px 20px 15px -5px;
	padding: 0;
}

.text {
	font-size: 13px;
	margin: 15px 20px 15px 20px;
	padding: 10px;
}

* html .text {
	font-size: 13px;
	margin: 15px 10px 15px 10px;
	padding: 10px;
}

.text-info ul, .text-info li {
	list-style-type: none;
}

.text-info li {
	margin-bottom: 10px;
}

.text a, .text a:link, .text a:visited, .text a:hover, .text a:active {
	font-size: 14px;
}

.text h2 {
	color: #4C09B7;
	margin: 5px;
}

.text01 {
	margin: 10px;
	padding: 20px;
	border: 1px solid #735E1A;
	width: 450px;
	float: right;
}

.text02 {
	padding: 10px 10px 10px 20px;
	height: 380px;
	background-image: url(../images/prof-back.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 360px;
	border: 1px solid #201816;
}

* html .text02 {
	padding: 10px 10px 10px 20px;
	width: 490px;
	height: 400px;
	background-image: url(../images/prof-back.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 360px;
	border: 1px solid #201816;
}

#navi {
	margin: -540px auto 0 650px;
	float: right;
	width: 220px;
}

#footer {
	width: 900px;
	height: 40px;
	padding: 0;
	margin: 20px 0 0 0;
	clear: both;
	margin-top: 40px;
}

/* ‰ñ‚è‚±‚Ý */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.profile-img {
	float: left;
	margin: 100px 15px 15px 10px;
}

.discography-img {
	float: left;
	margin: 130px 25px 20px 20px;
	clear: both;
}

/* font */

/* form */

.contct {
	color: #8C8F8F;
}

.contct td {
	padding: 7px;
	vertical-align: top;
}

.contct input {
	border-top: 1px solid #32322E;
	border-right: 1px solid #32322E;
	border-bottom: 1px solid #535350;
	border-left: 1px solid #535350;
	color: #8C8F8F;
	padding: 3px;
	background-color: #000;
}

.contct textarea {
	width: 320px;
	height: 180px;
	background-color: #000;
	border-top: 1px solid #32322E;
	border-right: 1px solid #32322E;
	border-bottom: 1px solid #535350;
	border-left: 1px solid #535350;
	color: #8C8F8F;
	overflow-x: auto;
	font-size: 0.9em;
	overflow: auto;
}