@charset "UTF-8";
/**
 * エコロジーテーマ スタイルシート
 */
* {
	margin:0px;
	padding:0px;
}
/* tags
----------------------------------------------- */
body {
	marign:0;
	padding:0;
	font-size:13px;
}
div {
	marign:0;
	padding:0;
}
ul,li {
	margin: 0;
	padding: 0;
}
li {
	zoom: 1;
	list-style: none;
}
li a {
	zoom: 1;
}
table.row-table-01 {
	width:710px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:15px;
}
table.row-table-02 {
	width:710px;
	border-collapse: collapse;
	background:#bbb;
	border-spacing: 0;
	margin: 10px 0;
	padding:10px 0;
}
th {
	padding:8px;
	width:165px;
	font-size:90%;
	border:1px solid #ccc;
	text-align:left;
	background-color:#f9f9f9;
}
th.col-head {
	width:165px;
	font-size:90%;
	border:1px solid #ccc;
	text-align:left;
	background-color:#f9f9f9;
}
td{
	padding:8px;
	width:510px;
	font-size:90%;
	border:1px solid #ccc;
}
td.col-input {
	width:510px;
	font-size:90%;
	border:1px solid #ccc;
}
td.bizhead {
	padding:0;
	height:24px;
	width:700px;
	background: #eee;
	border:1px solid #fff;
}
td.bizclear {
	margin:0;
	padding:0;
	height:15px;
	background: #fff;
	border:1px solid #fff;
}
td.biz1 {
	margin:0;
	padding:10px 10px 0 0;
	width:200px;
	vertical-align:top;
	background: #fff;
	border:1px solid #fff;
}
td.biz2 {
	margin:0;
	padding:10px 0 0 5px;
	width:500px;
	background: #fff;
	border:1px solid #fff;
}
div.bizleft {
	float:left;
	height:24px;
	width:5px;
	background:#999;
}
div.biztitle {
	float:left;
	height:24px;
	position:relative;
	top:5px; padding-left:5px;
}

input {
	margin:3px;
}
img {
	border:none;
}

a {
	color: #0094D2;
	text-decoration: none;
}
  
a:hover{
	text-decoration: underline;
}

.required {
	color:#C30;
	font-size:16px;
}
.form-error {
	background-color:#FCF5EB;
}

/* Page
----------------------------------------------- */
#Page {
	width:990px;
	margin:0 auto;
	padding-top: 0;
	text-align: left;
}
/* Alfa, Beta
----------------------------------------------- */
#Alfa,
#Beta {
	position: relative;
	float:left;
	display: inline;
/*	background-color: #fefefe; */
}
#Alfa {
	width:710px;
	left:0px;
	padding-bottom:30px;
}
#Beta {
	width:255px;
	float: right;
	padding-top:0px;
	padding-right:5px;
	_padding-right:0;
	_padding-left:5px;
	padding-bottom:30px;
}

.to-top {
	width: 980px;
	margin: 0 auto;
}
/* Header
----------------------------------------------- */
#Header {
	width:980px;
	margin:0 auto;
	text-align: left;
}

#HeaderTitle {
	padding: 10px 0;
}
/* SearchForm */
.search-box {
	float:right;
	line-height:19px;
	padding-bottom:13px;
	padding-top:25px;
}
#ContentQ{
	padding:0;
	margin:0;
	height:17px;
	width:109px;
	border:1px solid #cccccc;
	vertical-align:middle;
}
#BtnSearch{
	margin:0 0 0 2px;
	padding:0;
	vertical-align:middle;
}

div.hline {
	margin:0;
	padding:0;
	height: 22px;
	background-color:#D70021;
}

div.headback {
	width:980px;
	height: 22px;
	margin:0 auto;
	padding-left:5px;
	text-align: left;
}
div.headbody {
	margin:0 auto;
	padding-top:0;
	color:#ffffff; width:960px;
}

div.vrthead div {
	width:980px;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
	display:inline\9;
	zoom:1\9;
	color:#fff;
}
.vrthead2 {
	width:980px;
	height:22px;
	color:#fff;
}
/* Contents
----------------------------------------------- */
h2.contents-head {
/*	background:url(../img/titlebar.png) no-repeat left top; */
	height:32px;
	padding: 8px 0 0 0;
	font-weight:bold;
	font-size:15px;
	color:#555;
}

h3.contents {
	background:url(../img/titlebar.png) no-repeat left top;
	width: 710px;
	_width: 680px;
	height:32px;
	margin-top: 10px;
	padding: 8px 0  0 30px;
	_padding: 8px 0  0 30px;
	font-weight:bold;
	font-size:13px;
	color:#555;
}

h3.contents-head {
	width: 712px;
}
.news{
	margin-right:0!important;
}
.news h2{
	background:url(../img/titlebar.gif) no-repeat left center;
	margin-top:11px;
	margin-bottom:10px;
	color:#222;
	height:32px;
	padding: 10px 0  0 20px;
/*	padding-left: 15px;　*/
	line-height:32px;
	font-size:16px;
}
.news li{
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	padding-top:10px;
}
.news .date{
	width:115px;
	float:left;
	padding-left:5px;
}
.news .title{
	width:506px;
	float:left;
}

#Newsback {
	width:690px;
	height:210px;
	margin:0 auto;
	margin-bottom:15px;
	background:url(../img/news3.png) no-repeat left top;
}
/* footer
----------------------------------------------- */

#SosialBtn {
	float:right;
	padding-left:280px;
	padding-right:0px;
}

#SosialBtn a {
	display:block;
	float:left;
	padding-right:4px;
}

#FooterContents {
	float:left;
	padding-top:4px;
}
#FooterContents ul {
	padding-bottom:17px;
}

#FooterContents ul li {
	float:left;
	font-size:10px;
	padding-right:5px;
	line-height:10px;
	border-right:1px solid #ddd;
	padding-left:5px;
}

#FooterContents ul li.firstChild {
	border-left:none;
}

#FooterContents ul li a {
	color:#eee;
}


#CopyRight  {
	font-size:10px;
	text-align:left;
	color:#333;
	padding-top:20px;
	padding-left:5px;
}
#Footer {
	margin-top:30px;
	width:100%;
/*	background:url(../img/border_footer.png) repeat-x left top; */
height:80px;
background: #d70021; /* Old browsers */
background: -moz-linear-gradient(top,  #d70021 0%, #eb0023 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d70021), color-stop(100%,#eb0023)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d70021 0%,#eb0023 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d70021 0%,#eb0023 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d70021 0%,#eb0023 100%); /* IE10+ */
background: linear-gradient(top,  #d70021 0%,#eb0023 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70021', endColorstr='#eb0023',GradientType=0 ); /* IE6-9 */
}

#FooterInner {
	width:990px;
	margin:0 auto;
	padding-top:10px;
	height:70px;
}

/* Navigation
----------------------------------------------- */
#Navigation {
	width:960px;
	margin:0 auto;
	margin-bottom: 15px;
}
/* widget
----------------------------------------------- */
.widget h2 {
	margin:0 0 5px  0;
	height:26px;
	font-size: 13px;
	background:#bbb;
	line-height: 26px;
}
.widget ul {
	background:#fff;
	text-align:left;
}

/* clear
----------------------------------------------- */
.clear {
	clear:both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* .pagination
---------------------------------------------------*/
.pagination .disabled {
	display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
	text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
	text-align: center;
}
.search-result {
	text-align: right;
}

/* MainSlider
----------------------------------------------- */
#MainSlider {
	width:100%;
	height:340px;
	padding: 15px 0;
}

#MainSliderInner {
	margin:0 auto;
	width:980px;
	height:36px;
}

#MainSliderLeft {
	float:left;
	padding-top:70px;
	padding-left:20px;
	padding-right:157px;
	text-align:left;
	width:320px;
}

.MainSliderBack {
	height: 390px;
	background: url('../img/bg_main.png') repeat-x left top;
}
/* MainBack
----------------------------------------------- */
div.mainback {
/*	background:url(../img/bg_back.gif) repeat-x left top; */
	margin-bottom:10px;
	width:100%;
	height:10px;
	background: #D70021;
}

/* SideBar
----------------------------------------------- */
#SideBox{
	margin-bottom:15px;
}
#SideBox h2{
	height:28px;
	color:#FFFFFF;
	text-align: center;
	font-size: small;
	line-height: 28px;
}
#SideBox div{
/*	background:#fff; */
	padding:5px 5px 0 5px;
}
#SideBox div img{
	margin-bottom:5px;
}
#SideBox p{
	margin-bottom:5px;
}
#SideBox .more a{
	width:66px;
	height:21px;
	display:block;
	float:right;
	text-indent:-3000px;
	text-align:left;
}

/* linkbox
----------------------------------------------- */
div.link {
	width:245px;
/*	display:block; */
	float: right;
	padding:5px 0 0 5px;
/*	background:#eee; */
	text-align: center;
}

/* Twitter
----------------------------------------------- */
div.tweet {
	margin-bottom:10px;
	padding:10px 8px;
	background:#fff;
	font-size:12px;
	text-align:left;
}

/* BaseMargin
----------------------------------------------- */
.section {
	margin-bottom:20px;
	clear: both;
}
.section p {
	line-height: 170%;
/*	margin-bottom:10px; */
}

/* news-description
---------------------------------------------------*/
.blog-description {
	margin-left:10px;
}

/* post
---------------------------------------------------*/
.post {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
}
.post-body,
#post-detail {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	line-height:2em;
}
.more {
	text-align:right;
	margin:15px 10px 0 10px;
}

/* toppage multibox
---------------------------------------------------*/
#multibox {
	width: 700px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #fff;
	letter-spacing: 8px;
	letter-spacing: 8px\9;   /* for IE8 */
	white-space: nowrap;
	overflow: hidden;
}
#multibox p {
	margin: 0 0 1em;
	letter-spacing: normal;
	text-align: center;
}
#multibox .box {
	display: inline-block;
	*display: inline;   /* for IE6,7 */
	*margin: 0 15px 0 0;   /* for IE6,7 */
	width: 225px;
	height: 150px;
	background-color: #fff;
	vertical-align: top;
	zoom: 1;
}
#umultibox {
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	letter-spacing: 8px;
	letter-spacing: 8px\9;   /* for IE8 */
	white-space: nowrap;
	overflow: hidden;
}

#umultibox .ubox {
	display: inline-block;
	*display: inline;   /* for IE6,7 */
	*margin: 0 15px 0 0;   /* for IE6,7 */
	color: #333;
	padding:10px 0 5px 10px;
	width: 215px;
	height: 20px;
	background-color: #f2f2f2;
	vertical-align: top;
	zoom: 1;
}

/* BlogComment
----------------------------------------------- */
#BlogComment {
	margin-top:40px;
	padding:0 10px;
}
#BlogCommentList {
	padding:10px 20px;
	margin-top:20px;
}
#BlogCommentAddForm {
	padding:10px 0;
}
#BlogCommentList .comment {
	padding-bottom:8px;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:20px;
}
#BlogCommentAddForm textarea{
	width:450px;
}

/* calendar
----------------------------------------------- */
.widget-blog-calendar table {
	margin:0;
	background-color:#fcfcfc;
}
.widget-blog-calendar th {
	border-bottom:1px solid #e2e2e2;
}
.widget-blog-calendar th,
.widget-blog-calendar td {
	padding:5px 3px;
	font-size:13px;
	text-align: center;
}
.widget-blog-calendar .sunday {
	color:#ff6633;
}
.widget-blog-calendar .saturday {
	color:#3366FF;
}
.widget-blog-calendar .today {
	background-color:#e2e2e2;
}

/* blog & news
----------------------------------------------- */
.widget-blog-categories-archives h2,
.widget-blog-monthly-archives h2,
.widget-blog-recent-entries h2 {
	margin-top:10px;
}

.display-none {
	display:none;
}

div.lbox {
	width: 125px;
	padding:5px 0;
	float: left;
	border:none;
}

div.cbox {
	width: 15px;
	padding:5px 0;
	float: left;
	border:none;
}

div.rbox {
	width: 500px;
	padding:5px 0;
	float: left;
	border:none;
}


/*-- メニュー --*/
ul#Menu{
	width: 980px;
	font-size: 1px;
	margin: 0 auto;
	padding-bottom: 15px;
	clear: both;
}

ul#Menu:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

ul#Menu li{
	display:inline; float:left;
}

ul#Menu li a.m1{display:block;width: 164px;height: 55px;background: url(../img/menu.png) 0 -55px no-repeat;text-indent:-9999px;text-decoration: none;}
ul#Menu li a.m2{display:block;width: 163px;height: 55px;background: url(../img/menu.png) -164px -55px no-repeat;text-indent:-9999px;text-decoration: none;}
ul#Menu li a.m3{display:block;width: 163px;height: 55px;background: url(../img/menu.png) -327px -55px no-repeat;text-indent:-9999px;text-decoration: none;}
ul#Menu li a.m4{display:block;width: 163px;height: 55px;background: url(../img/menu.png) -490px -55px no-repeat;text-indent:-9999px;text-decoration: none;}
ul#Menu li a.m5{display:block;width: 163px;height: 55px;background: url(../img/menu.png) -653px -55px no-repeat;text-indent:-9999px;text-decoration: none;}
ul#Menu li a.m6{display:block;width: 164px;height: 55px;background: url(../img/menu.png) -816px -55px no-repeat;text-indent:-9999px;text-decoration: none;}

ul#Menu li a.m1:hover{background-position: 0 0;}
ul#Menu li a.m2:hover{background-position: -164px 0;}
ul#Menu li a.m3:hover{background-position: -327px 0;}
ul#Menu li a.m4:hover{background-position: -490px 0;}
ul#Menu li a.m5:hover{background-position: -653px 0;}
ul#Menu li a.m6:hover{background-position: -816px 0;}

/* body#Default ul#Menu li a.m1{background-position: 0 0;} *//* グローバルメニューでトップページの下線を表示する場合はコメントアウトを外して下さい  */
body#Corp ul#Menu li a.m2{background-position: -164px 0;}
body#Products ul#Menu li a.m3{background-position: -327px 0;}
body#Business ul#Menu li a.m4{background-position: -490px 0;}
body#NewsIndex ul#Menu li a.m5{background-position: -653px 0;}
body#ContactIndex ul#Menu li a.m6{background-position: -816px 0;}