@charset "utf-8";
/* {X^C
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	background-image: url(../image/html_bg.jpg);	
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 70%;
	text-decoration: none;
	line-height: 1.5;
	background-color: #c4ab75;
	color: #000000;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border-right-color: #999999;
	border-right-style: solid;
	border-left-color: #999999;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}

li {
	text-decoration: none;
	list-style-type: none;
}
h1 {
	font-size: 120%;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	border: 0;
	color: #663333;
}
a:hover{
	text-decoration: underline;
	
}
img {
	border: 0;
}
/* wb_[
---------------------------------------------*/
#header {
	background-image: url(../image/head_bg.jpg);
	background-repeat: no-repeat;
	height: 170px;
	position: relative;
	z-index: 100;
}
#header p {
	color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	font-size: 100%;
	letter-spacing: 0em;
}
#logo img {
	margin-bottom: 0px;
	position: absolute;
	top:35px;
}

#seson {
	margin-top: 22px;
	margin-right: 20px;
	margin-left: 200px;
}

/* irQ[V
---------------------------------------------*/
#nav {
	margin-left: 200px;
	margin-top: 10px;
	position: absolute;
	width: 570px ;
}
#nav a  {
	color: #666666;
}
#nav li  {
	margin-right: 8px;
	float: left;
	width: 103px ;
}
#nav li a  {
	display: block;
	width: 100%;
}
#nav li a:hover  {
	color: #FFFFFF;
	background-color: #c4ab75;
	
}
#nav li li  {
	margin-right: -7px;
	border: 1px;
	background-color: #FFFFFF;
	border-color: #000000;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-right-style: solid;
}
#nav li li a  {
	width: 97px !important;
	width/**/: 97px;
	padding-right: 3px;
	padding-left: 3px;
}
.parent ul {
	display: none;	
}
.parentOn ul {
	display: block;	
}

#contener {
		
}

/* TChirQ[V
	---------------------------------------------*/
#side {
    position: static;
    float: left;
	width: 150px;
	margin:10px;
	
}

#sidenav {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	letter-spacing: 0.1em;
	border: 2px double #000000;
	margin-bottom: 20px;	
}
#linkb{
	margin-left: 15px;	
}
#sidenav h2 {
	background-color: #333333;
	border: 2px;
	border-bottom-color: #666666;
	border-bottom-style: double;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: center;
	padding: 3px 0px 1px 0px;	
}
#sidenav h2 a {
    display: block;
	width: 100%;
	color: #FFFFFF;
	
}

#sidenav ul {
	margin: 0;
	list-style: none;
	line-height: 1.2;

}
#sidenav li {
	margin: 0;
	background: url(../image/star.jpg) left center no-repeat;
}
#sidenav li a  {
	display: block;
	width: 125px !important;
	width/**/: 125px;
	color: #999999;
	padding: 0px 0px 0px 25px;
	background: url(../image/star2.jpg) left center no-repeat;
}
*:first-child+html #sidenav li a {width: 115px;}
#sidenav li a:hover  {
	color: #666666;
	background: none;
}
#sidenav h2 a:hover  {
	font-weight: bold;
	letter-spacing: 0em;
}

/* CRec
	---------------------------------------------*/


#main  {
	
	border: 1px;
	border-color: #000000;
	border-style: dotted;
	border-right: none;
	width: 580px;
	margin-left: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
*:first-child+html #main {width: 580px;}
#mainnav {
	text-align: right;
	color: #333333;
	margin: 10px 10px -10px 10px;
}
#mainnav a {
	color: #333333;
}



/* ------------*/
#home h2 {
	background-color: #FF0000;
	border: none;
}
#home a {
	color: #FFFFFF;
}
#event h2  {
	border-bottom-color: #EDB329;
}
#event h2 a:hover  {
	color: #000000;
	background-color: #EDB329;
	
}
#catalog h2  {
	border-bottom-color: #009193;
}
#catalog h2 a:hover  {
	color: #000000;
	background-color: #009193;
}
#shop h2  {
	border-bottom-color: #33A02C;
}
#shop h2 a:hover  {
	color: #000000;
	background-color: #33A02C;
}
#store h2  {
	border-bottom-color: #CD82BE;
}
#store h2 a:hover  {
	color: #000000;
	background-color: #CD82BE;
}
#info h2 a:hover  {
	color: #000000;
	background-color: #CCCCCC;
}
#event li a:hover  {
	color: #EDB329;
}
#catalog li a:hover  {
	color: #009193;
}
#shop li a:hover  {
	color: #33A02C;
}#store li a:hover  {
	color: #CD82BE;
}
#info li a:hover  {
	color: #666666;
}
#banner  {
	background-color: #c4ab75;
	padding-top: 10px;
	margin:0px 10px;
}

/* ------------*/
#qr {
	margin-left: 45px;
	margin-bottom: 2px;
	margin-top: 6px;
}
#sidenav p {
	color: #CCCCCC;
	text-align: center;	
}
#i {
	color: #CCCCCC;
	text-align: center;	
}


/* tb^[
	---------------------------------------------*/
#footer {
	background-color: #FF0000;
	color: #FFFFFF;
	height: 38px;
	width: 780px;
	position: static;
	clear: both;
}
#footer a {
	color: #FFFFFF;
}
#footer ul {
	padding-left:150px;
}
#footer li {
	display: block;
	float: left;
	text-align: center;
	line-height: 1.8;
	padding-top: 2px;
}
address {
	font-style: normal;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.8;
	clear: both;
	
}
#point_pink {
	color: #FF3399;
}
