@charset "utf-8";

#top_bg{
	background-color: #ffffff;
	background-image: url(../images/common/contents_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	}
	
.t{
	margin-top: 30px;
	margin-bottom: 20px;
	}
	
table{
	width: 960px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	}
th{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F5F5F5;
	text-align: center;
	}
td{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 20px;
	}
	
.txtbox{
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.txtbox1{
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 2em;
	font-size: 16px;
	}	
.text_r{
	text-align: right;
	}
	
.red{
	color: #F00;
	}	
.st1{
	height: 35px;
	width: 940px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #1C205D;
	}	
