@charset "utf-8";
/* CSS Document */

img{border:0;}
*{margin:0; padding:0;}
*{font-weight:normal; font-style:normal;}
*{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;}


h1,h2,h3,h4,h5{
	font-size:100%;
	color:#000;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration:none;
	color: #0099FF;
	font-weight: bold;
}
a:visited {
	color:#6666CC;
}
a:hover {
	color:#FF9900;
}
a:active { color:#D7FA99; 
}

strong {
	font-weight: nomal;
}
.note01 {
	font-size: 10px;
	color: #333333;
}
.special01 {
	font-size: 9px;
}
.push01 {
	font-weight: bold;
	color: #FF3300;
}

.push02 {
	font-weight: bold;
	color: #333333;
}
.push03 {
	font-weight: bold;
	color: #886600;
}
.push04 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}


/*--------------------ページ全体へのCSS--------------------*/
body {
	background-image: url(../imges/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #000000;
}

/*--------------------container--------------------*/
#container {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/common/container_bg.gif);
	background-repeat: repeat-y;
}
#container  h1 {
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 2px;
	margin-right: 2px;
	padding: 0px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 0px;
}

/*--------------------header--------------------*/
#header {
	background-image: url(../imges/header.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 835px;
	margin-top: 4px;
}
#header img {
	float: left;
}

/*--------------------menu--------------------*/

#menu {
	margin-top: 28px;
}
#menu li {
	display: block;
	height: 53px;
	width: 160px;
	float: left;
}
#m02 {
	margin-left: 9px;
}
#m03 {
	margin-left: 9px;
}
#m04 {
	margin-left: 9px;
}
#m05 {
	margin-left: 8px;
}

#menu em {
	visibility: hidden;
	font-size: 9px;
}

#menu a {
	text-decoration: none;
	display: block;
	height: 53px;
	width: 160px;
}

#m01 a {
	background-image: url(../imges/menu/m01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#m01 a:hover,#header #m1 a:active {
	background-image: url(../imges/menu/m01_on.jpg);
	background-repeat: no-repeat;
}
#m02 a {
	background-image: url(../imges/menu/m02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#m02 a:hover,#header #m1 a:active {
	background-image: url(../imges/menu/m02_on.jpg);
	background-repeat: no-repeat;
}
#m03 a {
	background-image: url(../imges/menu/m03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#m03 a:hover,#header #m1 a:active {
	background-image: url(../imges/menu/m03_on.jpg);
	background-repeat: no-repeat;
}
#m04 a {
	background-image: url(../imges/menu/m04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#m04 a:hover,#header #m1 a:active {
	background-image: url(../imges/menu/m04_on.jpg);
	background-repeat: no-repeat;
}
#m05 a {
	background-image: url(../imges/menu/m05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#m05 a:hover,#header #m1 a:active {
	background-image: url(../imges/menu/m05_on.jpg);
	background-repeat: no-repeat;
}

/*--------------------left--------------------*/

#left {
	float: left;
	width: 196px;
	margin-top: 10px;
}
#info dt {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 2em;
	margin-left: 5px;
	margin-right: 5px;
}
#info dd {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}
.qupon {
	margin-top: 10px;
	margin-bottom: 10px;
}


/*--------------------footer--------------------*/
#footer {
	background-image: url(../images/common/footer.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-left: 500px;
	padding-top: 10px;
	color: #CCCCCC;
	line-height: 1.7em;
	text-align: left;
	margin-top: 15px;
	padding-bottom: 10px;
}
#footer #name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/*--------------------copyright--------------------*/
#container address {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	background-image: url(../imges/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
}
.nex  {
	font-size: 1px;
	color: #000000;
}

