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

html {
	overflow: hidden;
}
#bg {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
/*	z-index: 1;*/
}
/** header **/
#header {
	position: fixed;
	width: 100%;
	height: 30px;
	background-color: #09F;
	border-bottom: solid 1px #CCC;
	z-index: 45;
}
h1 {
	position: fixed;
	margin: 5px 0px 0px 10px;
}
#header > .inquiry {
	font-size: 1.1em;
	margin: 5px 20px 0px 0px;
	float: right;
	cursor: pointer;
	text-decoration: underline;
}
#header .inquiry #inquiry {
	background-image: url(../img/image.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 58px;
}
#header .inquiry #inquiry:hover {
	background-image: url(../img/image.gif);
	background-repeat: no-repeat;
	background-position: -78px 0px;
	height: 20px;
	width: 58px;
}
/** nav **/
#nav {
	position: fixed;
	width: 150px;
	height: 100%;
	z-index: 20;
/*	background-color: #0F3;*/
}
#nav ul {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 100px;
	list-style: none;
}
#nav ul li {
	width: 100px;
	height: 30px;
	text-align: center;
	min-height: 25px;
	line-height: 25px;
	color: #CCC;
	border: solid 1px #999;
	background-color: #333;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
	letter-spacing: 0.3em;
	font-weight: bold;
}
/** footer **/
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 25px;
	background-color: #09F;
	border-top: solid 1px #CCC;
	z-index: 20;
	color: #FFF;
	padding-top: 5px;
	text-align: center;
}
/** page **/
#page {
	overflow:hidden;
	/*z-index: 15;*/
}
#shadow {
	opacity: 0.6;
	display: none;
	position: absolute;
	top: 0;
	background-color: #000;
	z-index: 50;
}
#overlay {
	position: absolute;
	top: 50px;
	background-color: #FFF;
	z-index: 55;
}
/********************
 * all
 ********************/
.contents {
	position: relative;
/*background-color: #6C3;*/
/*	border: solid 1px #FFF;*/
	width: 100%;
	height: 100%;
}
.contents > div {
	margin: 0px 40px 0px 150px;
	z-index: 30;
}
.contents > div > h2 {
	margin: 0px 0px 5px 10px;
	font-size: 1.6em;
	letter-spacing: 0.5em;
	color: #00F;
}
.contents > div > p {
	margin: 10px 0px 5px 20px;
	line-height: 1.5;
	letter-spacing: 0.3em;
}
/********************
 * top
 ********************/
#top {
	margin-top: 40px;
}
#top > #news {
	margin: 30px 0px 0px 20px;
}
#top > #news > h3 {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	color: #00F;
}
#top > #news > #lists{
	height: 120px;
	overflow: auto;
}
#top > #news > #lists > dl {
	line-height: 1.2;
	font-size: 1.2em;
}
#top > #news > #lists > dl > dt {
	margin: 2px 0px 5px 0px;
	letter-spacing: 0.3em;
}
#top > #news > #lists > dl > dd {
	margin: 2px 0px 5px 0px;
	text-indent: 10pt;
	letter-spacing: 0.3em;
}
/********************
 * works
 ********************/
#works {
	left: 150px;
}
#works > ul {
	margin: 10px 0px 0px 20px;
}
#works > ul > li {
	width: 250px;
	font-weight: bold;
	background-color: #EEE;
	margin: 1px;
	padding: 0px 0px 0px 10px;
	border: solid 1px #CCC;
	line-height: 2.5em;
	list-style: none;
	font-size: 1.2em;
	letter-spacing: 0.3em;
}
/********************
 * skills
 ********************/
#skills {
	left: 150px;
}
#skills > table {
	margin: 10px 40px 0px 20px;
}
#skills > table th {
	font-size: 1.2em;
	letter-spacing: 0.3em;
	padding: 5px 10px 5px 10px;
	background-color: #EEE;
	border: solid 1px #CCC;
	white-space: nowrap; 
}
#skills > table td {
	font-size: 1.2em;
	letter-spacing: 0.3em;
	padding: 5px 5px 5px 5px;
	background-color: #EEE;
	border: solid 1px #CCC;
	line-height: 2.0;
}
/********************
 * results
 ********************/
#results {
	left: 150px;
}
#results > ul {
	margin: 10px 40px 0px 20px;
	line-height: 1.3;
}
#results > ul li {
	background-color: #EEE;
	margin: 1px;
	padding: 2px 5px;
	border: solid 1px #CCC;
	font-size: 1.2em;
	line-height: 2.0em;
	letter-spacing: 0.3em;
	list-style: none;
}
/********************
 * profile
 ********************/
#profile {
	left: 150px;
}
#profile > table {
	margin: 10px 0px 0px 20px;
}
#profile > table th {
	padding: 5px 10px 5px 10px;
	line-height: 1.5;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	background-color: #EEE;
	border: solid 1px #CCC;
	white-space: nowrap; 
}
#profile > table td {
	padding: 5px 5px 5px 5px;
	line-height: 1.5;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	background-color: #EEE;
	border: solid 1px #CCC;
}
/********************
 * inquiry
 ********************/
#overlay {
	border: solid 2px #CCC;
}
#child_heaer {
	font-size: 1.2em;
	text-align: center;
	background-color: #CCC;
	height: 11px;
	padding: 4px 0px;
	border-bottom: solid 1px #999;
}
#inquiry {
	overflow: auto;
	padding: 10px;
	font-size: 1.2em;
}
#inquiry  p {
	text-align: center;
	margin: 10px 0px;
	font-size: 1.0em;
}
#inquiry .warning {
	color: #F00;
}
#inquiry .error {
	font-size: 1.0em;
	color: #F00;
}
#inquiry #code {
	width: 80px;
	background-color: #EFF;
}
#inquiry #c_name, #inquiry #name, #inquiry #name_k,
#inquiry #address1, #inquiry #address2, #inquiry #mail,
#inquiry #mail_c, #inquiry #url {
	width: 250px;
	background-color: #EFF;
}
#inquiry #tel, #inquiry #fax {
	width: 100px;
	background-color: #EFF;
}
#inquiry table th {
	padding: 0px 5px;
	white-space: nowrap; 
}
#inquiry table td {
	padding: 0px 5px;
}
#inquiry #chk th {
	padding: 5px 5px;
	white-space: nowrap; 
}
#inquiry select,#inquiry textarea {
	margin: 1px 0px;
	background-color: #EFF;
}
#inquiry #center1 {
	width: 150px;
	height: 25px;
	margin: 0px auto;
}
#inquiry #center2 {
	width: 120px;
	height: 25px;
	margin: 0px auto;
}
#send_end {
	width: 200px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
