@charset "utf-8";

/*--------------------------------------
  Layout Base Style Sheet
  Made by MASAKI http://www.ninemiles.net/
  2006-05-28

  - 共用ID, クラス
  - ページ毎の個別ID, クラス
  
  I.E用設定は別途用意
---------------------------------------*/


/* ソースブロック */
div#fbox {
	float: left;
	width: 70%;
}

div#fbox small {
	font-size: 70%;
}

/* ソースエリア */
#myform {
	/*overflow: auto;*/
	/*min-height: 650px;*/
	margin-bottom: 50px;
}

#myform textarea {
	width: 98%;
	height: 250px;
	font-size: 85%;
	line-height: 1.4;
	font-family: monospace, sans-serif;
}

#myform #textarea2 {
	height: 150px;
}


/*****************************
           個別設定
 *****************************/

/* カレンダー */
table#cal_t {
	float: left;
	margin-right:15px;
	margin-left: 1px;
	width: 180px;
}

table#cal_t td, #cal_t th {
	padding: 0;
}

/* 休日指定テキストフィールド */
.hol {
	width: 1.5em;
}

/* 注意書き */
.note {
	color: #cc0000;
}

#subhead {
	text-align: right;
	line-height: 1.4;
	font-size: 80%;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#maincont {
	/*overflow: auto;*/
	/*
	min-height:920px;
	height: auto !important;
	height: 920px;
	*/
}