/*テーブル・ボーダーカラー*/

table{

border-top:solid #CCC 1px;

border-left:solid #CCC 1px;

	width:480px;

	margin:0 auto;

	font-size:12px;

}

td{

border-right:solid #CCC 1px;

border-bottom:solid #CCC 1px;

}

/*テーブル・ボーダーカラー*/



input,

select,

textarea {

	background: #EDF5DE;

	border: 1px solid #C4CCBF;

}



.cno1,.cno2,.cno3,.cno4{

width:75px;

margin-right:3px;

}



.left{

width:120px;

padding:3px;

margin:0;

text-align:right;

	/*左側の背景色*/

	background-color:#EFEFEF;

}



.right{

margin:0px;

padding:5px;

	/*右側の背景色*/

	background-color:#FFFFFF;

}



.comment{

width:100%;

height:150px;

}



#kakunin{

padding:5px 0;

/*ボタンの位置*/

text-align:left;

}



#kakunin .inquiry_confirm,.inquiry_return,.inquiry_complete,.reply_confirm,.reply_complete,.reply_return{

width:100px;

height:28px;

background:url(../img/btn.gif) no-repeat;

border:none;

text-align:center;

}