/*----------　ページ全体　----------*/

	/*　リンク色設定　*/
		a:link {color: #ffcc66; text-decoration: none}
		a:visited {color: #aaaaaa; text-decoration: none;}
		a:hover {color: #ffffcc; text-decoration: none;}
		a:active {color: #ffcc66; text-decoration: none;}

	/*　基本設定　*/
		body {
			margin: 10;
			color: #ffffff;
			background-color: #000000;
		}

	/*　水平線　*/
		hr {
			color: #777777;
			width: 750;
			height: 1;
		}


/*----------　table・td　----------*/

	/*　セル全てに適用（paddingを0）　*/
		td {
			padding: 0px;
		}

	/*　ページ最大幅のテーブル　*/
		.all {
			table-layout: fixed; width: 750;
			padding: 0px;
		}

	/*　コンテンツページのテーブル　*/
		.sub {
			table-layout: fixed; width: 600;
		}

	/*　コンテンツページ左側のテーブル（詳細文字）　*/
		.left {
			table-layout: fixed; width: 400;
			vertical-align: top;
		}

	/*　コンテンツページ右側のテーブル（詳細画像）　*/
		.right {
			table-layout: fixed; width: 200;
			vertical-align: top;
		}


/*----------　Ｈ１〜Ｈ６　----------*/

	/*　ガイドバーに使用　*/
		h1 {
			margin: 5px 25px;
			font: normal normal 12px/100% cursive;
			text-align: left;
		}

	/*　詳細タイトル（＠から始まるタイトル）　*/
		h2 {
			margin: 30px 0px;
			font: normal normal 25px/100% cursive;
			color: #ffffcc;
		}

	/*　通常文字　*/
		h3 {
			margin: 0px 40px;
			font: normal normal 16px/150% sens-serif;
		}

	/*　ページリンク　*/
		h4 {
			margin: 0px 50px;
			font: normal normal 16px/100% sens-serif;
		}

	/*　小文字　*/
		h5 {
			margin: 0px;
			font: normal normal 10px/100% sens-serif;
		}

/*----------　image　----------*/
	img {
		border-width: 0;
	}

		/*　見出し画像　*/
		img.midashi {
			width: 700;
			height: 40;
		}

		/*　トップページへ　*/
		img.pagetop {
			width: 100;
			height: 15;
		}

		/*　ナビゲーション区切り　*/
		img.navi0 {
			width: 30;
			height: 15;
		}

		/*　ナビゲーション　*/
		img.navi1 {
			width: 50;
			height: 15;
		}

		/*　サブ画像　*/
		img.sub {
			width: 200;
			height: 150;
		}

/*----------　その他詳細設定----------　*/

	/*　ページトップボタン配置　*/
		div.pagetop {
			text-align: right;
			}



