@charset "Shift_JIS";

/* ========================= *
 * Since:		2006-09-11
 * Modified:	2006-09-11
 * Guideline:	Ver.0.00
 * Editor:	Suzuki Kenichi
 * =========================
 */

/*==============================基本==============================*/
* { margin: 0; padding: 0;}
body {
	font-size: 75%; color: #444; line-height: 150%;
	font-family :"MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
	}
img{ vertical-align:top;}
/*--------------------リンク--------------------*/
a:link, a:visited, a:hover { }
a:hover {text-decoration: underline;}
a:link img, a:visited img, a:hover img {border-style: none;}
/*==============================テーブル==============================*/
table,caption,th,tr,td {
	text-align: left; vertical-align: top;
	font-weight: normal;
	}
table {
	border-collapse: collapse;
	font-size: 100%; line-height: 150%;
	}
/*==============================フォント==============================*/
h1 {
	font-size: 1.4em;font-weight: bold; line-height: 1.4em;
	}
h2 {
	font-size: 1.2em;font-weight: bold; line-height: 1.6em;
	}
h3, h4 {
	font-size: 1.0em; font-weight: normal; line-height: 1.6em;
	}
.font11{ font-size: 85%; line-height: 150%; color: #666;}
.font12{ font-size: 100%; line-height: 150%; }
.font14{ font-size: 120% line-height: 130%; }
.font16{ font-size: 130%; line-height: 150% ;}
/*--------------------フォント　normal--------------------*/
.font_normal { font-weight: normal;}
/*--------------------フォント　bold--------------------*/
.font_bold { font-weight: bold;}
/*--------------------フォント　hide--------------------*/
.font-hide {text-indent: -9999px; font-size: 1px; line-height: 1px;}
/*==============================回り込み==============================*/
.float-left {float: left;}
.float-right {float: right;}
/*--------------------画像--------------------*/
img.float-left { margin-right: 10px;}
img.float-right { margin-left: 10px;}
/*--------------------解除--------------------*/
br.float-clear {clear: both; line-height: 1px; margin-top: -1px; background-color: transparent; font: 1px;}
hr {visibility: hidden; clear: both;}
/*==============================リスト==============================*/
ul,li{list-style-type: none;}
/*==============================配置==============================*/
.align-center {text-align: center;}
.align-right {text-align: right;}
/*==============================その他==============================*/
.hide {display: none;}
.block {display: block;}
