@charset "UTF-8";

#workstop p {
	font-size: 77%;
	line-height: 200%;
}


/*2層目共通*/
header#globalHeader {
	height: 280px;
	border: none;
	overflow: hidden;
	position: relative;
	background-image: url(../img/headbg.jpg);
	background-repeat: no-repeat;
}
header#globalHeader h1{
	height: 84px;
	width: 588px;
	position: absolute;
	left: 0px;
	top: 61px;
}

header#globalHeader #gmenu{
	position: absolute;
	left: 44px;
	z-index: 20;
	top: 225px;
	height: 55px;
	width: 936px;
	background-image: url(/common/img/menubg.png);
	background-repeat: no-repeat;
}
#contents {
	background-image: url(../img/contents.gif);
	background-repeat: no-repeat;
}

/*ワークストップ*/

section#workstop {}

section#workstop h1 {
	font-size: 130%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 70px;
	padding-left: 30px;
	padding-bottom: 50px;
}
section#workslist h1 {
	font-size: 130%;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 70px;
	padding-left: 30px;
	padding-bottom: 50px;
	width: 150px;
}
section#workslist h1 span {
	font-size: 70%;
	margin-left: 20px;
}
ul.worksindex {
	list-style-type: none;
	margin-left: 130px;
}
/*ワークスインデックス*/
ul.worksindex li {
	width: 230px;
	float: left;
	background-image: url(../img/index_bg.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
}
ul.worksindex li .menulist {
}
ul.worksindex li .menulist p {
	color: #003366;
	text-align: center;
	margin-top: 20px;
	font-size: 100%;
	padding: 0px;
	margin-bottom: 0px;
}
.worksindex div.image {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}

/*詳しくはこちらボタン*/

.detailbtn {
	text-align: right;
	height: 27px;
	width: 96px;
	overflow: hidden;
	margin: 0;
}
.detailbtn a {
	background-image: url(../img/btn_detail.gif);
	background-repeat: no-repeat;
	padding-top: 60px;
	display: block;
	background-position: 0px 0px;
	height: 27px;
}
.detailbtn a:hover {
	background-position: 0px -27px;
}
.worksindex  .detailbtn {
	margin-left: 120px;
}


/*リスト*/
.listarea {
	margin-left: 200px;
}
.listarea ul {
	list-style-type: none;
}
.listarea ul li {
	width: 230px;
	float: left;
	background-image: url(../img/index_bg.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	height: 250px;
}
.listarea ul li .menulist {
	height: 30px;
}
.listarea ul li .menulist p {
	color: #003366;
	text-align: center;
	margin-top: 0px;
	font-size: 83%;
	padding: 0px;
	margin-bottom: 0px;
}
.listarea ul li div.image {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.listarea  .detailbtn {
	margin-left: 120px;
}
.pagenav {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #444;
	font-size: 70%;
	text-align: right;
	padding-top: 10px;
}
.pagenav a{
	color: #999;
	padding-left: 10px;
}

/*ワークス詳細*/

#contents #main {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#contents #main .leftarea{
	width: 380px;
	float: left;
}
#contents #main .rightarea{
	float: right;
	width: 545px;
}
#contents #main table.detail {
	width: 380px;
}
#contents #main table.detail caption{
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
#contents #main table.detail th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 77%;
	line-height: 160%;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: left;
}
#contents #main table.detail td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 70%;
	line-height: 160%;
	padding-top: 4px;
	padding-bottom: 3px;
}

#contents #main .sumarea{
	background-image: url(/works/common/img/sum_title.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-top: 10px;
}
#main_image{
  }
  #main_image img{
	border: 1px solid #999;
	padding: 6px;
}

#contents #main .sumarea ul.gallery li{
    width:77px;height:58px;
    border:3px double #111;
    margin: 0 2px;background:#fff;
  }