@charset "utf-8";
/* formatting style
-----------------------------------*/


* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	line-height: 1.6;
	color: #FFFFFF;
	font-size: 75%;
	background-color: #666666;
}
hr {
	display: none;
}
.big_red {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.big_text {
	font-size: large;
	font-weight: bold;
}


/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
.yellow {
	color: #FFCC00;
	font-weight: bold;
	font-size: large;
}

/* basic style
-----------------------------------*/

#wrapper {
	width: 920px;
	background-color: #000000;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	margin: 0px auto;
}
#main {
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	width: 720px;
	left: 70px;
	margin-top: 20px;
}
#home_main {
	padding-left: 30px;
}
#home_main a {
	color: #0099FF;
	text-decoration: underline;
}

#shop #wrapper #main a {
	font-size: large;
	color: #FF9900;
}
#main .wk {
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 280px;
}



#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: EFEFEF;
}
#main div.ishi {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 20px;
}
#main div.ishi h3 {
	border-left: 4px double #FFCC00;
	padding-left: 10px;
	border-bottom: 2px solid #FFCC00;
	color: #CCCCCC;
}
#main div.ishi img {
	border: 1px solid #666666;
}
#main div.pickup {
	float: left;
	width: 279px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#main div.pickup h3 {
	border-left: 4px double #FFCC00;
	padding-left: 10px;
	border-bottom: 2px solid #FFCC00;
	color: #CCCCCC;
}
#main div.pickup img {
	border: 1px solid #666666;
}

#main div.history {
	margin-bottom: 40px;
}
#main div.history img {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 20px;	
}
#main div.ishi_point {
	margin-bottom: 40px;
	margin-top: 20px;
	clear: both;
}
#main div.ishi_point img {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
#main div.tri_point {
	margin-bottom: 40px;
	margin-top: 20px;
	clear: both;
}
#main div.tri_point dd {
	padding-left: 15px;
}
#main div.tri_point img {
	border: 1px solid #CCCCCC;
	float: right;
}
#main div.access_map {
	padding-left: 50px;
}
#main div.access_map img {
	padding-bottom: 10px;
	padding-left: 5px;
}




#footer {
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 10px;
	clear: both;
	text-align: right;
	line-height: 1.4;
}
/* header style
-----------------------------------*/
#header {
	height: 135px;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	background-color: #000000;
}
#header #logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#header #lang a{
	position: absolute;
	left: 30px;
	top: 90px;
	font-size: medium;
	color: #0066FF;
}
#header #horyuji a{
	position: absolute;
	left: 30px;
	top: 120px;
	font-size: medium;
	color: #0066FF;
}
#header ul {
	width: 920px;
	position: absolute;
	left: 0px;
	top: 120px;
	background-color: #FFFFFF;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	height: 25px;
	width: 113px;
	border-top: 2px solid #FF0000;
	border-bottom: 4px double #FFCC00;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #FF9900
}

#header ul li#nHome a {
	border-left-style: none;
	width: 136px;
}
#header ul li#nYamato_chanpon a {
	width: 136px;
}
#header ul li#nEstablishData a,
#header ul li#nOperationData a{
	width: 90px;
	
}
#home #header #nHome a,
#yamato_chanpon #header #nYamato_chanpon a,
#charter #header #nCharter a,
#particular #header #nParticular a,
#shopImage #header #nShopImage a,
#basicMenu #header #nBasicMenu a,
#establishData #header #nEstablishData a,
#operationData #header #nOperationData a{
	color: #FFFFFF;
	background-color: #663300
}
#home #header {
	background-image: url(image/t_headea_ishiyaki2.jpg);
	height: 446px;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	background-color: #000000;
}
#home #header ul {
	width: 920px;
	position: absolute;
	left: 0px;
	top: 415px;
	background-color: #FFFFFF;
}
#menu #wrapper #main img {
	border: 1px solid #CCCCCC;
	margin-right: 7px;
	margin-top: 5px;
}
#basicMenu   #wrapper   #main   ul {
	margin-left: 30px;
}
#home #wrapper #main img {
	margin-top: 5px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
}
#manual #wrapper #main .wk img {
	border: 1px solid #999999;
}
#manual #wrapper #main .wk p {
	font-size: 15px;
	line-height: 1.5em;
}


.category {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px solid #FFCC00;
	padding-left: 2px;
}
.item_image {
	padding: 5px;
	float: left;
	margin: 10px;
}

.price {
	font-weight: bold;
	color: #FFCC00;
}
.subcomment {
	font-size: 90%;
	color: #999999;
}
/* gyoza manual
-----------------------------------*/
#shop #wrapper #main .wk img {
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 10px;
}
#shop #wrapper #main .wk {
	width: 600px;
	padding-top: 30px;
	height: 170px;
	padding-left: 50px;
}
#model table {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

