@CHARSET "UTF-8";

/* メインコンテンツのCSS */
html {
	height: 100%;
}

body{
	height: 100%;
	margin:0px;
	padding:0px;
}

#header{
	position: relative;
}

#container{
	width:800px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main{
	width: 580px;
	height: 100%;
	margin-left:210px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #F9F9F9;
}

#main b{
	color: #ff0000;
}

.title {
	width: 550px;
	height: 20px;
	background-color: #6699ff;
}

#info {
	border: 1px #6699ff solid;
	overflow-y: scroll;
	width: 550px;
	height: 150px;
}

#info p{
	text-align: center;
}

#footer{
	width: 800px;
	height: 20px;
	bottom: 0px;
	text-align: center;
	background-color: #CCFFFF;
	position: fixed;
}

/* ダミー　表示する画像が決まったら消してもいいもの。 */
#img{
	height:300px;
	margin-bottom: 5px;
	background-color:#333333;
	color:#ffffff;
	text-align:center;
	z-index:0;
}