HTML,BODY {
	height: 100%;
}


/*タグの再定義*/

BODY {
	margin: 0 0 0 0;	/*上右下左の順で指定*/
	padding: 0 0 0 0;
	background-color: #ffffff;
	font:normal normal normal 10px/1.5 "ＭＳ Ｐゴシック", "Osaka",sans-serif;	/*モダンブラウザ向けにフォントサイズを指定*/
	_font:normal normal normal 62.5%/1.5 "ＭＳ Ｐゴシック", "Osaka",sans-serif;	/*IE6向けにフォントサイズを指定*/
	/*基本フォントを指定：sans-serif・fantasy・cursive・monospace等*/
	text-align: center;	/*センタリング*/
}

A {text-decoration:none;}
A:link{text-decoration:none;color:#000099;}
A:hover{text-decoration:none;color:#ff0000;}
A:visited{text-decoration:none;}
A IMG{border:none;}

HR {	/*HRを1pxの実線に変更*/
	border:0 none;
	height:1px;
	width:100%;
	padding:0 0 0 0;
	text-align:center;
	color:#cccccc;
	background-color:#cccccc;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
}

H1,H2,H3,H4,H5,H6 {	/*タイトルタグをリセット*/
	font:normal normal normal 1em/1.6 sans-serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

h1 {
	text-align:right;
}

UL,OL,LI {	/*リストをリセット*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style: none outside;
	text-indent:0;
}


/*ブロック構造*/

#container {	/*コンテナ*/
	width:880px;
	margin:0 auto 0 auto;	/*センタリング*/
	padding:10px;
	background-image:url('IMG_2700.jpg');
	background-repeat:no-repeat;
	background-position:center 30px;
	color:#000000;
}

#content {	/*コンテンツボックス*/
	margin:370px 0 0 0;
	text-align:left;
}

#lb{
	float:left;
	width:420px;
}

#rb{
	margin-left:460px;
	width:420px;
}





#foot {	/*フッタ*/
	clear:both;	/*フロートを解除*/
	width:900px;
	height:1.4em;
	margin-top:10px;
	font-size:1.4em;
	line-height:1.4em;	/*フォントサイズに応じて要調整*/
	text-align:center;
	color:#cccccc;
	background-color:#000000;
}

/*メニューボックス内リスト*/

/*コンテンツボックス・アルバムボックス内指定*/

#content P {
	margin:0 0 0.3em 0;
	padding: 0 0 0 0;
	font-size:1.2em;
	line-height:1.5;
	color:#000000;
	text-align: left;
}

#content td,#content td P {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size:1.2em;
	line-height:1;
	color:#000000;
	text-align: left;
}

#content H2  {
	font-size:0.8em;
	font-weight:bold;
	color:#ccccff;
	margin-bottom:1em;
}

#content H3 {
	margin:1em 0 0.4em 0;
	font-size:2em;
	border-bottom:1px solid #999999;
}

#content H4 {
	font-size:1.4em;
	color:#ff9933;
	margin:0 0 0 0;
}

#content UL {
	margin:1em 0 1em 0;
}

#content UL LI {
	margin:0 0 0 3em;
	padding:0 0 0 0;
	list-style: disc outside;
	font-size:1.2em;
}

#content OL .alt {
	background-color:#ffefdd;
}



/*フッタ内のリンク指定*/

#foot a {color:#ffffff;}
#foot a:hover {color:#ffff00;}

/* Mac版IEクリアフィックス対策 \*/
#container {
	display: block;
}
