@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/background.jpg) repeat-x;
}
#wrapper{
	background: #FFFFFF;
}

#contents{
	padding-top: 18px;
}

#contents h2.gui_h201{
	text-indent: -9999px;
	background: url(../images/h2_guidance.jpg) no-repeat;
	width: 660px;
	height: 41px;
	margin-bottom: 20px;
}

#contents table{
	width: 630px;
	font-size: 12px;
	margin: 0 15px;
	border-collapse: collapse;
}
th.t_top{
	border-top: #a9a9a9 3px solid;
}
th{
	border-bottom: #e2e2e2 1px solid;
	border-left: #e2e2e2 1px solid;
	text-align: left;
	background: #f4f4f4;
	padding: 10px;
	font-weight: normal;
}
td.t_top{
	border-top: #84b218 3px solid;
}
td{
	border-bottom: #e2e2e2 1px solid;
	border-right: #e2e2e2 1px solid;
	text-align: left;
	padding: 10px 10px 10px 20px;
}


/*#contents td.form1-left{
	border-top: #cccccc 2px solid;
	background-color: #f4f4f4;
}
#contents td.form1{
	width: 250px;
	background-color: #f4f4f4;
}
#contents th, #contetnts td{
	padding: 10px 0 10px 15px;
}*/