@charset "utf-8";

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-weight:normal;
	font-size:x-small;
	list-style-type:none;
	color:#333333;
}
img{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a{
	color:#669900;
}


/*separator*/
.separator{
	background-image:url(img/separate_slash.jpg);
	background-repeat:repeat-x;
	height:3px;
}

/*head*/
#head{
	background-image:url(img/head_bg.jpg);
	background-repeat:repeat-x;
}
#headinner{
	width:910px;
	margin:auto;
	margin-top:1px;
}
#headinner h1{
	font-size:10px;
	color:#666666;
	text-align:right;
	margin-bottom:12px;
}
#headinner h2{
	width:160px;
	height:38px;
	margin-left:20px;
}
#headbtn{
	text-align:right;
	margin-top:-30px;
	margin-bottom:12px;
}


/*globalmenu*/
#globalmenu{
	background-image:url(img/global_btn_bg.jpg);
}
#globalmenu ul{
	width:951px;
	margin:auto;
}
#globalmenu li{
	float:left;
}
#globalmenu li img{
	vertical-align:bottom;
}


/*mainimage*/
#mainimage{
	background-image:url(img/head_bg.jpg);
	background-repeat:repeat-x;
	margin-top:1px;
}
#mainimageinner{
	width:950px;
	margin:auto;
}


/*dcontent*/
#content{
	background-image:url(img/head_bg.jpg);
	background-repeat:repeat-x;
}
#contentinner{
	width:950px;
	margin:auto;
	background-image:url(img/contentinner_bg.jpg);
}
#contentinner #works{
	width:316px;
	float:left;
	padding-top:15px;
	margin-bottom:2em;
}
#contentinner #news{
	width:317px;
	float:left;
	padding-top:15px;
	margin-bottom:2em;
}
#contentinner #showcase{
	width:316px;
	float:left;
	padding-top:15px;
	margin-bottom:2em;
}
#contentinner .contentttl{
	margin-top:1em;
}
#contentinner .contentbody{
	margin-top:1.5em;
	font-size:x-small;
}
#contentinner .contentbody dt{
	padding:0 1em 0.3em 10px;
	background-image:url(img/mark_normal.gif);
	background-repeat:no-repeat;
}
#contentinner .contentbody dd,
#contentinner .contentbody p{
	padding:0.5em 2em 1em 10px;
}
#contentinner .contentbody li{
	padding:0 1em 1.5em 10px;
	font-size:x-small;
}
#contentinner .contentbody li.client{
	background-image:url(img/mark_green.gif);
	background-repeat:no-repeat;
}
#contentinner .contentbody li.press{
	background-image:url(img/mark_orange.gif);
	background-repeat:no-repeat;
}
#contentinner .contentbody li.service{
	background-image:url(img/mark_blue.gif);
	background-repeat:no-repeat;
}


/*newstab*/
#contentinner #tab{
	margin:1em 0 2em 0;
}
#contentinner #tab li{
	float:left;
	margin:0;
	padding:0;
}
#contentinner #tab li a span{
	display:none;
}

/*tab1*/
#contentinner #tab li a#tab_1{
	display:block;
	width:21px;
	height:14px;
	background-image:url(img/news_tab_1_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_1{
	background-image:url(img/news_tab_1.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_1:hover{
	background-image:url(img/news_tab_1.gif);
	border:none;
}
#contentinner #tab li a#tab_1:hover{
	background-image:url(img/news_tab_1_f3.gif);
}

/*tab2*/
#contentinner #tab li a#tab_2{
	display:block;
	width:41px;
	height:14px;
	background-image:url(img/news_tab_2_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_2{
	background-image:url(img/news_tab_2.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_2:hover{
	background-image:url(img/news_tab_2.gif);
	border:none;
}
#contentinner #tab li a#tab_2:hover{
	background-image:url(img/news_tab_2_f3.gif);
}

/*tab3*/
#contentinner #tab li a#tab_3{
	display:block;
	width:38px;
	height:14px;
	background-image:url(img/news_tab_3_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_3{
	background-image:url(img/news_tab_3.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_3:hover{
	background-image:url(img/news_tab_3.gif);
	border:none;
}
#contentinner #tab li a#tab_3:hover{
	background-image:url(img/news_tab_3_f3.gif);
}

/*tab4*/
#contentinner #tab li a#tab_4{
	display:block;
	width:38px;
	height:14px;
	background-image:url(img/news_tab_4_f2.gif);
	outline:none;

}
#contentinner #tab li.selected a#tab_4{
	background-image:url(img/news_tab_4.gif);
	border:none;
}
#contentinner #tab li.selected a#tab_4:hover{
	background-image:url(img/news_tab_4.gif);
	border:none;
}
#contentinner #tab li a#tab_4:hover{
	background-image:url(img/news_tab_4_f3.gif);
}

#contentinner .contentbody dl.case{
	width:300px;
}
#contentinner .contentbody dl.case dd{
	padding:0px;
}
#contentinner .contentbody dd.casettl{
	margin-left:120px;
	margin-top:-75px;
	font-weight:bold;
}
#contentinner .contentbody dd.casedesc{
	margin-left:120px;
}
#contentinner .contentbody dd.casedetail{
	text-align:right;
}
#contentinner .contentbody dd.casedesc p{
	margin:0;
	padding:0;
}

#contentinner .contentbody dt.caseimage{
	padding:0 1em 0.3em 10px;
	background-image:url(img/mark_grey.gif);
	background-repeat:no-repeat;
	width:100px;
	height:70px;
	overflow:hidden;
}
#contentinner .contentbody dt.caseimage a img{
	border:1px solid #cccccc;	
	padding:2px;
}

dl.case{
	padding:1em 0 1em 0;
	background-image:url(img/separate_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:80px;
	_height:80px;
}


/*servicebanner*/
#banner{
	padding:10px;
	background-image:url(img/separate_dot.jpg);
	background-repeat:repeat-x;
}	
#servicehead,
#servicefoot{
	width:900px;
	margin:auto;
}
div#servicebody{
	background-image:url(img/service_bg.gif);
	padding:10px;
	width:880px;
	margin:auto;
}
ul#servicebodylist{
	width:540px;
	margin:auto;
}
ul#servicebodylist li{
	float:left;
	margin-left:1px;

}


/*foot*/
#foot{
	background-image:url(img/foot_bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	margin-top:20px;
	height:200px;
}
#pagetop{
	width:900px;
	text-align:right;
	margin:-5px auto 15px auto;
}

#footinner{
	width:900px;
	margin:30px auto 10px auto;
}
ul#footmenu li{
	float:right;
}
#footcatch{
	color:#999999;
	font-size:10px;
	text-align:right;
	padding-top:5px;
	margin-top:-3px;
	background-image:url(img/separate_dot.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#copyright{
	text-align:right;
	margin-top:1px;
}





/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}