/* デフォルトクリア（フォーム以外） */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td {
    margin: 0; 
    padding: 0;
}
html {
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%; 
    font-weight: normal;
}
ol, ul {
    list-style:none;
}
img {
     border:0;
}
table {
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th {
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal; 
    font-weight: normal;
}

/* 基本設定 */
a:link {
	color: #947F3A;
	text-decoration: underline;
}
a:visited {
	color: #bfa75f;
	text-decoration: underline;
}
a:hover {
	color: #FF6666;
	text-decoration: underline;
}
a:active {
	color: #947F3A;
	text-decoration: underline;

}
table, td, th {
	text-valign: center;
	border: solid 1px #947F3A;
	padding: 5px;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
}
th {
	text-align: center; 
	font-weight: bold;
}

sup {
	vertical-align: 0.5em;
	font-size: 70%;
	line-height: 100%;
}

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#container {
	width: 800px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
	border: solid 1px #000000;
}
#main {
	width: 690px;
	float: right;
}

/* コンテンツエリア */
#contents {
	width: 490px;
	float: left;
}
#contents h2 {
	margin: 10px;
}
#contents h3 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	margin: 10px;
	background-image: url(../images/background_box_gold.png);
	background-repeat: repeat; 
}
#contents h4 {
	color: #947F3A;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#contents h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
#contents strong {
	font-weight: bold;
}
#contents .text {
	margin: 10px;
	background-image: url(../images/background_box.png);
	background-repeat: repeat; 
}

#contents .box {
	width: 450px;
	border: solid 1px #947F3A;
	background-image: url(../images/background_box.png);
	background-repeat: repeat; 
	padding: 10px;
	margin: 10px;
}
#contents .box img.designer {
	float: left;
	margin-right: 10px;
	border: solid 1px #EEEEEE;
}
#contents .box img.works_l {
	float: left;
	margin-right: 5px;
	border: solid 1px #947F3A;
}
#contents .box img.works {
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #947F3A;
}
#contents .box div.works {
	height: 220px;
}

#contents .invisiblebox {
	width: 470px;
	background-image: url(../images/background_box.png);
	background-repeat: repeat; 
	margin: 10px;
}
#contents .boxleft {
	float: left;
}
#contents .boxright {
	margin: 0 0 0 80px;
}

#contents .gallery {
	text-align: center;
}
#contents .gallery img {
	border: solid 1px #666666;
	background-image: url(../images/background_box_white.png);
	background-repeat: repeat; 
	padding: 5px;
	margin: 10px;
}

#contents .nav {
	text-align: center;
}

#contents .formtable table, th, td {
	padding: 10px;
}

#contents ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 2em;
}
#contents ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 2em;
}
/* バナーエリア */
#banner {
	width: 180px;
	float: right;
	margin: 10px;
}
#banner ul li{
	list-style-type: none;
	margin-bottom: 5px;
}

/* メニューエリア */
#menu {
	width: 90px;
	float: left;
	margin: 10px;
}
#menu ul li{
	list-style-type: none;
	margin-bottom: 5px;
}

/* ヘッダーエリア */
#header {
	width: 800px;
	height: 90px;
	background-color: #000000;
	top: 0;
}
#header img{
	float: left;
}
#header h1{
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
	margin-top: 45px;
}

/* フッターエリア */
#footer {
	width: 800px;
	height: 20px;
	color: #947F3A;
	font-size: 10px;
	background-color: #000000;
	clear: both;
}
#footer ul {
	line-height: 20px;
	float: left;
	margin: 0 10px;
}
#footer ul li{
	display: inline;
	list-style-type: none;
}
#footer .copyright {
	line-height: 20px;
	float: right;
	margin: 0 10px;
}

