@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1;
	color: #FFFFFF;
	background: #000000; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}


/*リンク設定
------------------------------------------------------------------
aがリンクですよ〜という色で、a:hoverがカーソルが乗った時の色。
------------------------------------------------------------------*/
a {
	color: #090;
}
a:hover {
	color: #063;
}


/*右上h1タグの設定。10pxが文字サイズ。
------------------------------------------------------------------*/
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 238px;
	margin-right: auto;
	margin-left: auto;
}


/*コンテナー
------------------------------------------------------------------
中央と右側の黒い背景の下が揃うように画像で指定しています。
つまり、imagesフォルダに入っているcontainer_bg.gifの黒い色をあなたの
好きな色に編集して上書きすればその色になるという事。
------------------------------------------------------------------*/
#container {
	margin: 10px auto 8px;
	width: 238px;
	text-align: left;
	background: url(img/bg.jpg);
}
#container2 {
	margin: 2px 9px 5px 9px;
	width: 224px;
	background: #000000;
}


#main h2 {
	width:224px;
	height:20px;
	font-size: 14px;
	background:url(img/h2.gif) no-repeat;
	padding-top: 2px;
}