@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(../sozai/background.gif)
}

#main{
	width:1000px;
	height:850px;
	margin-left:auto;
	margin-right:auto;
	matgin-top:0px;
	margin-bottom:0px;
}

#image{
	width:500px;
	height:850px;
	position:fixed
}

#title{
	width:400px;
	height:150px;
	margin-left:550px;
	margin-top:0px;
	float:right;
	position:fixed
}

#memu{
	width:400px;
	height:40px;
	margin-left:550px;
	margin-top:150px;
	float:right;
	position:fixed;
	
}

#textbox{
	width:400px;
	height:200px;
	margin-left:550px;
	margin-top:195px;
	position:fixed;
}
  
div#footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	background-repeat: repeat-y;
}

/* --- ボックス --- */
div.section {
width: 400px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #000000 solid; /* ボックスの境界線 */
font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #000000; /* 見出しの背景色 */
border-bottom: 1px #000000 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
color:#ffffff;
}

/* --- 本文領域 --- */
div.section div.textArea {
height: 350px; /* 本文領域の高さ */
overflow: auto;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
line-height:1.8em;
font-size:12px
}

/* --- 本文領域内の段落 --- */
div.section div.textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}