@charset "utf-8";
.CSS1 {
}
@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	width : 100%;         /* IEで横スクロールバーが出たときの保険 */
  	background-color: #FFFFCC;
	text-align:center
}  
 
body, td, th, h3, h6 {
	color: #330000;
	vertical-align: top;
}
 div#wrapper {   
    width: 900px;   
 
}
.header{
	height : 192px;        /* サイトロゴの高さに合わせて調節してください */
	background-image:url(../logo.png);
	margin-top: 20px;
}
.button{
	width:900px;
}
ul li{
float:left;
list-style-type:none;
}
li a{
	display:block;
	width:100px;
	padding:15px;
	margin:1px;
	border:outset #cccccc 3px;
	text-decoration:none;
	background-color:#CCFF99;
	text-align:center;
	color:#000000;
	font-size: 18px;
	font-weight: bold;
}
li a:hover{
	text-decoration:none;
	border-style:inset;
	background-color:#FFFFFF;
}
.main{
	padding:40px;
	background-image:url(../background.png);
	height: 720px;
	;
	background-repeat: no-repeat;
	}
.footer{
}
