@charset "UTF-8";
/* ================================================================
 admin  : Masako Yoshimoto
 Author: Graphics Drive Inc.
 Author URI: http://www.graphics-drive.com/
 update : 2010/07/23
 
 文字設定
================================================================ */

/*--------------------------
	link
--------------------------*/
a:link, /* 基本*グレイラインでover濃オレンジ */
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color:#7AB500
} 

a.Bnavi:link, /* Black boldでoverライン */
a.Bnavi:visited { color: #333333; font-weight: bold; }
a.Bnavi:active,
a.Bnavi:hover { color: #CC0000; text-decoration: underline; }

a.Fnavi:link, /* Whiteでoverライン */
a.Fnavi:visited {
	color: #FFFFFF;
	font-size: 11px;
}
a.Fnavi:active,
a.Fnavi:hover { text-decoration: underline;}


/*--------------------------
	基本文字サイズ
--------------------------*/
/* body Resets 1em to 10px */

p {
	font-size: 1.2em;
	line-height: 20px;
	letter-spacing: 0.1em;
}

h2{
	font-size: 1.3em;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h3{	font-size: 1.2em;color: #666666;}

/* テーブルの文字 */

.tex1620b{
	font-size: 1.6em;
	_font-size: 1.5em;
	line-height: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.tex1216{
	font-size: 1.2em;
	color: #666;
	line-height: 16px;
	letter-spacing: 0.1em;
}

.tex12b{
	font-size: 1.2em;
	color: #666;
	line-height: 16px;
	font-weight: bold;
}

.tex11{
	font-size: 1.1em;
}

.tex1016{
	font-size: 1em;
	color: #666;
	line-height: 14px;
	letter-spacing: 0.1em;
}

/*--------------------------
	color
--------------------------*/
.bold {
	font-weight: bold;
}

.orange {
	color: #FF6600;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #666;
}
