@charset "shift_jis";


/*	基本的なテキストスタイル
--------------------------------------------------------------------------	*/
/*	通常のフォント	*/
.txt{
	font-size:				10pt; !important;
	line-height:			1.5em; !important;
	}

/*	小さいフォント	*/
.small{
	font-size:			8pt; !important;
	line-height:			1.5em !important;
	}

/*	大きいフォント	*/
.s-big{
	font-size:			11pt; !important;
	line-height:			1.2em !important;
	}

.big{
	font-size:			17px; !important;
	line-height:			1.2em !important;
	}

/*	太字	*/
.bold{
	font-weight:			bold !important;
	}

/*	ノーマル	*/
.wnormal{
	font-weight:			normal !important;
	}


/*	ページタイトル
--------------------------------------------------------------------------	*/
h1#pageTitle{
	font-size:				11pt;
	line-height:			1.2em;
	font-weight:			bold;
	}


/*	リンク
--------------------------------------------------------------------------	*/
a{
	text-decoration:		underline;
	}

a:hover{
	text-decoration:		none;
	}


/*	フォーム用
--------------------------------------------------------------------------	*/
.txtdouble{
	ime-mode:						active;
	}

.txtsingle{
	ime-mode:						inactive;
	}


/*	サブタイトル
--------------------------------------------------------------------------	*/
.subTitle{
	font-size:			10pt;
	line-height:			1.5em;
}


/*	各コンテンツトップ用テーブル
--------------------------------------------------------------------------	*/
table.indexTab p{
	font-size:			10pt;
	line-height:			1.5em;
	}


/* 資料請求フォーム
--------------------------------------------------------------------------	*/
#siryou div#error font.small{
	font-size:			10pt; !important;
	line-height:			1.5em !important;
	}
