/* 全体共通クラス */

.big {
	font-size: 120%;
	font-weight: bold;
	margin-right: 2px;
}
.330 {
	color: #333300;
}
.990 {
	color: #999900;
}
.600 {
	color: #660000;
}
.fc-900 {
	color: #990000;
}

.next-b a{
	display: block;
	padding: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #996600;
	border-bottom-color: #996600;
	background-image: url(../com_img/button-back2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #996600;
	border-left-color: #996600;
	position: absolute;
	bottom: 10px;
	right: 5px;
	float: right;
}
.next-b a:hover {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996600;
	border-left-color: #996600;
	background-image: url(../com_img/button-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #996600;
	border-bottom-color: #996600;
}
.image-left {
	float: left;
	margin: 5px;
}

.right {
text-align: right;
}

.catch {
	font-size: 10px;
}
.no-float {
	clear: both;
}
.clearfix:after {
content:".";
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
}

.clearfix{
display:inline-table;
}

img.right{
	padding: 2px;
	float: right;
	margin-left: 5px;
	border: 1px solid #666666;
}


.posted {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #990000;
}

