@charset "utf-8";

/* -----------------------------------------------------------
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */
#contents {
	width: 900px;
	margin: 0 auto ;
	background: #fff url(../img/share/bg_topside.png) repeat-y left;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius: 10px 10px 0 0;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
}
#toTop {
	position: fixed;
	bottom: 0px;
	height: 42px;
	width: 38px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin-left: 50%;
	left: 412px;
	text-indent: -9998px;
}
#toTop a {
	background: url(../img/share/pagetop.png) no-repeat;
	height: 42px;
	width: 38px;
	display: block;
}
#toTop a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; /* Firefox */
  filter: alpha(opacity=80); /* IE6/7 */
  -ms-filter: "alpha(opacity=80)"; /* IE8 */
}
#main {
	width: 404px;
	background: url(../img/share/main_bg.png) repeat-x center top;
	padding: 20px 30px 50px;
	margin: 0 218px;
}
#sideL {
	background: url(../img/share/main_bg.png) repeat-x center top;
	width: 200px;
	float: left;
	position:absolute;
	left: 0px;
	top: 240px;
	padding: 15px 9px 10px;
}
#sideR {
	background: url(../img/share/main_bg.png) repeat-x center top;
	width: 200px;
	float: right;
	position:absolute;
	top: 240px;
	right: 0px;
	padding: 15px 9px 10px;
	clear: both;
}


/*----------------------------------------------------
	#トップイメージ
----------------------------------------------------*/
#topimg {
	height: 240px;
	background: #FFFFFF;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius: 10px 10px 0 0;
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
}
.window {
	width:100%;
	height:240px;
	overflow: hidden;
	position: relative;
}
.window .center_frame {
	left:0px;
}
.islider {
	height: 240px;
	width: 900px;
	position:relative;
	margin:auto;
}
.islider img {
}
.next_center_frame {
	top:-240px;
	left:3000px;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main h2, #main h3 {
	clear: both;
	font-size: 95%;
}
#main h2 {
	margin-top: 0;
	border: 1px solid #68B3AF;
	padding: 2px 8px;
	text-shadow: 1px 1px 0 #168483;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #61E5C8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#61E5C8), to(#23B3A3));
	background: -webkit-linear-gradient(#61E5C8, #23B3A3);
	background: -moz-linear-gradient(#61E5C8, #23B3A3);
	background: -ms-linear-gradient(#61E5C8, #23B3A3);
	background: -o-linear-gradient(#61E5C8, #23B3A3);
	background: linear-gradient(#61E5C8, #23B3A3);
	-pie-background: linear-gradient(#61E5C8, #23B3A3);
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
	color: #FFFFFF;
	margin-bottom: 3px;
	position:relative;
}
#main h4 {
	line-height: 2;
	margin-top: 20px;
}
#main p {
	line-height: 2;
	margin: 20px 0;
}
#chigaitop {
	border: none;
	margin: 0 0 20px;
	background: #FFFFFF url(none);
	padding: 0;
}
#chigaitop a {
	background: url(../img/top/btn_chigai_top.png) no-repeat;
	height: 55px;
	display: block;
	text-indent: -9998px;
	padding-bottom: 0px;
}
#chigaitop a:hover, #sideL a:hover img, #sideR a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	border-bottom-style: none;
}


/*スライダー*/
#featured{
	width:280px;
	padding-right:120px;
	position:relative;
	height:200px;
	background:#fff;
	margin-bottom: 30px;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:280px; 
	list-style:none; 
	padding:0; margin:0; 
	width:120px; 
}
#featured ul.ui-tabs-nav li{
	padding: 0;
	padding-left:13px;
	color:#666;
	display:block; 
	height:50px; 
}
#featured ul.ui-tabs-nav li img{
	float:left;
	margin:1px 1px;
	border:1px solid #B1B1B1;
}
#featured li.ui-tabs-nav-item a{
	text-decoration: none;
	}
#featured li.ui-tabs-nav-item a:hover img{
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	border-bottom-style: none;
}
#featured li.ui-tabs-selected{
	background:url(../img/top/selected-item.gif) no-repeat left 17px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{
	width:280px;
	height:200px;
	position:relative;
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/*最近仕事*/
#work {
	margin: 40px 0 0 ;
}
#work p {
	margin: 5px 0 0 ;
}

/*インフォメーション*/
#info {
	width: 100%;
	text-align: left;
	margin: 40px 0 0 ;
}
#info #infomain {
	padding: 10px 10px 0;
	height: 300px;
	overflow: auto;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #F0FAE1;
}

#info #infomain p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.8;
	background: url(../img/share/tama_gray.gif) no-repeat left 4px;
	padding-left: 16px;
}
.date {
	font-weight: bold;
	display: block;
}

/*ボタン*/
.btn a {
	border: 1px solid #BCBCBC;
	color: #333333;
	background-color: #CCC;
	display: inline-block;
	padding: 0.5em 5px;
	text-shadow: -1px -1px 0 #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#cecece));
	background: -webkit-linear-gradient(#FFFFFF, #cecece);
	background: -moz-linear-gradient(#FFFFFF, #cecece);
	background: -ms-linear-gradient(#FFFFFF, #cecece);
	background: -o-linear-gradient(#FFFFFF, #cecece);
	background: linear-gradient(#FFFFFF, #cecece);
	-pie-background: linear-gradient(#FFFFFF, #cecece);
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
	line-height: 1;
	position:relative;
}
.btn a:hover {
	border-bottom: 1px solid #BCBCBC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#e2e2e2));
	background: -webkit-linear-gradient(#FFFFFF, #e2e2e2);
	background: -moz-linear-gradient(#FFFFFF, #e2e2e2);
	background: -ms-linear-gradient(#FFFFFF, #e2e2e2);
	background: -o-linear-gradient(#FFFFFF, #e2e2e2);
	background: linear-gradient(#FFFFFF, #e2e2e2);
	-pie-background: linear-gradient(#FFFFFF, #e2e2e2);
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
	position:relative;
}
.mini {
	font-size: 75%;
	font-weight: normal;
}

/*----------------------------------------------------
	side
----------------------------------------------------*/
#sideL div h3 {
	text-align: center;
	margin: 3px 0px;
}
#sideL li {
	margin: 3px 0px;
}
#sideL>ul, #project, #service, #voice {
	margin: 0 0 10px;
}
#sideL .btn a {
	width: 178px;	
}
#project {
	border: 1px solid #AE92B8;
	padding: 6px 4px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #c8c1dc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e1deeb), to(#c8c1dc));
	background: -webkit-linear-gradient(#e1deeb, #c8c1dc);
	background: -moz-linear-gradient(#e1deeb, #c8c1dc);
	background: -ms-linear-gradient(#e1deeb, #c8c1dc);
	background: -o-linear-gradient(#e1deeb, #c8c1dc);
	background: linear-gradient(#e1deeb, #c8c1dc);
	-pie-background: linear-gradient(#e1deeb, #c8c1dc);
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
	position:relative;
}
#sideL li .linep {
	border-left: 3px solid #663399;
	padding-left: 3px;
}
#service {
	border: 1px solid #8BAFC4;
	padding: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #9fd2eb;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c8e2ee), to(#9fd2eb));
	background: -webkit-linear-gradient(#c8e2ee, #9fd2eb);
	background: -moz-linear-gradient(#c8e2ee, #9fd2eb);
	background: -ms-linear-gradient(#c8e2ee, #9fd2eb);
	background: -o-linear-gradient(#c8e2ee, #9fd2eb);
	background: linear-gradient(#c8e2ee, #9fd2eb);
	-pie-background: linear-gradient(#c8e2ee, #9fd2eb);
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
	position:relative;
}
#sideL li .lineb {
	border-left: 3px solid #344ECC;
	padding-left: 3px;
}
#voice {
	border: 1px solid #bababa;
	padding: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e3e3e3), to(#d9d9d9));
	background: -webkit-linear-gradient(#e3e3e3, #d9d9d9);
	background: -moz-linear-gradient(#e3e3e3, #d9d9d9);
	background: -ms-linear-gradient(#e3e3e3, #d9d9d9);
	background: -o-linear-gradient(#e3e3e3, #d9d9d9);
	background: linear-gradient(#e3e3e3, #d9d9d9);
	-pie-background: linear-gradient(#e3e3e3, #d9d9d9);
	behavior: url("http://www.noiedesign.com/js/PIE.htc");
	position:relative;
}
#sideR #linklist li {
	margin: 4px 0px;
}

