html {
	height:100%;
}
body {
	height: 100%;
	color: #999;
	font-size: 0.688em;
	font-family: 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.7em;

	background-image: url(../imgs/sideline.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}

a:link, a:visited, a:active {
	color:#efefef;
	text-decoration:none;
}

.m1{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";

}

#title{
	width:72px;
	margin-top:44px;
	float:left;
}

#mainContainer{
	width:773px;
	float:left;
	margin-left:221px;
}

#block1{
	margin-top:44px;
}

#contentArea{
	width:691px;
	margin-top:101px;
	float:right;
}

.sentence{
	clear:both;
	width:691px;
	margin:0;
	padding: 0;
}

.date{
	width:70px;
	float:left;
	margin-bottom:20px;
}
.infotxt{
	width:621px;
	float:right;
	margin-bottom:20px;
}
