﻿@charset "UTF-8";
/* CSS Document */

body{
	font-family: "MS P明朝","MS PMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
	background: #EDE8EA url(../images/fuyu.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;

}

#wrapper{
	padding-top:0px;
	margin-top:0px;
background: #FFFFFF url(../images/background.png);
}

#header {
}

#rightimg {
	width: 406px;
	margin-top:20px;
	margin-right: 30px;
	margin-bottom:30px;
	float: right;
}


navi ul li{
	margin-bottom:30px;
}





#footer {
	background-color: #8B4513;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
	clear: both;
	padding-top:10px;
	padding-bottom: 7px;
}
#footer p {
	font-size:15px;
	color: #006;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0.2em;
}
#footer ul li{
	list-style-type: none;
	display: inline;
	list-style-image: none;
}
#footer ul li a{
	color:#FFCCFF;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006;
	text-decoration: none;
}
