@charset "utf-8";

/* --------------------------------------------------
 About Layout
 		- 
-------------------------------------------------- */

/* --------------------------------------------------
	table Style Parts
-------------------------------------------------- */


.tableStyle_border {
background:url(../images/lineT_bg_btm.gif) no-repeat left bottom;
}

.tableStyle_border table th.top {
width:260px;
background:url(../images/lineT_bg.gif) no-repeat 0 0;
}

.tableStyle_border table td.top2 {
border-top:2px solid #EAE0B7;
}

.tableStyle_border table th {
width:260px;
padding:7px 0 7px;
background:url(../images/lineT_bg.gif) no-repeat 0 -1px;
font-weight:bold;
}

.tableStyle_border table td {
border-top:1px solid #EAE0B7;
}




















.rowBox .box {
float:left;
}

.mr30px {
margin-right:30px;
}

.width200px {
width:200px;
}


