@charset "utf-8";
/* CSS Document */

body {background-color:#eadcce}

p {

}


#wrapper {
width: 500px;
height: 650px;
margin: 0 auto;
}

#left {
float: left;
margin-left: 10px;
width:150px;
height:350px;
table-layout:fixed;
background-color:#FFF;
outline:thick dashed #FFF;
font-family:Meiryo;
font-size:14px;
font-weight:bold;
color:#999;
}

#right {
float: right;
margin-right: 10px;
}

#clr {
clear:both ;
}

#center {
text-align: center;
font-size:17px;
color: #666;
list-style-type: none;
}

h1{
color:#999;	
}

h2{
font-family:verdana;
	font-size:17px;
	font-weight:bold;
	color:#fffdeb;
	text-align:center;
}