/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #333;
}
/*大外*/
#wrapper{ 
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-image: url(../common_img/back.gif);
	background-color: #fff;
	background-repeat: repeat-y;
}
/*メイン部分*/
#contaner {
	width: 720px;
	margin: 0 10px 0 10px;
}
#contents {
	width: 520px;
	margin: 0 0 20px 10px;
	float: right;
}
#footer {
	clear:both;
	width: 750px;
	margin: 0;
	padding: 0 0 20px 0;
	background-image: url(../common_img/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer p {
	text-align: center;
	margin: 6px 17px 0 5px;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}
#footer address {
	margin: 0 17px 0 5px;
	padding: 10px;
	background-image: url("../common_img/tittle.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
}
/*navi--------------------------------------------------------------------------*/
#navi {
	width:720px;
	margin: 0 20px 10px 10px;
	background: #036 url(../common_img/navi_back.gif) left top repeat-x;
}
#navi ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
	border-bottom: 2px solid #ccc;
}
#navi li{
	float:left;
	width: 109px;
	margin: 0;
	padding: 0;
}
#navi li a{
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #fff;
	background-image: url(../common_img/navi.gif);
	background-position: left top;
	text-decoration : none;
	text-align: center;
}
#navi li a:hover{
	background-image: url(../common_img/navi.gif);
	background-position: right top;
}
/*------------------------------------------------------------------------------*/
#menu {
	width: 190px;
	float: left;
	margin: 0 0 20px 0;
}
/*---------------------------------------------------------------------------------*/
h1 {
	margin: 0 21px 4px 11px;
	padding: 0;
	font-size: 100%;
	color: #999;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
h2 {
	margin: 10px 21px 10px 10px;
	padding: 0;
}
h3 {
	padding:4px 10px;
	margin: 10px 0 10px 0;
	color: #036;
	font-size: 14px;
	background: #fff url("../common_img/tittle.gif") left bottom repeat-x;
	border: 1px solid #369;
}
/*-----------------------------------------------------------------------------------*/
#info ul{
	margin: 0;
	padding: 0;
}
#info li {
	margin: 6px 10px;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px dotted #666;
}
#info li span {
	margin-right: 10px;
	color: #c03;
	/*\*/
	letter-spacing: 0em;
	/**/

}
.menu-header {
	margin: 0;
	padding: 50px 20px 10px 20px;
	font-size: 134%;
}
.menu-content {
	padding: 0px 20px 50px 20px;
}
.menu-categories{
	background: url(../common_img/list_top.gif) left top no-repeat;
	margin: 0;
}
.menu-categories .menu-content{
	background: url(../common_img/list_bottom.gif) left bottom no-repeat;
}
.menu-list {
	border-top: 1px solid #ccc;
	list-style: none;
	margin:0;
	padding:0;
}
.menu-list li{
	border-bottom: 1px solid #ccc;
}
.menu-list a {
	display:block;
	padding: 4px 0 4px 6px;
	text-decoration : none;
}
strong{
	color: #069;
}
.ad {
	padding: 0 8px 6px 9px;
}
h4{
	font-size: 137%;
	margin: 0;
	padding: 4px 30px;
	color: #9c6;
	border-bottom: 1px solid #9c6 ;
}
.no1 {
		background: url(../img/no1.gif) left center no-repeat;
}
.no2 {
		background: url(../img/no2.gif) left center no-repeat;
}
.no3 {
		background: url(../img/no3.gif) left center no-repeat;
}
.no4 {
		background: url(../img/no4.gif) left center no-repeat;
}
.no5 {
		background: url(../img/no5.gif) left center no-repeat;
}
.no6 {
		background: url(../img/no6.gif) left center no-repeat;
}