/** CSS document **/

body	{
	margin: 0;
	background-image:url(../img/rose2.png);
	background-position:right;
	background-repeat:repeat-y;
	background-attachment: scroll;

}

	/** フレーム **/
.frame	{
	width: 920px;
}

	/** メニュー **/
ul.menu	{
	background-color: white;
	margin: 100px 30px 0 10px;
	padding: 0;
	float: left;
}

li	{
	list-style: none;
}

li a:link , li a:visited	{
	display: block;
	width: 200px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: auto;
	border: 1px green solid;
	
	margin-bottom: 15px;
	
	color: green;
	font-size: 70%;
	font-weight: bold; 
	background-image: url('../img/back.gif');
	text-decoration: none;
}

li a:active , li a:hover	{
	color: brown;
}

	/** ロゴ **/
.logo	{
	width: 600px;
	height: 100px;
	
	color: white;
	background-image: url('../img/logo2.gif');
}
.logo h1	{
	display: none;
}


