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

/*
 * ========全体サイズの設定=========
 */

body {
	background-color:#fff;
	color:#000;
	font-size:14px;
	line-height:1.8;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#header{
	width:100%;
	height:53px;
	background-color:#00a4d1;
	margin-top:106px;
}


/*
 * ======== clearfixの設定 =========
 */
 
.clearfix:after {
content: ".";  /* 新しいコンテンツ */
display: block;
clear: both;
height: 0;
visibility: hidden; /* 非表示に */
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*
 * ========テキストの設定=========
 */
 
#container p{
	font-size:16px;
	color:#003240;
	line-height:1.6em;
	margin-bottom:40px;
}

.contentsRight{
	width:500px;
	height:300px;
	margin-top:55px;
	margin-left:55px;
}

.contentsRight span{
	font-size:18px;
	color:#003240;
	margin-left:16px;
}

.contentsRight dd{
	font-size:16px;
	color:#003240;
	line-height:2.4em;
	margin-bottom:18px;
}

/*
 * ========リンクテキストの設定=========
 */

#fblink #contentsFb a {
	font-size:20px;
	color:#fc5c04;
	line-height:1.6em;
}

#fblink #contentsFb a:hover{
	color:#fb9402;
}


/*footer*/
#footer a {
	font-size:14px;
	color:#00f;
	line-height:1.6em;
}

#footer a:hover{
	color:#2887f2;
}

/*
 * ======== navレイアウト=========
 */

#nav{
	width:960px;
	height:106px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#navWrap{
	background-color:#fff;
	width:100%;
	border-bottom:3px solid #d8d7d7;
	position:fixed;
	margin-top:-106px;
	z-index:20;
}

#nav h1{
	position:absolute;
	bottom:17px;
}

#nav ul li#home{
	position:absolute;
	left:266.5px;
}


#nav ul li#works{
	position:absolute;
	left:386px;
}

#nav ul li#staff{
	position:absolute;
	left:518px;
}


#nav ul li#access{
	position:absolute;
	left:639px;
}

#nav p{
	position:absolute;
	right:0;
	top:33.5px;
}

/*
 * ========headerレイアウト=========
 */

#headerImg{
	width:960px;
	height:53px;
	margin:0 auto;
}

#headerImg #pageTop{
	float:left;
}


#headerImg #headerRight{
	float:right;
}


/*
 * ======== 見出しWORKS部分レイアウト=========
 */
 
#staffBig h2{
	width:960px;
	height:120px;
	margin:0 auto;
	padding-top:9px;
	margin-bottom:3px;
	clear:both;
}

/*
 * ======== コンテンツ部分 =========
 */

#containerwrap{
	background-color:#e7e9e9;
	background-image:url(../img/shared/contents_topLine.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1250px;
}

#container{
	width:960px;
	height:1250px;
	margin:0 auto;
}

#fblink{
	width:480px;
	height:34px;
	margin:0 auto;
	padding-top:80px;
}

#fblink #fbIcon{
	float:left;
}

#fblink #contentsFb{
	float:right;
}

.contents{
	background-image:url(../img/staff/staff_contentsback.gif);
	background-repeat:no-repeat;
	width:940px;
	height:380px;
	padding-left:10px;
}

#content1swrap{
	margin-top:80px;
}

#content2swrap{
	margin-top:120px;
}

.contentsLeft{
	float:left;
	padding-top:20px;
	padding-left:10px;
}

.contentsRight{
	float:left;
}
	



/*
 * ======== フッターレイアウト=========
 */
 
#footer{
	background-color:#00a4d1;
	width:100%;
	height:80px;
}

#footer #footerPt{
	width:960px;
	height:80px;
	margin:0 auto;
}


#footer #footerPt #pTop{
	float:right;
	margin-top:-45px;
	margin-right:20px;
}

#footer #footerPt #pTop #footptIcon{
	float:left;
	margin-top:7px;
	margin-right:8px;
	}

#footer #footerPt #pTop #footptTxt{
	float:left;
}

#footer #footerPt address{
	padding-top:28px;
	padding-left:347px;
}


