/* --------------------------------------------------------------------------- 
Copyright 2006 Mayu Shimizu
著作権は清水麻遊に帰属します。
All rights reserved.
Email: mayu@myudesign.com
----------------------------------------------------------------------------- */

@import url("kiyoshi2006hifi.css");

/* -----------------------------------------------
基本部分
----------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #000;
<!--	 background: #fff url("images/bg.jpg") no-repeat center center fixed; -->
	color: #000;
	font-family:  "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, "Lucida Grande", Geneva, Lucida, Helvetica, Arial, Verdana, Osaka, sans-serif;
	font-size: 93%;
	text-align: left;
	}
	
img {
	border: 0;
	}
	
hr {
	}

p, h1, h2, table, th, tr, td, a, strong {
	font-family:  "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, "Lucida Grande", Geneva, Lucida, Helvetica, Arial, Verdana, Osaka, sans-serif;	}


/* ----------------------------------------------- 
テキスト
----------------------------------------------- */

p {
	padding: 0;
	margin: 0 0 2em 0;
	line-height: 1.5em;
	}

h1 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 0 0 50px;
	border: 0; 
	}

h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 0 50px;
	border: 0; 
	}


strong {
	font-weight: bold;
	color: #00657c;	
	}

	
/* ----------------------------------------------- 
リンク
----------------------------------------------- */

a {
	text-decoration: underline;
	color:  #ff0303;
	}
	
a:link {
	}
	
a:visited {
	color:  #ff0202;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:active {
	}

			
/* ----------------------------------------------- 
テーブル
----------------------------------------------- */

table {
	border: 0;
	margin: 0 10px 10px 50px;
	padding: 0;
	color: #000;
	}

tr, td {
	border-bottom: 1px solid #000;
	font-size: 90%;
	padding: 0;
	}

th, caption {
	display: none;
	}