@charset "UTF-8";
/* CSS Document */


/* =========================================  

default reset

========================================== */
html, body {
     height: 100%;
}

body, div, p, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, h7 {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;

}

img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
}

hr {
	clear:both;
	display:none;
}



/* =========================================  

huck

========================================== */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ¥*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */




/* =========================================  

basic setting

========================================== */

body {
	font-family: Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:14px;
	line-height: 30px;
	color: #444848;
	text-align:center;
}



#contents {
margin:0;
padding:0;
}

h1, h2, h3, h4{
	line-height:0;
}

.left{
float:left;
}

.right{
float:right;
}

.clearfix{
clear:both;}



/* =========================================  

link

========================================== */

a:link {
color:#444848;
text-decoration:none;
}

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

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

a:active {
color:#00B400;
text-decoration:none;
}




/* =========================================  

header

========================================== */

#header{
	width :960px;
	height:100px;
	margin : 0 auto;
}

#header h1{
	background:url(../images/logo.gif) no-repeat;
	padding:0px 0 0 0px;
	margin:27px 0 0 0px;
	float:left;
	zzborder: 1px solid #ff0000;
}

#header h1 a{
	display:block;
	width: 201px;
	height: 46px;
	text-indent:-9999em;
	overflow:hidden; /* firefow click are hack */
}



/* =========================================  

navigation

========================================== */

#navi{
	height:30px;
	margin :35px 0 0 0;
	background:url(../images/navi.gif) no-repeat;
	float:right;
	zzborder: 1px solid #ff0000;
}


#navi ul {
	width:611px;
	padding:0;
}
#navi li {
	display:inline;
	list-style-type:none;
}
#navi li a {
	height:30px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#navi li.navi01 a {
	background:url(../images/navi.gif) no-repeat 0px 0px;
	width:29px; margin-right:36px;
}
#navi li.navi02 a {
	background:url(../images/navi.gif) no-repeat -65px 0px;
	width:64px; margin-right:36px;
}
#navi li.navi03 a {
	background:url(../images/navi.gif) no-repeat -165px 0px;
	width:73px; margin-right:36px;
}
#navi li.navi04 a {
	background:url(../images/navi.gif) no-repeat -274px 0px;
	width:61px; margin-right:36px;
}
#navi li.navi05 a {
	background:url(../images/navi.gif) no-repeat -371px 0px;
	width:54px; margin-right:36px;
}

#navi li.navi06 a {
	background:url(../images/navi.gif) no-repeat -461px 0px;
	width:41px; margin-right:36px;
}

#navi li.navi07 a {
	background:url(../images/navi.gif) no-repeat -538px 0px;
	width:73px;
}


/*------hover*/
#navi li.navi01 a:hover {
	background:url(../images/navi.gif) no-repeat 0px -30px;
}
#navi li.navi02 a:hover {
	background:url(../images/navi.gif) no-repeat -65px -30px;
}
#navi li.navi03 a:hover {
	background:url(../images/navi.gif) no-repeat -165px -30px;
}
#navi li.navi04 a:hover {
	background:url(../images/navi.gif) no-repeat -274px -30px;
}
#navi li.navi05 a:hover {
	background:url(../images/navi.gif) no-repeat -371px -30px;
}

#navi li.navi06 a:hover {
	background:url(../images/navi.gif) no-repeat -461px -30px;
}

#navi li.navi07 a:hover {
	background:url(../images/navi.gif) no-repeat -538px -30px;
}

/*------on*/

body#top li.navi01 a {
	background:url(../images/navi.gif) no-repeat 0px -30px;
}
body#mission li.navi02 a {
	background:url(../images/navi.gif) no-repeat -65px -30px;
}
body#aboutus li.navi03 a {
	background:url(../images/navi.gif) no-repeat -165px -30px;
}
body#service li.navi04 a {
	background:url(../images/navi.gif) no-repeat -274px -30px;
}
body#works li.navi05 a {
	background:url(../images/navi.gif) no-repeat -371px -30px;
}

body#blog li.navi06 a {
	background:url(../images/navi.gif) no-repeat -461px -30px;
}

body#contact li.navi07 a {
	background:url(../images/navi.gif) no-repeat -538px -30px;
}


/* =========================================  

footer

========================================== */


#footer{
	clear:both;
	background-color:#444848;
	letter-spacing:0.1em;
}

#footer-inner{
	width :960px;
	margin : 0 auto;
	padding:29px 0 25px 0;
	color:#8D9192;
	text-align:left;
	zheight:140px;
	font-size:9px;
	line-height:18px;
	font-weight:bold;
}

#footer-inner a:link {
color:#8D9192;
text-decoration:none;
}

#footer-inner a:visited {
color:#8D9192;
text-decoration:none;
}

#footer-inner a:hover {
color:#00B400;
text-decoration:none;
}

#footer-inner a:active {
color:#00B400;
text-decoration:none;
}

#footer-inner ul {
margin-top:15px;
}


#footer-inner li {
	list-style-type:none;
}



#footer-inner h4{
	background:url(../images/footer_logo.gif) no-repeat;
	padding:0px 0 0 0px;
	margin:0 0 0px 0px;
	zzborder: 1px solid #ff0000;
}

#footer-inner h4 a{
	display:block;
	width: 152px;
	height: 19px;
	text-indent:-9999em;
	overflow:hidden; /* firefow click are hack */
	background:url(../images/footer_logo.gif) no-repeat 0px 0px;
}


#footer-inner h4 a:hover {
	background:url(../images/footer_logo.gif) no-repeat 0px -19px;
}


#footer-inner .menubox{
width:250px;
padding-right:47px;
float:left;}

#footer-bottom{
background-color:#000000;
height:41px;}

#footer-bottom-inner{
	width:960px;
	margin : 0 auto;
	}

#footer-menu{
float:left;}

#footer-contact{
margin-top:19px;
float:right;}


#footer-contact h5{
	background:url(../images/footer_contact.gif) no-repeat;
	padding:0;
	margin:0;
}

#footer-contact h5 a{
	display:block;
	width: 340px;
	height: 47px;
	text-indent:-9999em;
	overflow:hidden; /* firefow click are hack */
}



#copyright{
font-size:10px;
padding:10px 0;
float:left;
}

#gototop{
float:right;
}


/* =========================================  

top

========================================== */
#slider{
margin : 0 auto;
padding:0;
}


/* =========================================  

green area

========================================== */

#top-green{
background-color:#00B400;}

#top-gr-inner{
width:960px;
margin : 0 auto;
padding-bottom:30px;
}


.top-gr-box{
float:left;
width:480px;
zmin-height:308px;
text-align:left;zborder-right:#80DA80 1px solid;
line-height: 28px;
}

.top-gr-line{
border-right:#80DA80 1px solid;
margin:30px 0 0 0;
min-height:308px;
}

.top-gr-box h2{
	text-indent:-9999em;
	overflow:hidden;
}


.top-gr-01{
background:url(../images/top_whatisinnovation.gif) no-repeat;
}


.top-gr-02{
background:url(../images/top_ourservice.gif) no-repeat right top;
}

.top-gr-03{
background:url(../images/top_ourmethod.gif) no-repeat;
}

.top-gr-04{
background:url(../images/top_advantage.gif) no-repeat right top;
}


p.top-gr-04txt{
margin-bottom:60px;
}

.top-gr-box-left{
width:335px;
margin:100px 0 0px 87px;
color:#fff;
zborder-right:#80DA80 1px solid;
}

.top-gr-box-right{
width:335px;
margin:130px 0 0px 65px;
color:#fff;
}

.top-gr-box p.top-gr-bt{
width:126px;
margin:30px 0 0 105px;
padding:0;}

.top-gr-03txt{
padding-top:58px;
zborder:#FFFFFF 1px solid;}


/* =========================================  

blog news area

========================================== */

#blognews{
background-color:#F0F1F1;
padding:50px 0;}

#blognews-inner{
width:960px;
margin : 0 auto;}

#top-blog{
float:left;
width:460px;}

#top-blog h3{
	background:url(../images/top_blog_ttl.gif) no-repeat;
	padding:0;
	margin:0;
	height: 41px;
	}
	
#top-blog h3 a{
	display:block;
	width: 460px;
	height: 35px;
	text-indent:-9999em;
	overflow:hidden; /* firefow click are hack */
}
.blog-post{
font-size:12px;
line-height:20px;
color:#565A5A;
margin:15px 0;
padding-bottom:15px;
	background:url(../images/top_dot.gif) repeat-x bottom;
}

.blog-img{
float:left;
width:140px;
overflow:hidden;
background-color:#D9DCDC;}

.blog-txtbox{
text-align:left;
float:right;
width:300px;}

.blog-txtbox h4.title{
margin:5px 0 10px 0;
font-size:14px;
line-height:24px;}

.blog-txtbox span.update{
color:#8F9191;
font-size:14px;}

.blog-txtbox span.cont{
color:#00B400;}

.blog-txtbox a:hover{
text-decoration:underline;}

#top-news{
float:right;
width:436px;}

#top-news h3{
	background:url(../images/top_news_ttl.gif) no-repeat;
	padding:0;
	margin:0 0 15px 0;
	height: 41px;
	}
	
#top-news h3 a{
	display:block;
	width: 436px;
	height: 35px;
	text-indent:-9999em;
	overflow:hidden; /* firefow click are hack */
}


.news-post{
color:#565A5A;
margin:10px 0;
padding-bottom:10px;
background:url(../images/top_dot.gif) left bottom repeat-x;
}

.news-img{
float:left;
width:50px;
overflow:hidden;
background-color:#D9DCDC;}

.news-txtbox{
text-align:left;
float:right;
width:375px;
zmargin-top:5px;}

.news-txtbox h4.title{
margin:5px 0 0px 0;
font-size:14px;
line-height:24px;
}

.news-txtbox p.update{
color:#8F9191;
font-size:14px;
line-height:0px;
margin-top:10px;}

.news-txtbox a:hover{
text-decoration:underline;}