@charset "UTF-8";

/* reset styles */

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"Osaka",
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	list-style-type: none;
}

fieldset, img {
	border: 0;
}

/* Opera 9 */

;;body {
	font-family: "ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}

/* Win IE 7 only */

*:first-child+html body {
	font-family: "ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}

/* Win IE 6 or sooner only */

* html body {
	font-family: "ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}


/*----- common -----*/
/*
body {
	background: #000000 url(../images/bg.jpg) repeat-x center top;
}
*/

* html body {
    background: url(null) fixed;
}

#container {
	min-width:990px;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px;
	background: #FFFFFF;
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

p {
	margin: 0px 0px 10px;
}

td {
	vertical-align: top;
}

a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

hr.pagebreak {
	visibility: hidden;
}


/*----- header -----*/
#header {
	position: fixed;
	min-width:990px;
	width: 100%;
	height: 140px;
	background: #17252C url(../images/bg_header.gif) repeat-x center top;
	top: 0px;
	left: 0px;
	z-index: +100;
}

* html div#header    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}

#header-inner {
	position: relative;
	width: 950px;
	height: 140px;
	margin: 0px auto;
}

h1 {
	position: absolute;
	left: 0px;
	top: 37px;
	width: 420px;
	height: 86px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

#navi {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 193px;
	height: 40px;
}

#navi li {
	float: left;
	height: 36px;
	border-bottom: 4px solid #3399CC;
}

#navi li a {
	height: 36px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	border-bottom: 4px solid #222222;
}

#navi li a:hover {
	height: 36px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	border-bottom: 4px solid #3399CC;
}

#navi li.navi-works {
	width: 62px;
	background: url(../images/navi.gif) no-repeat 0px 0px;
}

#navi li.navi-about {
	width: 60px;
	background: url(../images/navi.gif) no-repeat -62px 0px;
}

#navi li.navi-contact {
	width: 71px;
	background: url(../images/navi.gif) no-repeat -122px 0px;
}


/*----- contents -----*/
#works,
#about,
#contact {
	position: relative;
	width: 950px;
	margin: 0px auto -100px;
	padding: 140px 0px 0px;
}

#works:after,
#about:after,
#contact:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

h2 {
	width: 950px;
	height: 50px;
	margin: 0px 0px 20px;
	text-indent: -9999px;
}


/*----- works -----*/
#works {
	margin-bottom: -140px;
	z-index: +50;
}

#works h2 {
	background: url(../images/ttl_works.gif) no-repeat 0px 0px;
}

#works ul {
	width: 960px;
	margin: 0 0 20px -10px;
}

#works li {
	float: left;
	width: 310px;
	height: 205px;
	margin: 0 0 10px 10px;
}

#works li img {
	border: 1px solid #DDDDDD;
}

#works li a img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#works li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#works .box {
	position: relative;
	float: left;
	clear: both;
	width: 950px;
	margin: 0px 0px 40px;
}

#works .box .image {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0px 20px 0px 0px;
}

#works .box .image img {
	border: 1px solid #DDDDDD;
}

#works .box .text {
	position: relative;
	float: left;
	width: 630px;
}

#works .box .text h3 {
	font-size: 18px;
	margin: 5px 0px 10px;
}

#works .box .text h3 a:link,
#works .box .text h3 a:visited,
#works .box .text h3 a:active {
	color: #333333;
	text-decoration: none;
}

#works .box .text h3 a:hover {
	color: #333333;
	text-decoration: underline;
}

#works .box .text p {
	font-size: 14px;
}

#works .box .text .link li {
	float: left;
	margin: 0px 15px 0px 0px;
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#works .box .text .link li.official {
	padding: 0px 0px 0px 17px;
	background: url(../images/icn_official.gif) no-repeat 0px 0px;
}

#works .box .text .link li.facebook {
	padding: 0px 0px 0px 17px;
	background: url(../images/icn_facebook.gif) no-repeat 0px 0px;
}


/*----- about -----*/
#about {
	z-index: +40;
}

#about h2 {
	background: url(../images/ttl_about.gif) no-repeat 0px 0px;
}

#about table {
	width: 950px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

#about td {
	padding: 22px 10px;
	background: #FFFFFF;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#about td.item {
	width: 120px;
	background: #FAFAFA;
	text-align: center;
}

#about td.ls2 {
	letter-spacing: 0.2em;
}

#about td.ls20 {
	letter-spacing: 2.0em;
}


/*----- contact -----*/
#contact {
	margin-bottom: 40px;
	z-index: +30;
}

#contact h2 {
	background: url(../images/ttl_contact.gif) no-repeat 0px 0px;
}

#contact .notes {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#contact .txt-red {
	color: #CC0000;
}

#contact table {
	width: 950px;
}

#contact td {
	padding: 12px 10px;
	background: #F8F8F8;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#contact td.item {
	width: 105px;
	background: #F4F4F4;
	text-align: center;
}

#contact td .input-box {
	width: 200px;
	height: 16px;
	border:solid 1px #DDDDDD;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #444444;
}

#contact td .text-area {
	width: 350px;
	height: 150px;
}

.btn-submit {
	width: 80px;
	height: 20px;
	background: url(../images/btn_submit.gif) no-repeat 0px 0px;
	border-style: none;
}

#contact table.thanks {
	width: 950px;
	height: 500px;
	margin: 0px 0px 20px;
}

#contact table.thanks td {
	text-align: center;
	vertical-align: middle;
}


/*----- footer -----*/
#footer {
	position: relative;
	width: 100%;
	height: 15px;
	padding: 40px 0px 45px;
	background: #050505 url(../images/bg_footer.gif) repeat-x center top;
}

#footer p {
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	text-align: center;
	color: #EEEEEE;
}
