@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{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

body{
	font-size:13px;
	*font-size:small;
	*font:x-small;
}  

html>/**/body{
	font-size /*\**/: small\9
}

html{
	overflow-y:scroll;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
}

th{
	text-align:left;
}

img{
	border:0;
	vertical-align:top;
}

li{
	list-style:none;
}

a{
	outline:none;
}

body{   
	font-family:"ＭＳ Ｐゴシック","MS PGothic","Osaka",Arial,sans-serif;
	letter-spacing:0;
	line-height:1.7;
}

h1,h2,h3,h4,h5,h6,p,th,td,table,dl,dt,dd,ul,ol,li,a{
	font-weight:normal;
}

address {
	font-style:normal;
}

/*-----------------------------------------------------------
    基本設定
-----------------------------------------------------------*/

body {
	min-width:1000px;
  width:auto !important;
  width:1000px;
	color:#333;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size:11px;
	*font-size:11px;
  *font:11px;
	-webkit-text-size-adjust:100%;
	background:#fff;
}
html>/**/body { font-size /*\**/: 11px\9 }

a {text-decoration:underline;overflow:hidden;outline:none;}
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#333;text-decoration:none;}
a:active {color:#333;}

a:hover img{
	filter:alpha(opacity=80); /* internet explorer */
    -khtml-opacity:0.8;      /* khtml, old safari */
    -moz-opacity:0.8;       /* mozilla, netscape */
    opacity:0.8;           /* fx, safari, opera */
}

/*-----------------------------------------------------------
    基本レイアウト
-----------------------------------------------------------*/
#wrap {
	width:960px;
	overflow:hidden;
	margin:0 auto;
}
#content {
	width:960px;
	overflow:hidden;
	padding:90px 0 110px 0;
	z-index:1;
}
#footer {
	clear:both;
	text-align:right;
	padding:0 0 15px 0;
}

/*----------------------- header --------------------------*/
#header {
	width:960px;
	height:80px;
	overflow:hidden;
	background:url(../img/h_bg.png) repeat-x 0 0;
	margin:0px auto;
	position:fixed;
	top:0;
	z-index:2;
}
#header h1 {
	position:absolute;
	top:28px;
	left:0;
}
#header p {
	position:absolute;
	top:58px;
	left:2px;
}
#header ul {
	position:absolute;
	top:28px;
	right:-27px;
}
#header li {
	float:left;
	padding:0 27px 0 0;
}

/*----------------------- content --------------------------*/
#works {
	margin:0 0 -90px 0;
}
#works .entry {
	position:relative;
	height:480px;
	overflow:hidden;
	margin:0 0 180px 0;
}
#works .outer {
	width:792px;
	position:absolute;
	top:0;
	left:0;
}
#works .thumbs {
	padding:0 0 0 12px;
}
#works .thumbs li {
	margin:0 0 10px 0;
}
#works .thumbs li img {
	margin-top:-18px;
	margin-left:-2px;
}
#works h2 {
	width:150px;
	text-align:right;
	line-height:1.2;
	position:absolute;
	top:0;
	right:0;
}
#works h2 span {
	display:block;
	color:#999;
}
#works .spec {
	width:150px;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}
#works .spec h3 {
	color:#999;
	line-height:1.2;
	padding:7px 0 0 0;
}
#works .spec p {
	line-height:1.2;
}
#works .caption {
	display:none;
}
#works #loading {
	text-align:left !important;
}

#profile {
	position:relative;
	padding:90px 0 0 205px;
}
#profile h2 {
	position:absolute;
	top:90px;
	left:0;
}
#profile h3 {
	padding:0 0 25px 0;	
}
#profile h4 {
	padding:0 0 25px 0;	
}
#profile .img {
	position:absolute;
	top:90px;
	left:640px;
	padding:0;
}
#profile table.history {
	margin:0 0 50px 0;
}
#profile table.history th {
	width:6em;
	color:#999;
}
#profile table.history td {
	padding-left:1em;
}
#profile table.history .self {
	padding-top:15px;
	padding-bottom:15px;
}
#profile table.flow th {
	width:6em;
	padding:0 0 15px 0;
}
#profile table.flow td {
	padding:0 0 15px 0;
	padding-left:1em;
}
#profile p {
	padding:20px 0 0 0;
}
#profile ul {
	padding:25px 0 0 0;
}

#contact {
	position:relative;
	padding:90px 0 0 205px;
}
#contact h2 {
	position:absolute;
	top:90px;
	left:0;
}
#contact h3 {
	padding:0 0 15px 0;
}
#contact dl {
	padding:15px 0;
}
#contact dl dt {
	clear:both;
	width:4em;
	float:left;
}
#contact address {
	padding-right:1em;
}
#contact address,
#contact .map {
	display:inline;
}

/*----------------------- 404 --------------------------*/
.error404 h2 {
	font-weight:bold;
	padding:50px 0 10px 0;
}
.error404 p,
.error404 ul {
	padding:15px 0 0 0;
}