﻿/*-- テーブル設定 --*/
#tabox {
margin-top: 25px;
}

#tabox table {
width: 100%;
border-collapse: collapse;
border:4px solid #cfe2f8;
}

#tabox table tr.gray td {
background:#f7fafc;
}

#tabox table tr th {
padding: 15px 0;
text-align: center;
vertical-align: middle;
border-style: solid;
border-width: 1px 1px 3px;
border-color: #cfe2f8;
background: #eaf1fc;
}

#tabox table tr td {
padding: 7px;
border-style: solid;
border-width: 1px 1px 0px;
border-color: #cfe2f8;
}

#tabox table tr td.noborder {
border-top: 1px solid #fff;
}

#mainbody #tabox table tr td p {
margin: 0;
}

/*-- リンクボックス --*/

.linkbox {
margin-top: 20px;
padding: 15px;
/*width:300px;*/
border-width: 1px;
border-style: solid;
border-color: #e6e6e6 #e6e6e6 #f2f2f2;
background: url(../img/bg_box.gif) repeat-x left bottom;
}
.box_hover {
background:#e9faff url(../img/bg_box_on.gif) repeat-x left bottom;
cursor:pointer;
}
.none {
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
}		


