@charset "UTF-8";
/* CSS Document */
#columns {
	background-image: url(/gfx/column_main_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.col_content {
	text-align: left;
	padding: 12px;
	overflow: visible;
}
.col_content .head {
	margin-bottom: 25px;
}
.col_content h1 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #950E2A;
	text-align: left;
	margin-bottom: 5px;
}
.col_content p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}
.col_content a {
	color: #950E2A;
	text-decoration: underline;
}
.col_content a:link {
	color: #950E2A;	
}
.col_content a:hover {
	color: #000000;	
}
.col_content .tadrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBFC1;
	margin-top: 12px;
	margin-bottom: 12px;
}
.col_content .talrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70A2C2;
	margin-top: 12px;
	margin-bottom: 12px;
}
.col_content .taerule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8FBEAC;
	margin-top: 12px;
	margin-bottom: 12px;
}
.col_content .newsrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #92B437;
	margin-top: 12px;
	margin-bottom: 12px;
}

.col_content .thumb {
	margin-top: 2px;
	margin-bottom: 2px;
}
.col_content h3 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}

.col_main_content {
	text-align: left;
	padding: 24px;
	overflow: visible;
}
.col_main_content h1 {
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	color: #950E2A;
	text-align: left;
	margin-bottom: 8px;
}
.col_main_content h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 8px;
}
.col_main_content p {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-bottom: 8px;
}
.col_main_content a {
	color: #950E2A;
	text-decoration: underline;
}
.col_main_content a:link {
	color: #950E2A;	
}
.col_main_content a:hover {
	color: #000000;	
}
.col_main_content .tadrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBFC1;
	margin-top: 12px;
	margin-bottom: 12px;
}
.col_main_content .talrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70A2C2;
	margin-top: 12px;
	margin-bottom: 12px;
}
.col_main_content .taerule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8FBEAC;
	margin-top: 12px;
	margin-bottom: 12px;
}
.col_main_content .newsrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #92B437;
	margin-top: 12px;
	margin-bottom: 12px;
}

.col_main_content .large_img {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	margin-right: 12px;
	margin-left: 0px;
}
