@charset "utf-8";
/* CSS Document */


#wrapper{
	width:800px;
	background-color:#fafcee;
	margin-left:auto;
	margin-right:auto;
	border-left:#b5d1bb;
	border-left-style:dotted;
	border-left-width:1px;
	border-right-color:#b5d1bb;
	border-right-style:dotted;
	border-right-width:1px;
}

#menu{
	float:left;
}

#header{
	width:271px;
	height:32px;
	background-image:url(../img/heder.jpg);
	background-repeat:no-repeat;
	padding-left:67px;
	padding-top:68px;
}

#navi{
	width:271px;
	height:172px;
	background-image:url(../img/menu_back.jpg);
	background-repeat:no-repeat;
}
#navi ul{
	padding-left:88px;
}


#main{
	float:left;
	width:419px;
	height:400px;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:10px;
}


p{
	width:350px;
}

p.title{
	font-weight:bold;
	text-align:center;
	height:30px;
	padding-top:20px;
}

#main li{
	float:left;
	padding:10px;
	}

#footer{
	clear:left;
	width:800px;
	height:58px;
	background-image:url(../img/copy_back.jpg);
	background-repeat:repeat-x;
}


#footer address{
	text-align:center;
	padding-top:3px;
}