@charset "utf-8";
/*######################################
魚長
■レイアウト用■
layout.css
CSS Version 2.0
LastModefied:2007.09.06 By yoshida
######################################*/

/*########################
Global
	border: 1px solid orange;
########################*/
*{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

body{
	background-color: black;
	color: white;
	text-align: center;
}

ul{
	margin: 0;
	padding: 0;
}

ol{
	margin-left: 1em;
	padding-left: 1em;
}

a{color: #EEE8AA; text-decoration: none;}
a:hover{color: #FFFF00;}
a.on{color: #FFFF00;}

#body{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0;
}

/*########################
Global
########################*/
#index{/*index用レイアウト*/
	width: 100%;
	text-align: center;
}

#main{
	width: 602px;
	float: right;
}

/*========================
メニュー
========================*/
#menu{
	width: 158px;
	float: left;
}

#menu ul{list-style: none;}
#menu li{list-style: none;}

#menu li a{
	display: block;
	width: 158px;
	height: 40px;
	font-size: 10pt;
	color: white;
	padding-top: 17px;
}

#menu li a:hover{
	background-image: url('../grf/menu.gif');
	background-repeat: no-repeat;
	background-position: left;
	color: white;
}

h1{
	width: 602px;
	background-image: url('../grf/title.gif');
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	color: #CC6666;
	padding-top: 18px;
	padding-left: 72px;
	padding-bottom: 14px;
}

h2{
	background-color: #CC6666;
	font-size: 18px;
	color: white;
	margin-top: 10px;
	padding: 3px;
}

/*########################
営業案内
########################*/
p.eigyou{
	line-height: 130%;
	font-size: 80%;
	text-align: center;
}

table.eigyou{
	width: 485px;
}

table.eigyou th{
	background-color: #9999FF;
	font-size: 80%;
	color: #333333;
	text-align: left;
	font-weight: normal;
	padding: 3px;
}

table.eigyou td{
	background-color: #CCCCCC;
	font-size: 80%;
	color: #333333;
	text-align: left;
	padding: 3px;
}

/*========================
========================*/
/*------------------------
------------------------*/
