@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_BG2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	min-width:810px;
	right: auto;
}

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

#HeaderEngLink {
	text-align:right;
	padding-bottom:5px;
}

#HeaderEngLink a {
	background-image:url(../img/eng_allow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:16px;
	font-size:18px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

#HeaderEngLink a:hover {
	background-image:url(../img/eng_allow_on.gif);
	color:#000;
}

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

/* ---------------------------
	Google search API >> #head
--------------------------- */
#head { width:800px; margin:0 auto 15px; }
#head h1, #head p, #head input { font-size:12px; line-height:1.6; margin:0; padding:0; }
#head .inner_left { width:225px; float:left; padding-top:20px; }
#head .inner_search { width:353px; float:left; padding-top:5px; }
#head .inner_right { width:222px; float:right; padding-top:15px; }

#head h1 { width:225px; height:42px; background:url(../img/header_logo.gif) no-repeat; }
#head h1 a { display:block; width:225px; height:42px; }

#head #h_img_tel { width:222px; height:22px; margin-bottom:5px; background:url(../img/header_tel.gif) 2px 0px no-repeat; }

#head #h_img_inq { width:222px; height:22px; background:url(../img/header_inquiry_btn.gif) no-repeat; }
#head #h_img_inq a { display:block; width:222px; height:22px; background:url(../img/header_inquiry_btn.gif) no-repeat; }
#head #h_img_inq a:hover { background:url(../img/header_inquiry_btn_on.gif) no-repeat; }
#head #h_img_inq a:active { background:url(../img/header_inquiry_btn_on.gif) no-repeat; }

#head strong { display:none; }

#head div.search_box { width:255px; margin-left:45px; padding:3px 0; border:1px solid #d7d7d7; }
#head div.search_box p { margin:0 5px; }
#head div.search_box form#cse-search-box { margin:0 5px; }
#head div.search_box form#cse-search-box input.text_field { width:175px; height:22px; }
#head div.search_box form#cse-search-box input.btn_field { width:50px; height:28px; }

#head br.clear { display:block; clear:both; height:1px; font-size:0px; line-height:1px; }
.main_cont_p {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	right: auto;
}


/*=============================================
メニュー
=============================================*/
#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;
}


/* ---------------------------
	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; }


/*=============================================
フッター
=============================================*/
#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;
}
.style1 {
	float: right;
}
.style2 {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
}
.style3 {
	font-size: 16px;
	color: #33CC33;
	text-decoration: none;
	font-weight: bolder;
}
#MainCont #contbnr {
	width: 350px;
	float: left;
}
#MainCont #messagebnr {
	float: right;
	width: 385px;
}
#MainCont #orgwax {
	float: left;
	width: 380px;
}
#MainCont #message {
	float: right;
	width: 400px;
	height: 98px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

