/*段組み*/
#wrapper{							/*全体の囲い*/
	width:500px;
	margin: 0 auto;
}

#container {
	position:relative;
}

#header{
	top:100px;
	height: 50px;
	background-image:url("/img/menu.jpg");
}

#main{
	position: absolute;
	left: 0px;
	width: 500px;
	background-color: #B0C4DE;
}

#footer{
	width:500px;
	height: 20px;
	text-align: center;
}

/*見出しと段落*/
body{
	font-size: small;
	font-family: sans-serif;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #333333;
	background-color: #ADD8E6;
	
}
h1{
	font-size: 150%;
	line-height: 1.5;
	color: #0850B2;
	background-color: #F0F6FD;
	border-top: 7px solid #0000FF;
	border-bottom: 3px solid #A9A9A9;
}
h2{
	font-size: 120%;
	line-height: 2.0;
	color: #0850B2;
	background-color: #DDDDDD;
	border-left: 10px solid #0000FF;
	border-bottom: 1px solid #A9A9A9;
}

/*要素*/
p{
	margin: 10px 10px;
}

/*リンク関係*/
a:link{color:#FF00FF}
a:hover{color:#FF30A1}
a:active{color:#00EF30}
a:visited{color:#5069EE}

/*ボックス*/
.title{
	width	:450px;
	margin	:auto;
	border	:solid gold;
	padding	:12px;
	background-color:#FFFACD;
	font-weight	:bold
}

.nakami{
	width	:450px;
	margin	:auto;
	border	:solid gold;
	padding	:12px;
	background-color:beige;
	line-height	:1.8em
}