﻿@charset "UTF-8";
/* CSS Document */

body{
	text-align: center;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color:#FFFFFF;

}

#navi ul {
	margin-top:90px;

}

#navi ul li {
	list-style-type: none;
	margin-bottom:20px;
	
}


#navi ul li a{

}

#matome{
	clear:both;
	font-weight:bold;
}