* {
	margin: 0;
	padding: 0;
	}

html{
	height:100%;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 2;
	background-color: #eee;
	height:100%;
	}

a {
	text-decoration: none;
}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
#side {
	float: left;
	width: 225px;
	text-align: right;
}

#container {
	background-color: #fff;
	margin: 0;
	padding: 0px;
	text-align: left;
	width: 800px;
	height:100%;
	min-height: 100%;
	}
body > #container {
	height: auto;
}

#banner {
	background-color: #fff;
	text-align: left;
	height: 300px;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #666;
	text-decoration: none;
	}

#banner h1 {
	height: 0px;
	overflow: hidden;	
	
	}

#banner h2 {
	height: 0px;
	overflow: hidden;	
	}

#center {
	float: right;
	overflow: hidden;
	}
	
.content {
	width: 480px;
	}


.content p {
	color: #666;
	font-size: small;
	text-align: left;
	margin-bottom: 20px;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	color: #df2718;
	
}

.content h3 {
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 22px;	
	}

.sidebar {
	text-align: right;
	padding: 140px 27px 0px 22px;
}

.sidebar h2 {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.sidebar p {
	color: #666666;
	font-size: 10px;
	text-align: left;
	line-height: 1.7em;
}
	
#footer {
	font-size: 12px;
	color: #999;
	clear: both;
	margin: 0 0 0 225px;
	padding: 0 0 40px;
}

