@charset "UTF-8";

/** ANY pages **/
body, div, p, table, th, td, ul, ol, li {
	margin:0;
	padding:0;
	line-height:1.3em;
	letter-spacing:1px;
	color:#ffffff;
}

html, body, table, div {
	font-family:Meiryo,'MS PGothic','ＭＳ　Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	font-size:9pt;
}

html {
	overflow-x:auto;
	overflow-y:scroll;
}

body {
}

html, body {
	width:100%;
	height:100%;
}

img {
	border:0;
}

a {
	color:#ffffff;
	text-decoration:none;
	outline:0;
}

table {
	border-collapse:collapse;
}

a:hover {
	color:#ffff00;
}

h2 {
	margin:1em 0 0 0;
	padding:0.4em 8px 0.2em 8px;
	border-left:8px solid #ffffff;
	border-bottom:3px solid #ffffff;
}

h3 {
	margin:1em 0 0.2em 0;
}

div#container {
	background-color:#000000;
	margin:auto;
	width:900px;
	height:620px;
	padding:20px 20px 0 20px;
}

div#main {
	width:900px;
	height:600px;
	background-color:#000000;
}

/* #content */
div#content {
	padding:20px;
	width:410px;
	height:560px;
	margin-left:450px;
	background-image:url('/image/mask.png');
	background-repeat:repeat;
	position:absolute;
}

div#logo {
	text-align:right;
	margin-bottom:1em;
}

h1 {
	margin:0;
	padding:0;
}

h1 img {
	vertical-align:top;
}

div#menu {
	text-align:right;
}

div#menu p {
	font-size:80%;
	white-space:nowrap;
}

div#article {
	float:left;
	width:100%;
}

div#article h2 {
	font-size:130%;
}

div#article h3 {
	font-size:120%;
}

div#article ul.list li {
	margin:0 0 0.2em 0;
}

div#article ul.list li.top {
	margin:1em 0 0.2em 0;
}

div.align-right {
	text-align:right;
	width:100%;
}

div#article a.link {
	color:#ffff00;
}

div#article p, div#article td, div#article li {
	text-align:justify;
	text-justify:inter-ideograph;
}

div#article div.left {
	float:left;
	width:210px;
	padding:0 5px 0 0;
}

div#article div.right {
	float:left;
	width:190px;
	padding:0 0 0 5px;
}

div#article ul, div#article ol {
	margin-bottom:0.5em;
	padding:0 1em 0 2em;
}

div#article p {
	margin-top:0.8em;
}

div#footer {
	margin-top:4px;
	font-size:10px;
	text-align:right;
	line-height:20px;
}

div#footer p {
	color:#cccccc;
}

div#footer p#glampot {
	float:left;
}

div#footer p#glampot a {
	font-family:'Century Gothic',Meiryo,'MS PGothic','ＭＳ　Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

/** index.html **/
table#history {
	margin-top:2em;
	list-style-type:none;
}

table#history td {
	vertical-align:top;
}

table#history td.year, table#history td.month {
	white-space:nowrap;
}

table#history td.month {
	text-align:right;
}

table#history td.action {
	padding-left:0.5em;
}

/** map.html **/
div#map {
	width:300px;
	margin:0 auto;
}

ul#address {
	margin-top:0.5em;
	list-style-type:none;
}

ul#transport {
	margin-top:0.5em;
	list-style-type:none;
}

/** works.html **/
div#frame {
	width:450px;
	height:600px;
	position:absolute;
	left:-450px;
	top:0;
}

div#frame table {
	width:100%;
	height:100%;
}

div#frame table td {
	text-align:center;
	background-image:url('/image/white-mask.png');
}

div#frame table td img {
	z-index:-1;
	max-height:600px;
	max-width:450px;
}

div#frame div#arrow {
	position:relative;
	margin:0 30px;
	text-align:right;
	top:-3.1em; /* #commentを上に移動した分 + 1.3em */
	z-index:1;
}

div#frame div#arrow img {
	margin-left:8px;
}

div#frame div#comment {
	font-size:80%;
	background-image:url('/image/mask.png');
	position:relative;
	margin:0 20px;
	padding:1em;
	height:13em; /* 5文字 x 行高(1.3倍) */
	top:-18em;   /* (5文字(ボックスの高さ) + 1文字) x 行高さ(1.3倍) + padding(2em) */
	z-index:0;
}

table#works {
	border-collapse:collapse;
	margin:0 auto;
	width:336px;
}

table#works tr.odd, table#works tr.odd div {
	height:63px;
}

table#works tr.even, table#works tr.even div {
	height:112px;
}

table#works td {
	/* border:1px solid #ffffff; */
}

table#works td, table#works td div {
	width:84px;
}

table#works td div {
	overflow:hidden;
}

/** contact.html */
table#contact {
	margin-top:1em;
	width:100%;
}

table#contact th, table#contact td {
	border-bottom:1px dotted #cccccc;
	padding:4px 2px;
}

table#contact tr.last th, table#contact tr.last td {
	border-bottom:0;
}

table#contact th {
	white-space:nowrap;
	text-align:right;
	padding-right:0.5em;
}

table#contact input, table#contact textarea {
	border:1px solid #666666;
	margin:0 0 2px 0;
}

table#contact input.text {
	width:200px;
}

table#contact textarea {
	width:100%;
	height:150px;
}

table#contact td#interest table td {
	vertical-align:top;
	border:0;
}

table#contact td#submit {
	text-align:center;
}

table#contact td#submit input {
	background-color:#ffffff;
	width:5em;
	height:2em;
}

div#article div#err {
	background-color:#ffdddd;
	margin-top:1em;
	padding:0.2em 0;
}

div#article div#err li {
	font-weight:bold;
	color:#ff0000;
}

.required {
	color:#ff0000;
	font-weight:bold;
}

