/*
 reset  [
----------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
	z-index: -1;
}
li {
	list-style-type: none;
}
/*
 base [
----------------------------------------------------------- */
body {
	text-align: center; /
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	background-color: #EEEEEE;
}
.clearfix {
	min-height:0;
	display: inline-table;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
span.clear {
    display : block ;
    visibility : hidden ;
    height : 0px ;
    font-size : 0px ;
    line-height : 1 ;
    clear : both ;
}
* html .clearfix {
	height:0;
}
.clearfix {
	display: block;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #888888;
	text-align: left;
}
/*
 header[
----------------------------------------------------------*/
#index_header {
	background-image: url(../img/header.gif);
	height: 100px;
	width: 900px;
}
#header {
	background-image: url(../img/header.gif);
	height: 100px;
	width: 900px;
	position: relative;
}
#header #search {
	position: absolute;
	top: 60px;
	right: 10px;
}
/*
 gnavi[
----------------------------------------------------------*/
#gNaviArea {
	width: 900px;
	height: 22px;
	text-align: center;
	margin: 0;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}
#gNav {
	float: left;
	width: 900px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
#gNav li {
	float: left;
	list-style-type: none;
}
#gNav li ul {
	font-size: small;
}
#gNav li a {
	display: block;
}
#gNav li ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 500;
	background-color: #e5e5e5;
}
#gNav .hover ul, #gNav li:hover ul {
	z-index: 9999;
}
#gNav li ul li {
	float: none;
}
#gNav li ul li a {
	z-index: 1000;
	width: 160px;
	height: 24px;
	display: block;
	text-align: left;
	border-right:1px solid #009999;
	border-left:1px solid #009999;
	border-bottom:1px solid #009999;
	padding: 6px 10px 0 15px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #0066CC;
	background-repeat: no-repeat;
	background-position: 7px 12px;
}
#gNav li ul li a:hover {
	z-index: 1000;
	text-decoration: none;
	color: #FF0000;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 7px 12px;
}
#shim {
	position: absolute;
	z-index: -1;
	width: 200px;
	height: 420px;
}
/*
 content[
----------------------------------------------------------*/
#topContent {
	background-color: #FFFFFF;
	background-image: url(../img/base_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	_background-position: 0px top;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	width: 820px;
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(../img/base_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	width: 820px;
}
#jigyoContent {
	background-color: #FFFFFF;
	background-image: url(../img/jigyo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	position: relative;
	width: 820px;
}
#base_conArea {
	margin-top: 0px;
	margin-bottom: 30px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#restaurant_conArea {
	margin-top: 0px;
	margin-bottom: 30px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#pankuzu_index {
	font-size: 85%;
	text-align: left;
	margin-bottom: 15px;
}
/*
 footer[
----------------------------------------------------------*/
#footer {
	text-align: center;
	background-image: url(../img/footer_line.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0;
}
#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	font-size: 85%;
}
#footer ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	padding-bottom: 7px;
	font-size: 85%;
	padding-top: 13px;
}
#footer li {
	display: inline;
	margin-left: 2px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
}

