﻿@charset "utf-8";
/* CSS Document */

/* ここから基本設定 */

h1,h2,h3,h4,p {
	margin: 0;				   
}

/*↓背景の色*/  
  
body {
	background-color:#000000;
	color:#ffffff;
	font-size: 11px;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5;
	margin: 0 0;
}

IMG {
	border:0px;
	}S

/*　ここまで基本設定*/

/*文字・リンク設定*/


.h1 {
	font-size: 85%;
	}
	
.h2 {
	font-size: 100%;
	font-weight: bold;
}

.h3 {
	font-size: large;
	font-weight: bold;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}


/* ここから基本レイアウト　*/

#outline {
	width: 700px;
	border: 0px;
	margin: 0 auto;
	height:auto;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
}
	
#header {
	background-image: url(header.gif);
	border: 0px;
	width: 700px;
	height: 65px;
	margin-top: 0 auto;
}


#jacket {
	background-image: url(jacket.jpg);
	border: 0px;
	width: 700px;
	height: 596px;
	margin-top: 0 auto;
}


#intro {
	width: 700px;
	height: 150px;
	border: 0px;
	margin: 0 0;
	background-image: url(intro.gif);
	background-repeat: no-repeat;
} 


#contents {
	width: 700px;
	height: 200px;
	border: 0px;
	margin: 0 auto;
}


#main {
	width: 500px;
	height: 200px;
	border: 0px;
	float: none;
	margin : 0 0 0 200px;
} 

#maintext{
	width: 460px;
	border: 0px;
	margin : 10px auto;
} 

#menu{
	width: 200px;
	border: 0px;
	margin: 0 auto;
	float:left;
	vertical-align: middle
} 

#track {
	width: 700px;
	height: 450px;
	border: 0px;
	margin: 0 0;
	background-image: url(disc.gif);
	background-repeat: no-repeat;
}


/*　ここまで基本レイアウト */



/*ここからフッター設定*/


#footer {
	width: 700px;
	height: 120px;
	background-image: url(footer.gif);
	margin: 0 auto;
}

/*　ここまでフッター設定　*/		 

html .mybuggyelement { height: 1%; }

.clear {clear: both;}
 

