/* 外枠 */
#waku{
	border: solid 1px #9999cc;
	padding: 0px;
	margin:0px;
	margin-right: 0px;
}

.hissu_asta{
	background-image:url(../images/icon/hissu_asta.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:100%;
}

.hissu_asta_left{
	background-image:url(../images/icon/hissu_asta.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:100%;
}

/* ------　入力フォーム　------------------------ */

.input textarea {
	background-color: #FFFFFF;
	border: solid 1px #7F9DB9;
	line-height: 20px;
	padding: 1px 5px;
	font-size: 12pt;
	/*width: 700px;*/
}
.input textarea:focus {
	background-color: #FFFFCC;
}

.input input,select,option
{
	/*width: 180px;*/
	background-color: #FFFFFF;
	border: solid 1px #0033cc;
	padding: 0px 5px;
	font-size: 12pt;
}
.input input:focus {
	background-color: #FFFFCC;
}

/* --行-- */
.input tr{
	background-color: #DFEFFD;
	border:solid 1px #0033cc;
}

/* --項目名-- */
.input th{
	color: #316198;
	margin:5px;
  border:solid 1px #0033cc;
	padding: 2px;
	white-space: nowrap;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #C0DAF3;
}

/* --セル基本-- */
.input td{
	line-height: 20px;
	font-size: 12px;
  border:solid 1px #0033cc;
	padding: 0px 4px;
}
.input td.col{
	font-size: 14px;
  border:solid 1px #0033cc;
	margin: 0px;
	padding: 0px;
	width: 500px;
}

/* --- ボタンイメージ --------------------------- */
.button a{
  text-decoration : none;
  color           : #ffffff;
  display         : block;
  padding         : 2px 10px;
  font-weight     : normal;
}
.button a:hover {
  color           : #000066;
/*  font-weight : bolder; */
}

.button table{
	border-collapse  :collapse;
  border-width     : 0px;
  border-spacing   : 0px;
}
.button th{
  border      : outset 1px #9966FF;
  padding     : 1px;
  margin      : 1px;
  font-size   : 11pt;
  font-weight : bold;
  color       : #255282;
  line-height : 12pt;
  height      : 12pt;
  background-color  : #c2d4e4;
}
.button td{
  border     : outset 3px #0066FF;
  color      : #FFFFFF;
  background : #000099;
	font-size  : 12px;
}
.button td:hover {
/*  border     : outset 3px #EE0000; */
  background : #ffffff;
}
td#spaceline {
  border     : #ffffff 1px;
  background : #ffffff;
  height     : 2px;
}
td#space {
  border    : #ffffff 1px;
  background    : #ffffff;
  width         : 70%;
}
td#space60 {
  border    : #ffffff 1px;
  background    : #ffffff;
  width         : 60%;
}
td#spacer {
  border-top    : #ffffff 1px;
  border-bottom : #ffffff 1px;
  background    : #ffffff;
  width         : 5px;
}
