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

#history_bodybox {
	margin: 48px 20px 0;
}


.wbox_line {
	width:100%;
	background-image:url(../images/line.gif);
	height:1px;
	border:0;
	margin: 0;
}

#history_bodybox .box {
	font-size:10px; line-height:1.3; font-weight:bold; height: 194px; background-image: url(../images/bg_watchbox.gif);
}

#history_bodybox .year {
	width:170px;
	text-align:center;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	padding-top:85px;
	letter-spacing: 0.1em;
}

#history_bodybox .textbox {
	margin-left: 392px;
	padding: 20px 20px 0 0;
}

#history_bodybox .wtitle {
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
	line-height: 1;
}

#history_bodybox .desc {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	line-height: 1.3;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

[if lte IE 7]>

.content { margin-right: -1px; } /* この 1 ピクセルの負のマージンはこのレイアウトのどのカラムにも配置でき、同じ補正効果を持ちます。 */
ul.nav a {
	/* [disabled]zoom: 1; */
}  /* zoom プロパティにより、IE の hasLayout をトリガーします。これは、リンク間の余分なホワイトスペースを修正するのに必要です。 */

