@charset "utf-8";
/* CSS Document */

* {
	font-size: 12px;
	line-height: 1.7em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	text-decoration: none;
}
body {
	text-align: center;
	background-color: #000;
}
#contents {
	text-align: left;
}
img {
	border-style: none;
}

#logolink{
	margin-left: 13px;
	padding: 40px 10px 0 10px;
	float: left;
}

h1 {
	float: right;
	color: #000;
	padding-top: 50px;
	padding-right: 10px;
}

h1 span.lmoji{
	color: #000;
	font-size: 14px;
}

h2 img {
	margin-bottom: 20px;
}
hr {
	color: #666;
	clear: both;
	height: 1px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.clear {
	clear: both;
}
.icon1 {
	background-image: url(../img/icon_dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.toTop {
	width: 6em;
	float: right;
	margin-top: 20px;
	clear: both;
	margin-bottom: 30px;
}

#contents {
	width: 1191px;
	margin-right: auto;
	margin-left: auto;
}


#mainArea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#mainArea #menu ul {
	margin-left: 185px;
	position: absolute;
	top: 118px;
}

/*
2階層目以降メニュー
*/

#menu {
	clear: both;
}


#menu ul li{
	float: left;
	list-style-type: none;
	display: block;
	height: 67px;
	width: 179px;
	font-size: 0px;
}

#menu ul li a {
	height: 67px;
	width: 179px;
	display: block;
	text-indent: -9999px;
	outline:0px;
}

#menu ul li a:hover {
	height: 67px;
	width: 179px;
}

#menu ul li.menu01 a:hover {
	background: url(../img/menu.jpg) no-repeat left 0px;
}
#menu ul li.menu02 a:hover {
	background-image: url(../img/menu.jpg);
	background-position: -179px 0px;
}

#menu ul li.menu03 a:hover {
	background: url(../img/menu.jpg) -358px 0px;
}

#menu ul li.menu04 a:hover {
	background: url(../img/menu.jpg) right 0px;
}
#sideArea  {
	float: left;
	width: 185px;
	position: absolute;
	top: 500px;
}


#sideArea #bannr img {
	margin-bottom: 15px;
}

#sideArea #bannr img.webshop {
	margin-bottom: 6px;
}
#mainArea #rightMain {
	float: right;
	width: 687px;
	min-height: 400px;
	_height: 400px;
	margin-top: 220px;
}

#mainArea #rightMain p {
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 50px;
}

/*ページ移動ボタン*/
.pagemovebtn{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pagemovebtn table{
	margin: 0 auto;
}

.pagemovebtn td{
	text-align: center;
}

.pagemovebtn a{
	text-decoration: underline;;
}

/*
共通フッター
*/

#mainArea #footer {
	text-align: center;
	background-image: url(../img/under_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 900px;
	height: 213px;
}

#mainArea #footer p {
	padding-top: 10px;
	font-size: 10px;
}

#mainArea #footer p.foottop{
	padding-top: 30px;
}

#mainArea #footer p a{
	font-size: 10px;
}

hr.bodybtm {
	margin-bottom: 0;
}

