#head {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C10E0E;
	width: 850px;
	margin: 0px;
	padding: 5px;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	text-align: left;
}

*html #head {
	width: 864px;
}

#main{
	width: 860px;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	background: #ffffff;
}

*html #main {
	width: 864px;
}

#foot{
	font-size: 12px;
}

#foot a{
	color:#F0D9B5;
}

.text-s {
	font-size: 11px;
}
.text-m {
	font-size: 12px;
	line-height:125%;
}
.text-14 {
	font-size: 14px;
	line-height:125%;
}
.text-18 {
	font-size: 18px;
	line-height:125%;
}
.osusume-title {
	margin: 10px;
	font-weight: bold;
}