/*
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 */
@charset "utf-8";

/***右コンテンツ***/
#container #right #maintitle{
border: 0;
margin: 0 0 15px 0;
padding: 0;
width: 570px;
}

/*テーブル*/
#container #right #frame{
border: 0;
margin: 0;
padding: 0;
width: 570px;
background: #ccc;
}

#container #right #frame #left{
background: #ecf5ff;
width: 140px;
}

#container #right #frame #right{
background: #fff;
width: 387px;
}

/*テーブル(入れ子になっているもの)*/
#container #right #frame #right #history{
border: 0;
margin: 0;
padding: 0;
width: 387px;
}

#container #right #frame #right #history #left02{
width: 120px;
}

#container #right #frame #right #history #spacer{
width: 10x;
}

#container #right #frame #right #history #right02{
background: #fff;
width: 257px;
}

/*追記*/

table.table {
	border-top:solid 1px #669900;
	border-left:solid 1px #669900;
	border-bottom:none;
	border-right:none;
	width:720px;
	margin:10px auto;
}
table.table th {
	border-top:none;
	border-left:none;
	width:10%;
	padding:10px;
	border-bottom:solid 1px #ffffff;
	border-right:solid 1px #669900;
	color:#ffffff;
	background:#669900;
	text-align:center;
	white-space:nowrap;
	font-weight:normal;
}
table.table th.shita {
	border-bottom:solid 1px #669900;
}
table.table td {
	width:90%;
	padding:10px;
	border-bottom:solid 1px #669900;
	border-right:solid 1px #669900;
	border-top:none;
	border-left:none;
}

