@charset "utf-8";
/* CSS Document */
/*
	Site Name: bairin.jp
	Version: 1.0
	Author: Hideto Kunijima
*/

@import "default.css";
@import "base.css";


#pagetitle {
	width: 939px;
	height: 148px;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../img/topics/headerimg-1.png) no-repeat;
	text-indent: -9999px;
	border-bottom: solid 1px #333;	
}

.content_topic {
	width: 940px;
	padding: 10px 0;
	margin: 20px 0;
	border-bottom: solid #ccc 1px;
}
.topic_left {
	width: 480px;
	float: left;
}
.topic_right {
	width: 400px;
	float: right;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.text_date {
	color: #820500;
}
.text_title {
	padding-top: 10px;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 153.9%;
}
.text_content {
	margin-top: 30px;
	display: block;
	font-size: 108%;
	line-height: 153.9%;
	color: #333;
}

.line_flower {
	margin: 10px;
}