@charset "utf-8";
/*--------------------------------------------------------グローバルcssファイル*/
/*---------------------------------------global*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #000000 url(../img/background.gif) repeat;
	color: #ffffff;
	font: normal 12px Arial, sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}
ul,dl,ol,li,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
a {
	color: #cc9933;
	text-decoration: none;
}
a:hover {
	color: #ffcc33;
	text-decoration: underline;
}
object {
	outline: none;
}
.spc {
	clear: both;
	border: none;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background: none;
	color: #ffffff;
}
.text_area {
	padding: 20px;
	font-size: 15px;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	padding-top: 100px;
}
/*---------------------------------------form*/
form,fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
fieldset {
	background: url(../img/background_form.jpg) repeat;
	padding: 10px;
}
form .long {
	width: 300px;
}
form .middle {
	width: 150px;
}
form .mini {
	width: 40px;
}
form dt {
	margin: 10px 0 5px;
}
form dt strong {
	font-weight: normal;
	color: #ff0000;
}
form textarea {
	width: 300px;
	height: 100px;
	font-size: 12px;
	overflow: auto;
}
form dd#submit_area {
	padding: 20px 0;
}
/*---------------------------------------table*/
table {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	font: 12px Tahoma,sans-serif;
	border-spacing: 0px;
	border-collapse: collapse;
}
table,tr,td{
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
}
/*---------------------------------------head*/
#head {
	width: 700px;
	height: 100px;
	position: absolute;
	top: 0;
	z-index: -99;
	text-align: right;
	background: url(../img/title.jpg) no-repeat top left;
}
/*---------------------------------------menu*/
#menu {
	height: 100px;
	text-align: left;
}
#menu ol {
	display: none;
}
/*---------------------------------------body*/
#body {
	width: 500px;
	float: left;
	text-align: left;
}
#body h2 {
	width: 500px;
	height: 30px;
}
#body .inner {
	padding: 10px 20px;
	background: url(../img/contentsback.gif) repeat;
}
/*---------------------------------------body_right*/
#body_right {
	width: 200px;
	margin-top: 100px;
	float: left;
}
#body_right h3 {
	width: 200px;
	height: 30px;
}
#body_right #youtube {
	height: 200px;
}
#body_right #youtube h3 {
	background: url(../img/kamo_tube.jpg) no-repeat;
}
#body_right #mp3player h3 {
	background: url(../img/kamo_p3.jpg) no-repeat;
}
#body_right #latestrelease h3 {
	background: url(../img/latestrelease.jpg) no-repeat;
}
#body_right #latestrelease dt {
	font: bold 12px Arial, sans-serif;
	color: #ff9900;
	padding: 4px;
}
#body_right #latestrelease span {
	padding: 10px;
	font-size: 10px;
	color: #666666;
}
#body_right #latestrelease p {
	padding: 5px 10px;
	font-size: 9px;
	text-align: left;
}
#body_right #officiallink {
	font-size: 10px;
	text-align: right;
}
#body_right #officiallink h3 {
	background: url(../img/officiallink.jpg) no-repeat;
}
#body_right #officiallink li {
	margin-bottom: 5px;
}
#body_right #officiallink a {
	text-decoration: none;
	color: #999999;
}
#body_right #mailmagazine {
	text-align: left;
}
#body_right #mailmagazine h3 {
	background: url(../img/mailmagazine.jpg) no-repeat;
}
#body_right #mailmagazine p {
	padding: 5px 0;
	font-size: 9px;
	color: #999999;
}
/*---------------------------------------foot*/
#foot_menu {
	border-top: 1px solid #555555;
}
#foot_menu li {
	float: left;
	margin: 11px;
}
#foot_menu li a {
	color: #669999;
}
#foot {
	padding: 10px 0;
	font: 10px Arial, sans-serif;
	border-top: 1px solid #555555;
}
#foot h5 a {
	color: #ffffff;
}
