@charset "shift_jis";


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #FFFFFF;
	background: #2c2c2c url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}


/*リンク設定
------------------------------------------------------------------
aがリンクですよ〜という色で、a:hoverがカーソルが乗った時の色。
------------------------------------------------------------------*/
a {
	color: #A90001;
}
a:hover {
	color: #E60012;
}


/*右上h1タグの設定。10pxが文字サイズ。
------------------------------------------------------------------*/
h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
}


/*コンテナー
------------------------------------------------------------------
中央と右側の黒い背景の下が揃うように画像で指定しています。
つまり、imagesフォルダに入っているcontainer_bg.gifの黒い色をあなたの
好きな色に編集して上書きすればその色になるという事。
------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;
	margin: 30px auto 8px;
	width: 903px;
	text-align: left;
}


/*メインメニュー
------------------------------------------------------------------*/
ul#menu {
	list-style-type: none;
	margin: 8px 0px;
	padding: 0px;
	font-size: 12px;
}
/*メインメニューのリンク設定
------------------------------------------------------------------*/
ul#menu a {
	background: url(images/menu_bg.gif) no-repeat;
	height: 38px;
	margin-bottom: 3px;
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
ul#menu a:hover {
	background: url(images/menu_bg_over.gif) no-repeat;
}


/*コンテンツ、サブコンテンツ（変更しない）
------------------------------------------------------------------*/
#contents {
	float: left;
	width: 699px;
}
#sub {
	float: left;
	width: 196px;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 476px;
	padding: 10px;
}
#main h2 {
	font-size: 100%;
	border: 3px double #666666;
	line-height: 20px;
	padding-left: 10px;
}
#main p,#side p {
	margin: 1em 10px;
}
/*メインコンテンツ内のリストタグ
------------------------------------------------------------------*/
#main ul {
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
#main ul li {
	margin-top: 1em;
	margin-bottom: 1em;
}


/*サイド（一番右側）コンテンツ
------------------------------------------------------------------*/
#side {
	float: right;
	width: 176px;
	margin-left: 8px;
	padding: 10px;
}
#side h3 {
	font-size: 100%;
	border: 3px double #666666;
	line-height: 20px;
	text-align: center;
}


/*フッター（変更不要）
------------------------------------------------------------------*/
#footer {
	background: #000000;
	clear: both;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FFFFFF;
}




/*clearfix（変更しない）
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
