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

* {
	font-size: 100%;
}

html {
	overflow-y: scroll;
}

body {
	padding: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

hr {
	display: none;
}

img {
	border: none;
	vertical-align: baseline;
	text-decoration: none;
}

object {
	outline: none;
}

div#top {
	background-image: url(/common/img/top_bg.png);
	background-repeat: repeat-y;
	width: 968px;
	color: #FFF;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
	overflow: hidden;
}

div#header * {
	margin: 0px;
	padding: 0px;
}

div#header {
	margin-left: -8px;
	background-image: url(/common/img/headImage_home.jpg);
	background-repeat: no-repeat;
	background-position: 8px bottom;
	padding-bottom: 163px;
}

body#works div#header {
	background-image: url(/common/img/headImage_works.jpg);
}

body#gallery div#header {
	background-image: url(/common/img/headImage_gallery.jpg);
}

body#links div#header {
	background-image: url(/common/img/headImage_links.jpg);
}

body#contact div#header {
	background-image: url(/common/img/headImage_contact.jpg);
}

div#main {
	padding-left: 8px;
	padding-right: 16px;
}

div#contents {
	background-color: #000;
	background-image: url(/common/img/contents_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 32px;
	float: right;
	width: 640px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 1.6;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

div#sidebar * {
	margin: 0px;
	padding: 0px;
}

div#sidebar {
	float: left;
	width: 232px;
}

div#sidebar div#menu {
	background-image: url(/common/img/menu_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 8px;
}

div#sidebar div#menu ul {
	list-style-type: none;
	margin-bottom: -17px;
	position: relative;
	top: -17px;
}

div#sidebar div#menu ul li {
}

div#sidebar div#menu ul li img {
	vertical-align: bottom;
}

div#sidebar div#banner {
	background-image: url(/common/img/banner_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 200px;
	height: 200px;
	background-color: #999;
}

div#footer * {
	margin: 0px;
	padding: 0px;
}

div#footer {
	background-image: url(/common/img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 72px;
	width: 984px;
	margin-left: -8px;
	padding-top: 16px;
}

div#footer address {
	font-size: 90%;
	text-align: center;
	font-style: normal;
	padding-top: 8px;
}


div#contents h1 {
	font-size: 150%;
	color: #EAAA00;
	margin-top: 0px;
}

div#contents h2 {
	margin-top: 2em;
	font-size: 130%;
	color: #63CEE3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63CEE3;
}

div#contents h2 a {
	color: #63CEE3;
}

div#contents h3 {
	margin-top: 2em;
	font-size: 115%;
	border-bottom-width: 1px;
	color: #63CEE3;
}

div#contents h4 {
	margin-top: 2em;
	font-size: 115%;
	border-bottom-width: 1px;
	color: #FFFFFF;
}

div#contents h5 {
}

div#contents h6 {
}

div#contents p {
}

div#contents a {
	color: #FFF;
}

div#contents a:hover {
	text-decoration: none;
}


div#contents ul {
	margin-left: 0px;
	padding-left: 20px;
}

div#contents ul li {
	margin-left: 0px;
	padding-left: 0px;
}

div#contents ul.cols4 {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -16px;
	overflow: hidden;
	zoom: 1;
}

div#contents ul.cols4 li {
	padding: 0px;
	width: 148px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
	display: inline;
}

div#contents ul.cols4 li img {
	vertical-align: bottom;
}


div#contents dl {
}

div#contents dl dt {
	font-weight: bold;
}

div#contents dl dd {
}

div#contents table {
}

div#contents table th {
	background-color: #333;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	padding: 4px;
}

div#contents table td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

div#contents table * {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#contents div.section {
	clear: both;
}

div#contents div.article {
	clear: both;
}

div#contents div.sideInfo {
	float: right;
	margin-bottom: 40px;
	margin-left: 20px;
}

div#contents div.sideInfo * {
	margin: 0;
	padding: 0;
}


body#contact table input {
	width: 400px;
}

body#contact table textarea {
	width: 400px;
	height: 200px;
}

body#contact table td.btn {
	text-align: right;
}

body#contact table td.btn input {
	width: auto;
}

body#home div#contents div.news {
	max-height: 120px;
	_height: 120px;
	overflow-y: auto;
}

body#home div#contents div.news strong {
	color: #F00;
}
