@charset "utf-8";


html{
	height: 100%;
	margin-bottom: 1px;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #999999; }
a:hover { color: #999999; }


body {
	font: 12px/22px 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', sans-serif;
	color: #333333;
	margin: 0;
	border: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 990px;
	margin: 0 auto 0 auto;
}
#contents #left_area{
	width: 700px;
	float:left;
}
#contents #right_area{
	width: 240px;
	float:right;
}

ol,ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img{
	border: 0;
	vertical-align: top;
}
strong{
	font-weight: normal;
}

.tx-14 {
	font-size:14px;
}

.tx-16 {
	font-size:16px;
}

.tx-20 {
	font-size:20px;
}

.displayNone{
	display: none;
}
.cat {
	color: #ff0000;
}

.line0_10 {
	margin: 0 0 10px 0;
}

.line0_20 {
	margin: 0 0 20px 0;
}

.line0_40 {
	margin: 0 0 40px 0;
}

.clearfix {
	min-height: 1em;
	display: inline-table;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	/*height: 1px;*/
	overflow: hidden;
}

/*\*/
* html .clearfix {
	height: 1em;
}

.clearfix {
	display: block;
}

.separator{
	padding:0 0 40px 0;
	margin:0 0 40px 0;
	border-bottom:#222222 2px solid;
}