/* g-style.css */

/* ページ全体 */
body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #333333;
	background-color: transparent;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.1em;
}
/* テキスト */
div, td, li, p, a{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
/* リンク */
a { 
	text-decoration: none;
	color: #0000ff;
	background-color: transparent;
}
/* 見出しテキスト */
h1 {
	font-size: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* (LAYOUT)ページ全体(格納) */
#lay {
	width: 990px;
	border: none;
}
/* フロートのクリア */
.clear {
	clear: both;
	visibility: hidden;
	height: 1px;
	width: 1px;
}
/* 文字サイズ */
.font6pt { font-size: 6pt; } 
.font7pt { font-size: 7pt; } 
.font8pt { font-size: 8pt; } 
.font9pt { font-size: 9pt; } 
.font10pt { font-size: 10pt; } 
.font11pt { font-size: 11pt; } 
.font12pt { font-size: 12pt; } 
.font13pt { font-size: 13pt; } 
.font14pt { font-size: 14pt; } 
.font15pt { font-size: 15pt; } 
.font16pt { font-size: 16pt; } 
.font17pt { font-size: 17pt; } 
.font18pt { font-size: 18pt; } 
.font19pt { font-size: 19pt; } 
.font20pt { font-size: 20pt; }

.font10px {
	font-size: 10px;
	letter-spacing: 0.1em;
}
 
/* 文字情報 */
.bold {
	font-weight:bold;
} 
.red {
	color: red;
	position: relative;
}

.style1 {color: #0000FF;}
.style2 {color: #666;}
