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

h1{
	font-size:12px;
	color: #FF0000;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
h4 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
h5 {
	color: #FFFFFF;
	margin-top: 3px;
	font-size: 8px;
	font-weight: lighter;
	margin-left: 100px;
}
.fontcolor-red {
	color: #FF0000;
}
#main #futter {
	background-color: #CCCCCC;
}
#main .colum {
	width: 750px;
	float: left;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#main .leftcolum .h1box {
	font-size: 13px;
	font-weight: bold;
}
