﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	text-align: justyfy;
	color: #333;
}

html {
	text-align: center;
}

body {

	text-align: left;
	margin: 40px auto 0 auto;
	width: 760px;
}

a:link {
	color: #966;
	text-decoration:underline;
}

a:visited {
	color: #966;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

a:active {
	color: #f00;
	text-decoration: none;
}


#kyon ul{
	margin: 10px 0;
	text-align:center;
	font-family: 'Arial';

}

#kyon li{
	display: inline;
	list-style: none;

}

#kyon ul li a{
	float:left;
	background-image: url('./img/header.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 10em;
	list-style: none;
	font-size: 80%;
	margin: 0 0 5px 0;
	padding: 1px 5px;
	border-top: 1px solid #ccc;
	text-decoration: none;
	color: #960;
}

#kyon ul li a.shop{
	float:left;
	background-image: url('./img/header.gif');
	background-repeat: repeat-x;
	background-position: left top;
	width: 10em;
	list-style: none;
	font-size: 80%;
	margin: 0 0 5px 0;
	padding: 1px 5px;
	border-top: 1px solid #ccc;
	text-decoration: none;
	color: #960;
}

#kyon li a:hover{
	float:left;
	color: #a00;
	border-color: #a00;
	background-image: url('./img/header2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#kyon li a.shop:hover{
	float:left;
	color: #fc6;
	border-color: #a00;
	background-image: url('./img/header2.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

#haruhi {
	clear:left;
	font-size: 100%;
	padding: 0 0 0px 170px;
/*	height: 380px;*/
	background-image: url('./img/gyoza2.jpg');
	background-repeat: no-repeat;
	background-position: -150px 0;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}

#haruhi ol{
	list-style: none;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
/*	position: relative;
	top: -10px;*/
	margin: 0 0 20px 0px;
	border-right:1px solid #ccc;	
	border-left: 1px solid #ccc;
}

#haruhi ol li{
	display: inline;
	list-style: none;
	margin: 0px  0px 0 px;
	border-right:1px solid #ccc;	
	border-left: 1px solid #ccc;
}

#haruhi li img{
	margin: 10px 0;
}

#haruhi ul{
	margin: 10px 1em 15px 75px;
	line-height: 1.5em;
	color: #333;
	font-size: 85%;
	text-indent:0.5em;

}

#haruhi a{
	color:blue;
	font-size:90%;
	text-indent:0.5em;
	text-decoration:underline;
	
}

#totoro {
	
    text-align:left;
	border-right:1px solid #ccc;	
	border-left: 1px solid #ccc;
	margin-top:-40px;	
	color:blue;
		}

#totoro p{
	
	font-size:110%;
		margin: 20px 20px;

	
}

#totoro a{

	color:blue;
}

#nagato {
	border-top: 1px solid #ccc;
	
	text-align: left;
	background-color: #eee;
	height: 30px;
	line-height:30px;
	padding-left:10px;
/*	position: relative;*/
	margin-top:-15px;
	font-size: 85%;
}


h1 {
/*	height: 27px;
	width: 320px;
	background-image: url('./img/hgs.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0;
*/
}

h2,h3 {
	margin-top: 20px;
/*	height: 36px;
	width: 249px;
	background-image: url('./img/h2.jpg');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0;
*/
}


p{
	margin: 10px 1em 15px 5px;
	line-height: 1.5em;
	color: #333;
	font-size: 85%;
	text-indent:1em;
}

address{
	font-style:normal
}



dl {
	line-height: 1.1em;
	margin: 1em 1em 0 15px;
	font-size: 85%;
}

dt {
	color: #333;
	margin: 5px 0 0 0;
	padding: 0.2em 0;
}

dd {
	color: #999;
	padding: 0.2em 0;
}




ul,ol {
	line-height: 1.3em;
}

h2,h3,dl,p{
	margin-left: 30px;
}
