/* backgroundプロパティの省略化
    background: #000 url(image/hoge.gif) no-repeat fixed right bottom;
	のように記述する。
	それぞれbackground-color｣｢background-image｣｢background-repeat｣｢background-attachment｣｢background-position｣　*/
	
/*　*/

body {
	background-color:#000;
	background-image:url("../images/ファイル名");
	}

div.header_container {/* ヘッダ部分のコンテナ。縦幅のみ指定 */
	height:50px;
	}
div.header {
	width:960px;
	margin:0 auto;
	height:50px;
	background:url(../images/タトゥーみたいなの) top center no-repeat;
	color:#eeeeee;
	line-height:50px;
	}

div.main_container {/* メインコンテンツのコンテナ */
	height:575px;
	background:url(../images/bg_main.jpg) center no-repeat;
	}
	
div.main {/*　メインコンテンツ。中央揃えの場合は横幅設定＆左右のマージンをauto */
	width:960px;
	height:620px;/* min-heightはIE6未対応。設定した場合は、ie6main.cssにのみheightを設定すること */
	margin:0 auto;
	line-height:620px;
	}

div.footer_container {/* フッター部分のコンテナ。縦幅のみ指定　*/
	height:100px;
	background:url(../images/bg_footer.jpg) top center no-repeat;
	}
div.footer {/* フッター内容部分。中央揃えの場合は横幅設定＆左右のマージンをauto　*/
	width:960px;;
	margin:0 auto;
	height:100px;
	}

/* 便利なCSSクラス */


/* パンくずリストDIVタグの設定　*/

div.topic_path {
	width:960px;
	height:20px;
	/*background-color:#33CC99;*/
	margin-bottom:5px;
	text-align:left;
	float:left;
	padding-bottom:10px;
	background-image:url("../images/bg_topicpath.jpg");
	background-repeat:no-repeat;
	/*border-bottom:solid 1px #ccc;*/
	}


/* パンくずリスト */

/*

ul#topicpath01 {
margin:10px 0;  
}
ul#topicpath01 li {
display:inline;  
line-height:20px;
list-style-type:none;  
}  
ul#topicpath01 li a { 
padding-right:10px;  
background:url("../images/arrow_b.gif") no-repeat right center; 
} 
ul#topicpath01 li a:link {/* パンくず未訪問リンク色 *■/
	color:#0000CC;
	}
ul#topicpath01 li a:visited {/* パンくず訪問済みリンク色 *■/
	color:#CC00CC;
	}
ul#topicpath01 li a:hover {/* パンくずオンマウスリンク色 *■/
	color:#DF0000;
	}

*/

table.head_table {
	border-spacing:0px;
	width:900px;
	margin:0 auto;
	}
table.head_table td {
	width:480px;
	}
div.flash {
	width:900px;
	background:#000000;
	height:575px;
	line-height:575px;
	margin:0 auto;
	}
table.foot_table {
	border-spacing:0px;
	width:900px;
	margin:0 auto;
	color: #eeeeee;
	font-size: 80%;
	}
h1.glint {
	font-size:100%;
	font-weight:normal;
	font-size:150%;
	color:#eee;
	}

div.info {
	color:#eee;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:800px;
	height:600px;
	border:solid 1px #663300;
	margin:0 auto;
	padding:20px;
	overflow:auto;
	}
ul.info {
	list-style-type:decimal
	font-size:110%;
	}
p.info {
	line-height:125%;
	margin-botom:10px;
	}
h2.info {
	font-size:150%;
	font-weight:bold;
	margin:10px 0px 10px 20px;
	}
	
h2.info02 {
	}	