@charset "UTF-8";
/* CSS Document */

#contents {
	width: 905px;
	height: 1150px;
	background: url(../image/side_line.gif) repeat-y;
	padding: 30px 15px 0 30px;
	}
	
#bt_area {
	width: 260px;
	float: right;
	margin: 0;
	}
	
#bt_area img {
	margin: 0 0 20px 0;
	}

#contents_area {
	width: 600px;
	margin: 0;
	float: left;
	}
	
#title {
	width: 600px;
	margin: 0 0 20px 0;
	clear: both;
	}
	
#link_left {
	width: 290px;
	float: left;
	}
	
#link_right {
	width: 290px;
	float: right;
	}
	
#link_title {
	width: 290px;
	color: #B47C00;
	clear: both;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	border-bottom: #B47C00 1px solid;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	}
	
#link_title a:link {
	font-size: 14px;
	color: #B47C00;
	text-decoration: none;
}
#link_title a:visited {
	font-size: 14px;
	color: #B47C00;
	text-decoration: none;
}
#link_title a:hover {
	font-size: 14px;
	color: #F0F0DC;
	text-decoration: none;
}
#link_title a:active {
	font-size: 14px;
	color: #B47C00;
	text-decoration: none;
}

#link_text {
	width: 150px;
	float: right;
	margin: 0 0 20px 0;
	font-size: 12px;
	}
	
#link_pic {
	width: 135px;
	float: left;
	margin: 0 0 20px 0;
	}
	
#link_pic img {
	padding: 2px;
	border: 1px solid #F0F0DC;
	}
	
#text {
	width: 600px;
	clear:both;
	padding: 0 0 20px 0;
	}
	
.text_big {
	font-size: 16px;
	font-weight: bolder;
	}
	
.text_small {
	font-size: 10px;
	}
