@charset "UTF-8";
/* CSS Document */

table {
	width: 800px;
}

table th,
table td{
	text-align:center;
	line-height:1.7;
}

table th.area{
	width:165px;
}
table th.area p{
	margin-right:10px;
	margin-bottom:10px;
	background:url(../../images/shared/bg-line.gif) repeat;
}
/* 20100820追加 */
/* table th.area pのラインの色追加(グリーン)*/
table th.area_g p{
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
	background:url(../../images/shared/bg-line_g.gif) repeat;
}

/* 20100820追加 終了 */
table th.boshu{
	width:215px;
}
table th.boshu p{
	margin-left:10px;
	margin-bottom:10px;
	background:url(../../images/shared/bg-line.gif) repeat;
}

table td p{
	margin-bottom:10px;
	background:url(../../images/shared/bg-line-gray.gif) repeat;
}
