* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
img {
	border-style: none;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}
body {
	background-color: #000000;
}

/*----------------------------------------------------------------------------------------------------------- header --*/

#header {
	height: 150px;
	width: 960px;
	margin: auto;
	--background-color: #000000;
	background: url(top_gazou.jpg) repeat;
}

#header h1 {
	padding: 10px 0 0 15px;
	font-size: 38px;
	font-weight: normal;
	font-family: "メイリオ", sans-serif;
	letter-spacing: 0.1em;
}

#header h1 a:link {
	text-decoration: none;
	color: #bfbfbf;
}
#header h1 a:visited {
	text-decoration: none;
	color: #bfbfbf;
}
#header h1 a:hover {
	text-decoration: none;
	color: #ffffff;
}
#header h1 a:active {
	text-decoration: none;
	color: #bfbfbf;
}

/*---------------------------------------------------------------------------------------------------- Textures Main --*/
#texture_main {
	width: 958px;
	margin: auto;
	padding: 60px 0 100px 0;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	background-color: #2a2a2a;
}

/*----------------------------------------------------------------------------------------------------------- footer --*/

#footer {
	height: 100px;
	width: 960px;
	margin: auto;
	background-color: #000000;
	clear: both;
}

#footer p {
	width: 200px;
	margin: auto;
	padding: 10px;
	color: #bfbfbf;
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
}


/*------------------------------------------------------------------------------------------------------------- navi --*/

#navi {
	height: 60px;
	width: 960px;
	margin: auto;
	border-top: solid 1px #555555;
	border-bottom: solid 1px #555555;
}

#navi li {
	height: 60px;
	font-size: 14px;
	font-family: "メイリオ", sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 60px;
	background-color: #000000;
	list-style: none;
	float: left;
}


#navi .list_01 {
	width: 237px;
	border-right: solid 1px #555555;
	border-left: solid 1px #555555;
}
#navi .list_02 {
	width: 239px;
	border-right: solid 1px #555555;
}
#navi .list_03 {
	width: 239px;
	border-right: solid 1px #555555;
}
#navi .list_04 {
	width: 239px;
	border-right: solid 1px #555555;
}




#navi ul li a {
	display: block;
}

#navi a:link {
	text-decoration: none;
	color: #d5bfaa;
}
#navi a:visited {
	text-decoration: none;
	color: #d5bfaa;
}
#navi a:hover {
	text-decoration: underline;
	color: #d5bfaa;
}
#navi a:active {
	text-decoration: none;
	color: #d5bfaa;
}

/*---------------------------------------------------------------------------------------------- Texture explanation --*/

#explanation {
	width: 820px;
	margin: 40px auto 0 auto;
}

#explanation h3 {
	color: #bfbfbf;
	font-size: 24px;
	font-weight: bold;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 0.1em;
}

#explanation p {
	padding: 20px 0 0 60px;
	color: #bfbfbf;
	font-size: 14px;
	font-family: "メイリオ", sans-serif;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}

#explanation p .tk {
	font-size: 14px;
}

#explanation a:link {
	text-decoration: underline;
	color: #2b80d5;
}
#explanation a:visited {
	text-decoration: underline;
	color: #2b80d5;
}
#explanation a:hover {
	text-decoration: none;
	color: #2b80d5;
}
#explanation a:active {
	text-decoration: underline;
	color: #2b80d5;
}


#explanation_image {
	width: 180px;
	margin: 20px auto 0 auto;
}


/*--------------------------------------------------------------------------------------------------- category title --*/

#category_title {
	width: 840px;
	margin: auto;
}

#category_title h2 {
	padding: 20px 20px 10px 20px;
	color: #bfbfbf;
	font-size: 24px;
	font-family: Tahoma, sans-serif;
	letter-spacing: 0.1em;
	background-color: #2a2a2a;
}


/*--------------------------------------------------------------------------------------------------- category table --*/

#category_table {
	height: 187px;
	width: 697px;
	margin: auto;
	font-family: Arial, sans-serif;
	border-top: solid 1px #666666;
}

#category_table li {
	height: 30px;
	width: 115px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	float: left;
}

#category_table .left {
	border-left: solid 1px #666666;
}

#category_table li p {
	padding: 0 0 0 2px;
	color: #999999;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	letter-spacing: 0.1em;
	line-height: 30px;
}

#category_table li .number {
	color: #999999;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

#category_table a {
	padding: 0 0 0 5px;
	line-height: 30px;
	display: block;
}

#category_table li a:link {
	text-decoration: none;
	color: #d5bfaa;
}
#category_table li a:visited {
	text-decoration: none;
	color: #d5bfaa;
}
#category_table li a:hover {
	text-decoration: underline;
	color: #d5bfaa;
}
#category_table li a:active {
	text-decoration: none;
	color: #d5bfaa;
}

/*---------------------------------------------------------------------------------------------------- Picture Table --*/

#textbox {
	width: 906px;
	margin: auto;
	background-color: #2a2a2a;
}


#text table {
	margin-top: 6px;
	background-color: #3f3f3f;
	border: solid 1px #2a2a2a;
	border-collapse: collapse;
}

#text th {
	height: 150px;
	width: 150px;
	padding: 15px;
	border: solid 1px #2a2a2a;
}

#text td {
	padding: 2px 0px 2px 4px;
	color: #8d6a47;
	font-size: 12px;
	border-right: solid 1px #2a2a2a;
	border-bottom: solid 1px #2a2a2a;
	font-family: Tahoma, sans-serif;
}

#text p {
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}





















