﻿@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff;
	text-align:center;
	color:#000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	letter-spacing:0.06em;
}
#header {
	margin:50px auto 5px auto;
}
#main {
	width: 1200px;
	margin: 50px auto 10px auto;
	clear: both;
}
#navi {
	width:575px;
	margin:5px auto;
}
#navi ul li {
	float:left;
}
#container {
	width: 1000px;
	margin: 0 auto 10px auto;
	clear: both;
	height: auto;
	position:relative;
}
#container h1 {
	text-indent:-9898px;
}
#container h2 {
	text-align:left;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
#container table {
	line-height:200%;
	margin-bottom:10px;
}
#container table, td, th {
	border: 1px #000 solid;
}
#container th {
	background:#e9e9e9;
	font-weight:bold;
}
#container th, td {
	text-align:left;
	padding:0 10px;
}
/* FOOTER */
#footer {
	clear: both;
	height: 30px;
	text-align: center;
	width: center;
	padding-top: 5px;
}
#foot_line {
	margin: 0 auto;
	height: 30px;
	width: 1200px;
}
#foot_line p {
	color:#FFF;
	font-size:100%;
	line-height:180%;
}
.foot_list {
	width:550px;
	height:170px;
	float:left;
	color:#FFF;
	padding:15px 0 0 0;
	text-align:left;
	line-height:180%;
}
.foot_list li {
	float:left;
	margin:5px;
}
.top_btn {
	clear: both;
	float: right;
	margin: 0 auto;
	width: 177px;
}
/* WORKS */
.category {
	width:200px;
	float:left;
	margin:0 5px 0 0;
}
.category li {
	text-align:left;
	line-height:200%;
	font-family:Bell Gothic Std Light, Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.photobox {
	width:790px;
	float:right;
}
.photo {
	width:790px;
	margin:0;
	position:relative;
	height:270px;
	padding:20px 0 0 0;
	text-align:left;
	line-height:200%;
	font-family:Bell Gothic Std Light, Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
}

.thumb{
	position:absolute;
	bottom:0;
	right:0;
}

.thumb img{
	vertical-align: bottom;
}