@charset "UTF-8";

/*=====================================
初期設定
=====================================*/
html,
body {
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
margin: 0px;
padding: 0px;
font-size: 12px;
height: 100%;
width: 100%;
}

/* タグのリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
caption,
img,
form {
margin: 0;
padding: 0;
border: none;
font-style: normal;
font-weight: normal;
text-align: left;
line-height: 100%;
list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での統一 */
textarea {
font-size: 100%;
}

/* 画像の下にできる隙間を除去 */
img {
vertical-align: bottom;
}

/* 回り込み解除 */
.clear {
clear: both;
height: 1px;
font-size: 0px;
line-height: 0px;
}

/* 右寄せテキストリンク */
p.rightLink {
position: relative;
height:70px;
}

p.rightLink a {
display: block;
position: absolute;
top: 0px;
right: 0px;
/*background-image: url(images_site/allow01.gif);*/
background-position: 0px 10px;
background-repeat: no-repeat;
margin: 0px;
padding: 1px 1px 1px 12px;
line-height: 28px;
text-decoration: underline;
}

p.rightLink a:hover {
color:#ADC851!important;
text-decoration: none;
}

/* トップへ戻るボタン */
p.totop {
position: relative;
height:25px;
clear: both;
}

p.totop a {
display: block;
position: absolute;
top: 5px;
right: 0px;
background-image: url(images_site/btn_totop.jpg);
background-position: 0px;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
line-height: 20px;
text-indent: -9999px;
height: 17px;
width: 117px;
}

p.totop a:hover {
background-color:#EE831B;
color:#FFFFFF;
text-decoration: none;
}

/*=====================================
テキストスタイル
=====================================*/

a {
color: #EE831B;
text-decoration: underline;
}

a:visited {
color: #EE831B;
text-decoration: none;
}

a:hover {
color:#ADC851;
text-decoration: none;
}

a:active {
color: #EE831B;
text-decoration: underline;
}

.red{
	color:#F00!important;
}
/*=====================================
ヘッダー
=====================================*/

#ALL {
width: 100%;
background-image: url(images_site/bg_all.jpg);
background-repeat: repeat;
}

#HEADER {
position: relative;
width: 875px;
height: 120px;
margin-right: auto;
margin-left: auto;
background-image: url(images_site/header_bg.jpg);
background-repeat: no-repeat;
}

#HEADER h1#TAGLINE,
#HEADER p#TAGLINE {
height:30px;
color: #503b3a;
font-size: 0.917em;
line-height: 29px;
margin: 0px;
padding: 0px 0px 0px 20px;
overflow: hidden;
}

#LEAD {
position: absolute;
top: 42px;
left: 23px;
width: 405px;
height: 28px;
border: none;
background-image: url(images_site/header_text.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}

#HEADER-TEL {
position: absolute;
top: 32px;
width: 244px;
height: 42px;
border: none;
background-image: url(images_site/header_tel.gif);
background-repeat: no-repeat;
text-indent: -9999px;
right: 19px;
}

#HEADER-CONTACT {
position: absolute;
top: 76px;
width: 244px;
height: 36px;
border: none;
background-image: url(images_site/header_contact.gif);
background-repeat: no-repeat;
text-indent: -9999px;
right: 19px;
}

#HEADER-CONTACT:hover {
background-position:0px -36px;
}

#LOGO {
position: absolute;
top: 30px;
left: 20px;
width: 380px;
height: 86px;
border: none;
background-image: url(images_site/logo_green_remake.gif);
background-repeat: no-repeat;
text-indent: -9999px;
display: block;
outline:none;
}

#HEADER-SUBMENU {
position: absolute;
height: 24px;
top: 91px;
right: 266px;
}

#HEADER-SUBMENU li {
float: left;
height: 24px;
margin: 0px;
padding: 0px 0px 0px 14px;
}

#HEADER-SUBMENU li a {
text-indent: -9999px;
display: block;
height: 24px;
outline:none;
}

#HEADER-SUBMENU li a:hover {
background-position:0px -24px;
}

#HEADER-SUBMENU .menuHome a {
background-image: url(images_site/header_submenu01.gif);
background-repeat: no-repeat;
width: 65px;
}

#HEADER-SUBMENU .menuAbout a {
background-image: url(images_site/header_submenu02.gif);
background-repeat: no-repeat;
width: 65px;
}

#HEADER-SUBMENU .menuHistory a {
background-image: url(images_site/header_submenu03.gif);
background-repeat: no-repeat;
width: 65px;
}

#HEADER-SUBMENU .menuStaff a {
background-image: url(images_site/header_submenu04.gif);
background-repeat: no-repeat;
width: 85px;
}

/*=====================================
メインメニュー
=====================================*/

#MAIN-MENU {
	width: 875px;
	height:38px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images_site/globalmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#MAIN-MENU ul {
	padding: 0px 0px 0px 20px;
	height: 35px;
}

#MAIN-MENU ul li {
margin:0px;
padding:0px;
float: left;
}

#MAIN-MENU ul li a,
#MAIN-MENU ul li span {
display: block;
background:url(images_site/globalmenu_bg.jpg) no-repeat;
outline:none;
text-decoration:none;
color: #384902;
font-weight:bold;
font-size:11px;
text-align: center;
text-indent:-9999px;
}

#MAIN-MENU ul li a:hover {
	background-image:none;
}

#MAIN-MENU ul .menu01 a {
	width: 142px;
	background-position:-20px 0px;
	height:38px;
}

#MAIN-MENU ul .menu02 a {
	width: 119px;
	background-position:-162px 0px;
	height:38px;
}

#MAIN-MENU ul .menu03 a {
	width: 119px;
	background-position:-281px 0px;
	height:38px;
}

#MAIN-MENU ul .menu04 a {
	width: 115px;
	background-position:-400px 0px;
	height:38px;
}

#MAIN-MENU ul .menu05 a {
	width: 128px;
	background-position:-515px 0px;
	height:38px;
}

#MAIN-MENU ul .menu06 a,
#MAIN-MENU ul .menu06 span {
	width: 108px;
	background-position:-643px 0px;
	height:38px;
}

#MAIN-MENU ul .menu07 a {
	width: 110px;
	background-position:-751px 0px;
	height:38px;
}
/*=====================================
フッター
=====================================*/

#FOOTER {
width: 875px;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
}

address {
width: 810px;
margin-right: auto;
margin-left: auto;
color: #503b3a;
font-size: 0.833em;
line-height: 180%;
text-align: center;
}

#FOOTER p {
width: 809px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
color: #503b3a;
font-size: 0.833em;
line-height: 180%;
text-align: center;
}

#FOOTER a {
color: #503b3a;
text-decoration: none;
}

#FOOTER a:hover {
color: #503b3a;
text-decoration: underline;
}

/*=====================================
コンテンツ
=====================================*/

#CONTENTS {
position: relative;
width: 875px;
margin: 0px auto;
padding: 13px 0px 0px;
}

/*=====================================
コンテンツ
=====================================*/

#MAIN {
float: left;
width: 607px;
background-image: url(images_site/bg_paper.gif);
background-repeat: repeat-y;
background-position: 21px top;
overflow: hidden;
}

#MAIN-HEAD {
margin-left: 21px;
width: 586px;
height: 29px;
background-image: url(images_site/bg_paper_head.gif);
background-repeat: no-repeat;
}
#MAIN-IMG {
margin: 5px 0px 10px 34px;
width: 559px;
height: 296px;
}
#MAIN-IMG #slideShowCount {
	float:left;
	margin: 0px;
	padding:2px 0px 0px;
	width: 189px;
	background-image: url(images_site/main_img_tab.jpg);
background-repeat: no-repeat;
background-position:-189px 0px;
}
#MAIN-IMG #slideShowCount li {
	float:left;
	width: 189px;
	background:none;
	list-style-type:none;
	padding:0px;
}
#MAIN-IMG #slideShowCount li a {
	display:block;
	text-indent:-9999px;
	background-image: url(images_site/main_img_tab.jpg);
background-repeat: no-repeat;
}
#MAIN-IMG #slideShowCount li a:hover {
	background-image: none;
}
#MAIN-IMG #slideShowCount li#slide0 a {
	height:100px;
	background-position:0px -2px;
}
#MAIN-IMG #slideShowCount li#slide1 a {
	height:97px;
		background-position:0px -102px;
}
#MAIN-IMG #slideShowCount li#slide2 a {
	height:97px;
		background-position:0px -199px;
}
#MAIN-IMG #slideShowItems {
	float:left;
	margin: 0px;
	padding:0px;
	width: 370px;
	height:296px;
	background-image: url(images_site/main_img.jpg);
background-repeat: no-repeat;
}
#MAIN-ADAREA {
width: 560px;
margin: 5px 0px 10px 34px;
padding: 0px;
}

#MAIN #MAIN-ADAREA span {
line-height: 1.1em!important;
display:block;
}

#MAIN #MAIN-ADAREA a {
text-decoration:none;
display:block;
width: 560px;
}

#MAIN #MAIN-ADAREA a:hover {
}

#MAIN-FOOT {
clear: both;
width: 586px;
height: 17px;
background-image: url(images_site/bg_paper_foot.gif);
background-repeat: no-repeat;
overflow: hidden;
margin: 0px 0px 0px 21px;
}

#MAIN-IMAGE {
margin-left: 28px;
margin-bottom: 19px;
border: none;
}

/* 選ばれる理由 */
#MAIN #TITLE-why {
background-image: url(images_site/title_why_gr.gif);
background-repeat: no-repeat;
margin: 0px 13px 0px 34px;
padding: 0px;
height: 16px;
line-height: 1%;
}

#MAIN #TITLE-why a {
text-indent: -9999px;
display: block;
height: 16px;
margin: 0px;
padding: 0px;
}

#MAIN #Three-reason {
background-image: url(images_site/top_why_gr.jpg);
background-repeat: no-repeat;
background-position: 0px -78px;
margin: 0px 10px 20px 34px;
height: 78px;
width: 559px;
padding: 0px;
}

#MAIN #Three-reason li {
background-image: none;
float: left;
width: 186px;
margin: 0px;
padding: 0px;
}

#MAIN #Three-reason li a {
display: block;
margin: 0px;
padding: 0px;
width: 186px;
text-indent: -9999px;
height: 78px;
background-image: url(images_site/top_why_gr.jpg);
background-repeat: no-repeat;
}
#MAIN #Three-reason li a:hover{
	background-image:none;
}
#MAIN #Three-reason li #reason1 {
background-position: 0px 0px;
}
#MAIN #Three-reason li #reason2 {
background-position: -186px 0px;
}

#MAIN #Three-reason li #reason3 {
background-position: -372px 0px;
}



#MAIN h2,
#MAIN .indTitle{
display: block;
background-image: url(images_site/bg_title_bar.gif);
background-position: left top;
background-repeat: no-repeat;
color: #5b443c;
line-height: 243%;
font-weight: bold;
margin: 0px 13px 10px 34px;
padding: 0px 8px 0px 37px;
font-size: 1.167em;
}

h2#TITLE-reform01 {
background-image: url(images_site/title_function.gif);
text-indent: -9999px;
}

h2#TITLE-reform02 {
background-image: url(images_site/title_exterior.gif);
text-indent: -9999px;
}

h2#TITLE-reform03 {
background-image: url(images_site/title_lifestyle.gif);
text-indent: -9999px;
}

h2#TITLE-voice {
background-image: url(images_site/title_voice.gif);
text-indent: -9999px;
}

#MAIN h3 {
display: block;
background-image: url(images_site/bg_title_line.gif);
background-position: left bottom;
background-repeat: no-repeat;
color: #708437;
font-size: 1.167em;
line-height: 140%;
font-weight: bold;
margin: 0px 13px 13px 34px;
padding: 3px 8px;
}

#MAIN p {
width: 550px;
color: #333333;
line-height: 140%;
margin: 0px 0px 12px 42px;
display: block;
font-size: 1.167em;
}

#MAIN ul {
display: block;
margin-left: 51px;
margin-right: 34px;
margin-bottom: 12px;
}

#MAIN li {
background-image: url(images_site/point.gif);
background-position: left 2px;
background-repeat: no-repeat;
padding-left: 16px;
color: #333333;
line-height: 140%;
list-style: none;
}

blockquote {
margin-left: 51px;
margin-right: 34px;
margin-bottom: 12px;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
background-color: #f5f4dd;
border: 1px solid #c8cca6;
color: #503b3a;
font-size: 0.8em;
line-height: 140%;
}

#MAIN table {
margin: 0px 34px 12px 51px;
}

#MAIN table td,
#MAIN table th {
line-height: 140%;
}

.g-table table {
border-collapse: collapse;
border-spacing: 0px;
border: 1px solid #91a471;
}

.g-table th {
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 3px;
background-color: #e5edc3;
border-collapse: collapse;
border-spacing: 0px;
border: 1px solid #91a471;
color: #708437;
line-height: 140%;
font-weight: bold;
text-align: left;
vertical-align: top;
}

.g-table td {
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 3px;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #91a471;
color: #333333;
line-height: 140%;
list-style: none;
text-align: left;
vertical-align: top;
}

.g-table th.table-midashi,
.g-table td.table-midashi {
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 3px;
background-color: #b3c763;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #91a471;
color: #ffffff;
line-height: 140%;
font-weight: bold;
text-align: left;
vertical-align: top;
}

.boxarea {
margin: 0px 0px 16px 21px;
padding: 0px;
}

.box01 {
float: left;
width: 288px;
padding: 0px 0px 16px;
}

.box01 a {
display: block;
position: relative;
width: 272px;
margin-left: 13px;
background-image: url(images_site/bg_box.gif);
background-repeat: no-repeat;
text-decoration: none !important;
border: none !important;
padding: 51px 0px 0px;
}

.box01 a:hover {
background-position: -272px 0px;
}

.photo {
border: none;
position: absolute;
left: 8px;
top: 8px;
}

.box01 h3 {
display: block;
position: absolute;
top: 9px;
left: 75px;
width: 193px;
height: 41px;
margin: 0 !important;
padding: 0 !important;
color: #565656 !important;
font-size: 1.5em !important;
line-height: 100% !important;
font-weight: bold !important;
cursor: pointer;
}

.box01 p {
display: block;
width: 177px !important;
margin: 0 !important;
padding: 0 0 13px 95px !important;
color: #333333 !important;
line-height: 120% !important;
cursor: pointer;
background-image: url(images_site/bg_box_bottom.gif);
background-repeat: no-repeat;
background-position: bottom;
font-size: 0.917em!important;
}

.voice-img {
border: none;
margin: 3px 0px 6px 34px;
}

a#BTN-voice {
display: block;
width: 149px;
height: 17px;
margin-left: 402px;
border: none;
background-image: url(images_site/btn_voice.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}

.contact-area {
background-image: url(images_site/line.gif);
background-repeat: no-repeat;
padding: 16px 0px 0px;
}

.contact-area a {
background-image: url(images_site/btn_contact.jpg);
background-repeat: no-repeat;
display: block;
height: 96px;
width: 550px;
text-indent: -9999px;
}

a:hover#BTN-voice {
background-position: 0px -17px;
}

a.pink {
display: block;
height: 17px;
margin-left: 15px;
padding-left: 23px;
margin-top: 0px;
margin-bottom: 10px;
border: none;
background-image: url(images_site/arrow_pink.gif);
background-repeat: no-repeat;
font-size: 0.9em !important;
line-height: 150% !important;
overflow: auto;
}

.space {
width: 1px;
height: 17px;
overflow: hidden;
}

/*=====================================
右メニュー
=====================================*/

#RIGHTAREA {
float: right;
width: 252px;
padding: 2px 0px 0px;
}

#RIGHTAREA .sideBanner {
background-repeat: no-repeat;
text-indent: -9999px;
display: block;
width: 232px;
margin: 0px 0px 20px;
}

#RIGHTAREA .sideBanner:hover {
background-position:-232px 0px;
}

#RIGHTAREA .bannerQanda {
height:74px;
background:url(images_site/Side_qanda.gif);
}

#RIGHTAREA .bannerArea {
text-align:center;
}

#RIGHTAREA .bannerArea img {
margin: 3px 1px;
}

.right-box {
width: 208px;
background-color: #FFFFFF;
margin: 0px 0px 20px 1px;
padding: 5px 11px;
line-height:160%;
border: 1px solid #CCB99B;
}

.right-box a {
	display:block;
}
.right-box ul.sideMenu {
margin: 0px;
padding: 5px 0px 0px;
}
.right-box ul.sideMenu li {
	width: 212px;
	height: 40px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}
.right-box ul.sideMenu li a {
	height: 38px;
	display:block;
	margin: 0px;
	padding: 0px;
	outline:none;
	text-decoration:none;
	color: #384902;
	font-weight:bold;
	font-size:13px;
	line-height:1.2em;
	text-indent: -9999px;
}
.right-box ul.sideMenu li:hover {
	background-position:right top;
}
.right-box ul.sideMenu li a span,
.right-box ul.sideMenu li a:hover span{
display:block;
padding: 4px 0px 0px;
outline:none;
text-decoration:none;
color: #384902;
font-weight:normal;
font-size:10px;
}
#BTN-concept {
background-image: url(images_site/btn_concept.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-example {
background-image: url(images_site/btn_example.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-house {
background-image: url(images_site/btn_house.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-diagnosis {
background-image: url(images_site/btn_diagnosis.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-support {
background-image: url(images_site/btn_support.jpg);
background-repeat: no-repeat;
border: none;
}


#BTN-flow {
background-image: url(images_site/btn_flow.jpg);
background-repeat: no-repeat;
border: none;
}

#BTN-seminar {
background-image: url(images_site/btn_seminar.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-voice {
background-image: url(images_site/btn_voice.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-used {
background-image: url(images_site/btn_used.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-reform-water {
background-image: url(images_site/btn_reform-water.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-rebuild-or-reform {
background-image: url(images_site/btn_rebuild-or-reform.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-media {
background-image: url(images_site/btn_media.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-staff {
background-image: url(images_site/btn_staff.jpg);
background-repeat: no-repeat;
border: none;
}
#BTN-blog {
background-image: url(images_site/btn_blog.jpg);
background-repeat: no-repeat;
border: none;
}


#BTN-present {
background-image: url(images_site/btn_present.jpg);
background-repeat: no-repeat;
border: none;
}
.right-box h2 {
margin: 0px;
padding: 0px 0px 10px;
}

.right-box p {
line-height: 120%;
color: #525252;
}

.right-box .leftLine {
margin: 10px 0px 0px 1px;
border-left: 1px solid #ADC851;
padding: 1px 0px 1px 5px;
line-height: 110%;
font-size: 0.917em;
color: #525252;
}

.right-box .leftLine strong {
font-size: 1.1em;
line-height: 130%;
}

.right-box .rightTopicsList {
margin: 0px;
padding: 0px;
}

.right-box .rightTopicsList li {
padding: 0px 0px 15px;
line-height: 120%;
color: #525252;
}

.right-box .rightTopicsList li a {
background-image: url(images_site/allow01.gif);
background-repeat: no-repeat;
padding: 2px 1px 3px 12px;
background-position: 0px 2px;
margin: 3px 0px 0px;
display: block;
text-decoration: underline;
}

.right-box .rightTopicsList li a:hover {
color:#ADC851!important;
text-decoration: none;
}

.right-box .date {
text-align: right;
}

.right-box h3 {
font-size: 1.167em!important;
line-height:160%!important;
font-weight: bold;
}

.right-box h3 a {
color: #8CA633!important;
padding: 5px 1px 7px;
text-decoration:none!important;
}

.right-box h3 a:hover {
color: #8CA633!important;
text-decoration:none!important;
background-color:#FFF!important;
}

#GROUPSITE h2 {
background-image: url(images_site/submenu_title_groupsite.gif);
background-repeat: no-repeat;
text-indent: -9999px;
height: 43px;
background-position: 1px 0px;
}

#GROUPSITE .right-box {
border-style: none solid solid!important;
padding: 5px 15px 3px!important;
width:200px;
}


#GROUPSITE .right-box a.banner {
width: 200px;
background-repeat: no-repeat;
display: block;
text-indent: -9999px;
text-align:left;
}

#GROUPSITE .right-box a.banner:hover {
background-position:-200px 0px;
}

#GROUPSITE .bannerNGrand {
background-image: url(images_site/banner_ngrand.jpg);
height: 30px;
}

#GROUPSITE .bannerMuku {
background-image: url(images_site/banner_muku.jpg);
height: 40px;
}

#GROUPSITE .bannerStaffBlog {
background-image: url(images_site/banner_saitama.jpg);
height: 70px;
}
#GROUPSITE .bannerTokorozawa {
background-image: url(images_site/banner_tokorozawa.jpg);
height: 70px;
}
#GROUPSITE .bannerNGrandStaffBlog {
background-image: url(images_site/banner_ngrandstaffblog.jpg);
height: 70px;
}
#GROUPSITE  .alignRight{
text-align:right;
padding: 0px 0px 6px;
}
p#AREA {
width: 200px;
margin-left: 5px;
margin-top: 10px;
color: #503b3a;
font-size: 0.833em;
line-height: 140%;
}

#SIDEMENU h2 {
background-image: url(images_site/menu_title.gif);
background-repeat: no-repeat;
height: 69px;
text-indent: -9999px;
background-position: 1px 0px;
}

#SIDEMENU .right-box {
border-style: none solid solid!important;
}

#SIDEMENU li {
background-image: url(images_site/arrow_blue.gif);
background-repeat: no-repeat;
line-height: 160%;
background-position: 1px 5px;
padding: 3px 0px;
font-size: 1.2em;
}

#SIDEMENU li a {
display: block;
color: #303030!important;
text-decoration: none;
padding: 0px 0px 0px 25px;
}

#SIDEMENU li a:hover {
display: block;
color: #4FA7C7!important;
text-decoration: none;
}

#SIDEMENU ul ul li {
background-image: url(images_site/arrow_blue_s.gif);
background-position: 9px 10px;
background-repeat: no-repeat;
font-size: 1.0em;
}

#SIDEMENU ul ul li a {
background-image: url(images_site/menu_line.gif);
background-repeat: no-repeat;
background-position: 9px bottom;
padding:3px 0px 3px 25px;
}

/* 旧メインメニュー*/
/*#MAINMENU {
	width: 210px;
	margin-left: 1px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#MAINMENU h2 {
	display: block;
	width: 210px;
	height: 71px;
	background-image: url(images_site/menu_title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#MAINMENU ul {
	display: block;
}
#MAINMENU li {
	text-indent: -9999px;
}
#MAINMENU li a {
	display: block;
	margin-left: 13px;
}
a#MAINMENU-concept {
	display: block;
	width: 181px;
	height: 37px;
	border: none;
	background-image: url(images_site/mainmenu_concept.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-concept {
	background-position: 0px -37px;
}
a#MAINMENU-reform {
	display: block;
	width: 181px;
	height: 30px;
	border: none;
	background-image: url(images_site/mainmenu_reform.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-reform {
	background-position: 0px -30px;
}
#SUBMENU {
	margin-left: 9px;
	margin-bottom: 5px;
}
a#SUBMENU-function {
	display: block;
	width: 172px;
	height: 24px;
	border: none;
	background-image: url(images_site/submenu_function.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#SUBMENU-function {
	background-position: 0px -24px;
}
a#SUBMENU-exterior {
	display: block;
	width: 172px;
	height: 24px;
	border: none;
	background-image: url(images_site/submenu_exterior.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#SUBMENU-exterior {
	background-position: 0px -24px;
}
a#SUBMENU-lifestyle {
	display: block;
	width: 172px;
	height: 24px;
	border: none;
	background-image: url(images_site/submenu_lifestyle.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#SUBMENU-lifestyle {
	background-position: 0px -24px;
}
a#MAINMENU-diagnosis {
	display: block;
	width: 181px;
	height: 30px;
	border: none;
	background-image: url(images_site/mainmenu_diagnosis.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-diagnosis {
	background-position: 0px -30px;
}
a#MAINMENU-example {
	display: block;
	width: 181px;
	height: 30px;
	border: none;
	background-image: url(images_site/mainmenu_example.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-example {
	background-position: 0px -30px;
}
a#MAINMENU-voice {
	display: block;
	width: 181px;
	height: 30px;
	border: none;
	background-image: url(images_site/mainmenu_voice.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a:hover#MAINMENU-voice {
	background-position: 0px -30px;
}
*/

/*=====================================
アライ追加分　-081107
=====================================*/
#MAIN #PAGETITLE {
display: block;
width: 560px;
margin-left: 28px;
margin-right: 13px;
margin-bottom: 0px;
background-image: url(images_site/bg_pagetitle.gif);
background-position: left top;
background-repeat: repeat-y;
}

#PAGETITLE span {
display: block;
padding-left: 15px;
padding-right: 12px;
padding-top: 27px;
padding-bottom: 4px;
background-image: url(images_site/bg_title_main.jpg);
background-position: left top;
background-repeat: no-repeat;
color: #517e27;
font-size: 30px;
line-height: 128%;
font-weight: bold;
}
#PAGETITLE span a {
font-size: 0.6em;
color: #517E27;
text-decoration: none;
}

#TOPICPATH {
width: 560px;
background-image: url(images_site/bg_title_bottom.jpg);
background-position: left bottom;
background-repeat: no-repeat;
padding: 0px 0px 30px;
margin: 0px 13px 10px 28px;
}

#TOPICPATH p {
display: block;
width: auto !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-left: 15px !important;
padding-right: 12px !important;
padding-top: 5px !important;
padding-bottom: 3px !important;
background-image: url(images_site/bg_path.gif);
background-position: left top;
background-repeat: repeat-y;
color: #503b3a;
font-size: 0.917em;
line-height: 140%;
}

/*=====================================
タツミ追加分　-100315
=====================================*/
/* ブログ風表示 */

#MAIN .blog .blogEntryTitle {
background-image: url(images_site/bg_title_bar_dotline.gif);
margin: 0px;
padding: 0px 0px 1px;
height: auto;
position: absolute;
left: 104px;
top: 25px;
width: 480px;
line-height: 130%;
color: #503B3A;
font-size: 1.333em;
background-repeat: no-repeat;
background-position: right bottom;
}
#MAIN .blogNoDate .blogEntryTitle {
background-image: url(images_site/bg_title_bar_dotline.gif);
margin: 0px;
padding: 0px 0px 6px 5px;
height: auto;
position: absolute;
left: 95px;
top: 20px;
width: 490px;
color: #B16B27;
font-size: 1.5em;
line-height: 115%;
background-repeat: no-repeat;
background-position: right bottom;
}

#MAIN .blog .blogEntryTitle a {
color: #503B3A;
text-decoration:none;
}
#MAIN .blogNoDate .blogEntryTitle a {
color: #B16B27;
text-decoration:none;
}

#MAIN p.blogEntryDate {
float: left;
height: 45px;
width: 62px;
background-image: url(images_site/blog_entry_date_bg.gif);
background-repeat: no-repeat;
margin: 0px;
text-align: center;
color: #517E27;
line-height: 140%;
font-size: 0.917em;
padding: 22px 0px 0px 33px;
background-position: 28px 0px;
}
#MAIN p.blogEntryIcon {
float: left;
height: 67px;
width: 93px;
background-image: url(images_site/bg_title_bar_voice.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
background-position: 33px 0px;
text-indent: -9999px;
}
#MAIN p.blogEntryIcon.faq {
background-image: url(images_site/bg_title_bar_faq.gif);
background-repeat: no-repeat;
}

#MAIN .blogEntryCategory {
position: absolute;
left: 104px;
top: 0px;
margin: 0px;
padding: 0px;
height: auto;
width: 480px;
font-size: 0.917em;
}

#MAIN .blog,
#MAIN .blogNoDate{
position: relative;
margin: 0px;
padding: 0px 0px 15px;
width: 607px;
}

.paginate {
margin-left: 36px;
margin-right: 14px;
text-align: center;
font-size: 10px;
background-color: #E7E0D4;
height: 20px;
padding: 8px 0px 0px;
}

.paginate a,
.paginate span {
line-height: 100%;
margin: 4px 1px;
text-decoration: none;
padding: 4px 6px;
width: 18px;
height: 18px;
}

.paginate a {
color: #EE831B;
background-color: #FFF;
}

.paginate span,
.paginate a:hover {
color: #FFF;
background-color: #8CA633;
}

/* リスト風表示 */
#MAIN .listCategoryTitle {
background-image: url(images_site/list_category_title_bg.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
border-bottom: 1px solid #B2A9A0;
padding: 6px 5px 3px 55px;
height: auto;
line-height: 115%;
color: #503B3A;
margin: 0px 14px 10px 41px;
}

#MAIN .listEntryTitle li {
clear: both;
background-image: none;
padding: 5px 0px;
}

#MAIN .listEntryTitle li span {
display: block;
float: left;
}

#MAIN .listEntryTitle li a {
display: block;
float: left;
background-image: url(images_site/allow01.gif);
background-repeat: no-repeat;
padding: 0px 0px 0px 20px;
background-position: 9px 5px;
}

#MAIN .blogEntryTitleanalysis {
background-image: url(images_site/bg_title_bar_analysis.gif);
background-repeat: no-repeat;
height: 18px;
color: #B16B27;
padding: 20px 5px 26px 65px;
font-size: 1.5em;
line-height: 100%;
}
#MAIN .blogEntryTitlereform-concept {
background-image: url(images_site/bg_title_bar_reform-concept.gif);
background-repeat: no-repeat;
height: 18px;
color: #B16B27;
padding: 20px 5px 26px 65px;
font-size: 1.5em;
line-height: 100%;
}
#MAIN .blogEntryTitlereform-water {
background-image: url(images_site/bg_title_bar_reform-water.gif);
background-repeat: no-repeat;
height: 18px;
color: #B16B27;
padding: 20px 5px 26px 65px;
font-size: 1.5em;
line-height: 100%;
}
#MAIN .blogEntryTitleabout {
background-image: url(images_site/bg_title_bar_about.gif);
background-repeat: no-repeat;
height: 18px;
color: #B16B27;
padding: 20px 5px 26px 65px;
font-size: 1.5em;
line-height: 100%;
}
#MAIN .blogEntryTitleconcept {
background-image: url(images_site/bg_title_bar_concept.gif);
background-repeat: no-repeat;
height: 18px;
color: #B16B27;
padding: 20px 5px 26px 65px;
font-size: 1.5em;
line-height: 100%;
}

