@charset "utf-8";
/* CSS Document */
html {
	background-color:#80C3DE;
}

body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
	background-image:url(../img/footer_BG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	min-width:810px;
}

#ContWrapper {
	background-image:url(../img/footer_BG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

img {border:0;}

a {outline:0;}

#PageWrapper {
	background-color:#FFF;
}

/*=============================================
ヘッダー
=============================================*/
#Header {
	width:800px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:15px;
}

h1 {
	text-indent:-9999px;
	width:224px;
	height:42px;
	margin:0;
	padding:0;
	float:left;
}

h1 a {
	display:block;
	height:42px;
	background-image:url(../img/header_logo.gif);
	background-repeat:no-repeat;
}


#HeaderRight {
	width:222px;
	float:right;
	margin-top:-5px;
}

#HeaderRight address {
	display:block;
	text-indent:-9999px;
	width:222px;
	height:22px;
	background-image:url(../img/header_tel.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

#HeaderRight a {
	display:block;
	text-indent:-9999px;
	background-image:url(../img/header_inquiry_btn.gif);
	background-repeat:no-repeat;
	height:22px;
}

#HeaderRight a:hover {
	background-image:url(../img/header_inquiry_btn_on.gif);
}

/*=============================================
メニュー
=============================================*/
#MainNavi {
	clear:both;
	width:800px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}

#MainNavi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#MainNavi li {
	margin:0;
	padding:0;
	float:left;
}

#MainNavi li a {
	display:block;
	text-indent:-9999px;
	background-image:url(../img/menu_BG.gif);
	height:29px;
}

/* メニュー（通常時） */
#menu01 a {
	width:266px;
	background-position:0 0;
}

#menu02 a {
	width:266px;
	background-position:-266px 0;
}

#menu03 a {
	width:268px;
	background-position:-532px 0;
}

/* メニュー（オンマウス時） */
#menu01 a:hover {
	background-position:0 -31px;
}

#menu02 a:hover {
	background-position:-266px -31px;
}

#menu03 a:hover {
	background-position:-532px -31px;
}

/* メニュー（ページ選択時） */
#menu01Now a {
	width:266px;
	background-position:0 -31px;
}

#menu02Now a {
	width:266px;
	background-position:-266px -31px;
}

#menu03Now a {
	width:268px;
	background-position:-532px -31px;
}

/*=============================================
メインビジュアル
=============================================*/
#IndexMain {
	width:800px;
	height:470px;
	overflow:hidden;
	border:1px solid #CCC;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	clear:both;
}

#PageMenu h2 {
	margin:0;
	padding:0;
	border-bottom:3px solid #060;
}

#PageMenu h2 a {
	display:block;
	padding:5px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#5EC72C;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

#PageMenu h2 a:hover {
	background-color:#428B1F;
	color:#FFF;
}

#PageMenu h3 {
	margin:0;
	padding:0;
	padding-top:10px;
}

#PageMenu h3 a {
	display:block;
	font-size:11px;
	color:#039;
	background-image:url(../img/regist_user_only_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:48px;
	margin:0;
}

#PageMenu h3 a:hover {
	color:#C00;
}

#PageMenu p {
	margin:0;
	padding:0;
	font-size:10px;
}

/*=============================================
フッター
=============================================*/
#Footer {
	background-color:#80C3DE;
	clear:both;
}

#FooterInner {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	padding:5px;
}

#BottomMenu {
	width:500px;
	float:left;
	padding-bottom:5px;
}

#BottomMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#BottomMenu li {
	float:left;
	padding-right:20px;
}

#BottomMenu li a {
	font-size:10px;
	background-image:url(../img/footer_link_allow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#CCE7FF;
}

#BottomMenu li a:hover {
	background-image:url(../img/footer_link_allow_on.gif);
	color:#FFF;
}

#BottomMenu li a span {
	font-size:12px;
	font-weight:bold;
}


#Copyright {
	float:right;
	width:250px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CCE7FF;
	padding-top:10px;
}

.Red {color:#C00;}


.ContNavi {
	overflow:auto;
	width:570px;
}

#MainCont .ContNavi a {
	color:#039;
	font-size:12px;
	display:block;
	width:160px;
	float:left;
	padding:10px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:5px;
	background-image:url(../product/img/cont_navi_allow.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:normal;
}

.ContNavi span {
	color:#000;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:160px;
	float:left;
	padding:10px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:5px;
	background-image:url(../product/img/cont_navi_allow_on.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.BackToTop {
	clear:both;
	padding-top:10px;
	text-align:right;
}

.BackToTop a {
	font-size:12px;
	background-image:url(../img/backtotop_icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
}

