@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;
}

/*ヘッダー
#header {
	background :url(images/header.gif);
        background-repeat:no-repeat;
	width: 903px;
	height: 182px;
	position: relative;
}

/*メインメニュー
------------------------------------------------------------------*/
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;
}

/*RSSリーダーの設定
.rsstc   { font-size: 12px; background-color: #ff0000; margin: 0; padding: 0 }
.rsstc a { color: #ffffff;}
.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }
.rsstc ul   { background-color: #000000; margin: 0; padding: 0 ;border: solid 2px #ff0000 }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #ff0000 }

/*コンテンツ、サブコンテンツ（変更しない）
------------------------------------------------------------------*/
#contents {
				
	float: left;
	width: 875px;
}

#sub {
				
	float: left;
	width: 196px;
}

#sub h3 {
				
	font-size: 100%;
	border: 3px double #666666;
	line-height: 20px;
	text-align: center;
        color: #ff8040;

}

#sub  a {
        color: #ffffff;

}
#sub  a:hover {
        color: #ff0033;

}

/*メインコンテンツ
------------------------------------------------------------------*/
#main {
				
	float: right;
	width: 640px;
	padding: 10px;
}
#main h2 {
				
	font-size: 100%;
	border: 3px double #666666;
	line-height: 20px;
	padding-left: 10px;
        color : #ff0033
}
#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;
}





/*フッター（変更不要）
------------------------------------------------------------------*/
#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 */
