﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color:#666;
	}

br.fclear {
	clear: both;
	line-height: 0;
}



#container {
	width: 750px;
       margin-left:auto;
	margin-right:auto;
       background-color: #EEEEEE;
}

h1 {
　　　　font-size: 50%;
}

#header {
	height: 80px;
	background-color: #DDDDDD;
        font-size: 220%;
}

#content {
	float: right;
	width: 850px;
	background-color: #F0F0F0;
}
#content .main {
	float: left;
	width: 350px;
	background-color: #F5F5F5;
}
#content .sub {
	float: left;
	width: 250px;
}

#subcontent {
	float: left;
	width: 250px;
}

#footer {
	height: 60px;
	background-color: #DDDDDD;
    text-align: center;
    font-size: 200%;
}