
/***** コンテナ *****/
div#container {
	background-color: #FFFFFF;
	width: 700px;
	margin: auto;
}


/***** ヘッダー *****/
div#header {
	border: solid 1px #ffffff;
	background-color: #6495ed;
}
div#header h1 {
	font-size: 1.5em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 10px 10px;
	color: #ffffff;
	text-align: center;
}
div#header h1 a {
	text-decoration: none;
	color: #2B00FF;
}
div#header p {
	font-size: 0.75em;
	margin: 8px 20px;
}


/***** インナー *****/
div#inner {
	border: solid 1px #ffffff;
	background-color: #FFFFFF;
	width: 700px;
	margin: 10px 0px;
	float: left;
}
div#inner h2 {
	font-size: 0.95em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 10px 10px;
	border-bottom: solid 1px #87cefa;
	padding-bottom: 5px;
	text-align: center;
}
div#inner h2 a {
	text-decoration: none;
	color: #2B00FF;
}
div#inner p {
	font-size: 0.95em;
	color: #333333;
	text-align: center;
	margin: 8px 20px;
	line-height: 1.5;
}


/***** フッター *****/
div#footer {
	border-top: solid 1px #87cefa;
	background-color: #ffffff;
	clear: both;
}
div#footer address {
	font-size: 1.0em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	padding: 10px;
	text-align: center;
}


