@charset "utf-8";
/* CSS Document */
*{list-style-type:none;
margin:0px;
border:0px;
padding:0px;
	
	}

body{ 
	background:#ede6d3 url(images/ホームページ_01.gif) repeat-x;
	color:#666;
}

#wrop{
width:960px;
margin:auto;
	}
	
#left{ width:670px;
	float:left;
	margin-right:30px;
	}
	
#left li{
	float:left;
	margin:0 20px 20px 0;
	}
	
#left ul{
	overflow:hidden;
	}
	
#left h2{
	font-size:120%;
	margin-bottom:15px;
	border-left:5px #d95483 solid;
	}

#right{ width:260px;
	float:left;
	}
	
# right p{
	clear:both;
	}

#logo{
	float:left
	}
	
#nav{
	float:right;
	margin-top:50px;
	}
	
#nav li{
	float:left;
	}
	
#nav a{
	color:#666;
	}
	
#nav a:hover{
	color:#69C;
	}
	
#nav li{
	margin-left:7px;
	}
	
#header {
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
	}
	
#main{
	backfround-image:url("images/ホームページ_12.gif");
	background-repeat:no-repeat;
	background-position:center 400px;
	}
	
#main p{
	text-align:center;
	font-size:170%;
	margin-top:30px;
	}
	
#footer{
	clear:both;
	}
	
#footer p{
	text-align:center;
	}