/* CSS Document -----------------------------------------------------

　共通で使われるレイアウトの設定

------------------------------------------------------------------ */

*{
	margin: 0px;
	padding: 0px;
}
body{
	color: #333333;
	line-height: 150%;
}



/* フォントサイズ・デザイン設定
------------------------------------------------------------------ */
h1{
	font-size: medium;
}
h2{
	font-size: medium;
	line-height: 150%;
	clear: both;
}
h3{
	font-size: medium;
	line-height: 150%;
	clear: both;
}
h4{
	font-size: small;
	line-height: 150%;
	clear: both;
}
h5{
	font-size: small;
	font-weight: normal;
	clear: both;
}
h6{
	font-size: small;
	font-weight: normal;
	clear: both;
}
.pagebreak {
	page-break-after: always;
} 

/* 色
------------------------------------------------------------------ */
.green{
	color: #009933;
}
.green2{
	color: #006600;
}
.yellow{
	color: #FFFF66;
}
.red{
	color: #FF3300;
}
.blue{
	color: #003399;
}
.brightblue{
	color: #0066CC;
}
.white{
	color: #FFFFFF;
}
.on{
	color: #009933;
	font-weight: bold;
}

/* 非表示設定
------------------------------------------------------------------ */
div.menu span, div.tabmenu span {
	display:none;
}
.hidden{
	display: none;
}
hr{
	display: none;
}
.line{
	border-bottom: 1pt dotted #006600;
	padding: 2px 0px 0px;
	clear: both;
}
.px11{
	font-size: 11px;
	line-height: 130%;
}
.px16{
	font-size: 16px;
	line-height: 150%;
}
caption{
	display: none;
}

/* float
------------------------------------------------------------------ */
.left{
	float: left;
}
.right{
	float: right;
}

/* floatをclear
------------------------------------------------------------------ */
.clear{
	clear: both;
}

/* 位置
------------------------------------------------------------------ */
.migi{
	text-align: right;
}
.naka{
	text-align: center;
}
.hidari{
	text-align: left;
}

/*----------------------------------------------------------------
		IMEモード
----------------------------------------------------------------*/
.ime_on
{
  ime-mode:     active;     /* IMEモードのON 初期値が日本語入力モード*/
}

.ime_off
{
  ime-mode:     inactive;   /* IMEモード 初期値が英数字入力モード*/
}

.ime_disabled
{
  ime-mode:     disabled;   /* IMEモードのOFF 英数字入力モード変更不可*/
}

/*----------------------------------------------------------------
		テキストボックス
----------------------------------------------------------------*/

.nomal_num {
	text-align:right;
	ime-mode:     disabled;   /* IMEモードのOFF 英数字入力モード変更不可*/
}

.readonly{
	border-style:none;
}

.morelarge  { width:350px;}
.large  { width:200px;}
.middle { width:100px;}
.small  { width:50px;}


/*----------------------------------------------------------------
		テキストエリア
----------------------------------------------------------------*/

textarea {
  width: 400px;
  height: 5em; 
}

/*----------------------------------------------------------------
		エラー
----------------------------------------------------------------*/

.notice {
  color: #f00;
}


.hiltusu {
  color: #f00;
  font-size: x-small;
}
