@charset "UTF-8";

/* -- 回り込み解除 ------ */
.clearfix {
	zoom:1; /* for IE 5.5-7 */
	list-style-type: none;
}
.clearfix:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* == 全体設定 ======================================================================================================= */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/back_black.gif);
	background-repeat: repeat-y;
	font-family: "Hiragino Kaku Gothic","MS P Gothic","Arial Bold";
	text-justify: inter-ideograph; /* 等幅 */

	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-size: small;
	/*
	line-height: 1.6em;
	*/
	line-height:1.6;
	color: #2A370C;
}

#wrapper {
	width: 812px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	background-color: #F5F5F5;
	background-image: url(images/said_gradation.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#inner {
	margin: 0px;
	width: 799px;
}

/*p {
	margin-top: 0.6em;
}*/
h1 {
	margin: 0px;
	font-size: xx-large;
	color: #006600;
	line-height: 1.5em;
	font-weight: normal;
}
h2 {
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: large;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #336600;
	line-height: 2em;
	text-indent: 0.5em;
}
h2 em {
	font-size:0.6em;
	font-style: normal;
	color: #FFFF99;
}
h3 {
	font-size: x-large;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
h3 strong {
	font-size: larger;
	line-height: 1.5em;
}
h5 {
	font-size: 1em;
}*/

table {
	border-collapse:collapse;
}
img,
a img {
	border: none;
}
a:hover img {
	background-color: #fff;

	filter:alpha(Opacity=30);  /* IE 用 */
	-moz-opacity:0.30;          /* Mozilla 用 */
	-khtml-opacity:0.30;        /* KHTML 用 */
	opacity:0.30;               /* Safari 用 */
}

a {
	outline-width: 0;
	text-decoration: none;
}

/*.larger {
	font-size: larger;
	line-height: 1.5em;
}*/
.x_small {
	font-size: x-small;
}
#left20px {
	margin-left: 20px;
}
.top15px {
	margin-top: 15px;
}


.notes {
	font-size: smaller;
	font-weight: normal;
	line-height: 1.4em;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topic_box {
	padding: 10px;
}
p strong {
	color: #360;
	font-size: large;
	line-height: 1.8em;
	font-weight: normal;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin-right: 1em;
}
/* -- ヘッダー ------------------------ */
#header {
	background-image:url(images/contents_top_img.jpg);
	height: 59px;
	width: 789px;
	color: #FFF;
	text-align: right;
	line-height: 59px;
	padding-right: 10px;
}
#mainmenu {
	height: 71px;
	width: 799px;
	margin-bottom: 30px;
}
/* -- サイドコンテンツ ------------------------ */
#leftcontents {
	float:left;
	margin: 0px;
	padding: 0px;
}
#leftcontents img {
	margin-top: 10px;
	margin-left: 20px;
}
#sidemenu {
	list-style-type: none;
	line-height: 43px;
	text-indent: 30px;
	margin: 0px;
	padding: 0px;
}
#sidemenu li {
width:170px;
height:50px;
}
.green {
background-image:url(images/saidmenu_img_gr.gif)
}
.blue {
background-image:url(images/saidmenu_img_bl.gif)
}
.red {
background-image:url(images/saidmenu_img_rd.gif)
}
/* -- 問い合わせボタン ------------------------------------------------ */
#contactbutton {
	display: block;
	width:400px;
	height:83px;
	background-image:url(/contact/img/form_navibutton.gif);
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-right: 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #003;
	clear: both;
}
#contactbutton:hover {
	background-image:url(/contact/img/form_navibutton_re.gif);
}
/* -- フッター ------------------------------------------------ */
#footer {
	clear: both;
	font-size: 12px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 218px;
	display: block;
}
#footer strong {
	font-size: 20px;
}
.footer_navi {
	list-style-type: none;
	color: #833D1B;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.footer_navi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #833D1B;
	padding: 0px;
	letter-spacing: 0.3em;
	font-size: x-small;
	margin: 0px;
}

/*-- コンテンツボックス --------------------------------------------*/
.contents_box {
	width: 530px;
	background-color: #FFF;
	margin-right: 50px;
	float: right;
	padding: 0px;	/*overflow: auto;*/
	border: 1px solid #CCC;
}
.contents_inner {
	padding:20px;
}
.main_copy {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #666;
	overflow: visible;
}
.contents_box h4 {
	font-size: 1.2em;
	color: #005100;
}
.contents_box h4 strong {
	color: #666600;
}

.main_copy .copy {
	float: right;
	margin-left: 10px;
}
.main_copy img {
	float: left;
	/*margin-right: 10px;*/
}
#renew {
	background-image: url(images/renew_backimg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#renew h1 {
	color:#FF9;
}

/* -----------------------------------------------------------------
   経営資源のエコ対策
   ----------------------------------------------------------------- */
.eco {}
.eco .AccordionPanelTab {
	/*
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	*/
	margin-bottom:3px;
	background-image:url(/images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:460px center;
}
.eco .AccordionPanelOpen .AccordionPanelTab {
	/*
	background-color: #EEEEEE;
	*/
	background-image:url(/images/arrow_up.gif);
	background-repeat:no-repeat;
	background-position:460px center;
}
/* Panel Hover  */
.eco .AccordionPanelTabHover {
	color: #fc3;
}
/* Now Panel Hover  */
.eco .AccordionPanelOpen .AccordionPanelTabHover {
	/*
	color: #fff;
	*/
}
.eco .AccordionFocused .AccordionPanelTab {
	/*
	background-color: #3399FF;
	*/
}
.eco .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	/*
	background-color: #33CCFF;
	*/
}
#ecoimg {
	background-image:url(images/eco_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
