@charset "utf-8";
/* CSS Document */
html {
	background-color:#FFF;
}

body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../img/footer_BG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:800px;
}

img {border:0;}

a {outline:0;}

#PageWrapper {
	background-color:#FFF;
}

#ContWrapper {
	background-image:url(../img/footer_BG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:800px;
	overflow:hidden;
}

/*=============================================
ヘッダー
=============================================*/
#Header {
	width:800px;
	overflow:hidden;
	margin: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:hidden;
	margin: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:auto;
	background-color:#FFF;
	clear:both;
}

/*=============================================
フッター
=============================================*/
#Footer {
	background-color:#80C3DE;
	clear:both;
	width:800px;
	overflow:hidden;
}

#FooterInner {
	overflow:hidden;
	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;
}

#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;}

/* ---------------------------
	Google search API >> #PageMenu
--------------------------- */
#PageMenu div.search_box { width:100%; margin-top:20px; padding:10px 0; border:2px solid #c0e395; background-color:#ecf2e7; }
#PageMenu div.search_box p { color:#335c30; margin:0 10px; font-size:14px; line-height:1.6; }
#PageMenu div.search_box form#cse-search-box { margin:0 10px; text-align:right; }
#PageMenu div.search_box form#cse-search-box input.text_field { width:175px; height:22px; text-align:left; font-size:12px; line-height:1.6; margin:0 0 5px; vertical-align:top; }
#PageMenu div.search_box form#cse-search-box input.btn_field { text-align:right; width:50px; text-align:center; height:28px; font-size:12px; line-height:1.6; margin:0 0 5px; vertical-align:top; }
#PageMenu div.search_box dl { margin:0 10px; padding:0; }
#PageMenu div.search_box dt { color:#335c30; font-size:14px; line-height:1.6; margin:0 0 5px; padding:0; border-bottom:1px solid #c0e395; }
#PageMenu div.search_box dd { font-size:12px; line-height:1.6; margin:0 0 5px; padding:0 0 5px; border-bottom:1px solid #c0e395; }
#PageMenu div.search_box a { color:#3f3f3f; }
#PageMenu div.search_box a:hover,#PageMenu div.search_box a:active { text-decoration:none; }


/* 20110316 */
#SideBanner {display:none;}
