@charset "utf-8";

/* CSS Reset Style
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, select, input, legend, textarea, p, blockquote, pre, table, th, td, button, address {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #A0A0A0;
	line-height: 1.5;
	text-decoration: none;
}

fieldset {
	border: 0;
}

caption {
	text-align: left;
	line-height:16px;
}

button {
	border: 0;
	background: none;
}

/* Link Style
---------------------------------------------------- */
a:link {
	color: #b4b4b2;
	text-decoration: none;
}

a:visited {
	color: #b4b4b2;
	text-decoration: none;
}

a:hover {
	color: #b4b4b2;
	text-decoration: underline;
}

a:focas {
	color: #b4b4b2;
	text-decoration: underline;
}

a:active {
	color: #b4b4b2;
	text-decoration: underline;
}

/* Text Style
---------------------------------------------------- */
p {
	margin: 1em 0;
	font-size: 12px;
}

blockquote {
	padding: 1.5em;
	margin: 1em 0;
}

.small {
	font-size: 10px;
	line-height: 1.5;
	color: #A0A0A0;
}

/* Table Style
---------------------------------------------------- */
table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common style
---------------------------------------------------- */
html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	display: table;
	text-align: left;
	font-size: 12px;
	color: #b4b4b2;
}

div.box{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: left;
}

div#main{
	width: 914px;
	margin: 20px auto;
	background: url(/images/bg.jpg) no-repeat;
}

#menu{
	width: 350px;
	padding: 0 0 50px 500px;
	text-align: left;
}

#text,
#photo,
#about{
	width: 640px;
	height: 380px;
	padding: 200px 0 0px 120px;
	text-align: left;
	line-height: 1.5em;
}

img{
	border: none;
}

/* topページ */
#log dl{
}
#log dt{
	float: left;
	width: 80px;
	margin-top: 10px;
}
#log dd{
	float: left;
	width: 550px;
	margin-top: 10px;
}
/* aboutページ */
#aboutL{
	width: 350px;
	float: left;
}

#aboutR{
	width: 200px;
	padding: 10px 20px;
	float: left;
	border: 1px solid #bfbfbf;
	background-color: #eeeeee;
	text-align: center;
}


/* photoページ */

h2{
	margin: 0 0 10px 0;
}

#photoL{
	width: 420px;
	float: left;
	padding: 0 5px 0 0;
}

#photoR{
	width: 200px;
	padding: 0 0 80px 10px;
	float: left;
	border-left: 1px dotted #bfbfbf;
}

#photo ul,
#photo li{
	margin: 0;
	padding:0;	
}

#photo li{
	width:100px;
	list-style: none;
	padding: 0 5px 5px 0;
	float: left;
}

#photo .photobox img{
	margin: 0 0 5px 0;
}

/* photoページ Method*/

#photo dl{
	padding-right: 10px;
	display: inline;
	width: 300px;
	float: left;
}

#photo dt,
#photo dd{
	margin: 0;
	width: 300px;
	font-size: 10px;
}

#photo dt{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}