﻿@charset 'UTF-8';

html, body
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
	text-align: center;
	font-family: 'Segoe UI', メイリオ, sans-serif;
	font-size: 9pt;
	line-height: 200%;
	background-image: url("back_under.png");
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	border: solid 1px #400000;
	border-top: none;
	background-color: #ffffff;
	background-image: url("back_top.png");
	background-position: left top;
	background-repeat: repeat-x;
}

a
{
	text-decoration: none;
	color: #0040ff;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	margin: 0px;
	/* margin-bottom: -30px; */
	padding: 0px;
	padding-top: 18px;
	padding-left: 64px;
	width: 208px;
	/* height: 96px; */
	height: 64px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	background-image: url("logo.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.index h1
{
	text-indent: -100%;
}

h2
{
	margin: 0px;
	margin-bottom: 16px;
	padding: 0px;
	padding-left: 8px;
	border-left: solid 24px #400000;
	height: 24px;
	line-height: 21px;
	font-size: 18px;
	font-variant: small-caps;
	vertical-align: middle;
	color: #400000;
}

h3
{
	margin: 0px;
	margin-left: 6px;
	margin-bottom: 16px;
	padding: 0px;
	padding-left: 8px;
	border-left: solid 18px #400000;
	height: 18px;
	line-height: 17px;
	font-size: 16px;
	font-variant: small-caps;
	vertical-align: middle;
	color: #400000;
}

p
{
	margin: 0px;
	margin-left: 32px;
	margin-bottom: 16px;
	padding: 0px;
}

div.extra p
{
	margin-left: 16px;
}

div.twitter
{
	margin: 0px;
	margin-top: -26px;
	margin-bottom: 2px;
	padding: 4px;
	padding-left: 32px;
	height: 16px;
	color: #ffffff;
	line-height: 16px;
	vertical-align: 16px;
}

div.twitter a
{
	color: #ffffff;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.50;
}

div.twitter a:hover
{
	color: #ffffff;
	filter: none;
	-ms-filter: "";
	opacity: 1;
}

div.section
{
	margin: 0px;
	padding: 16px;
	padding-left: 340px;
	border: solid 1px #400000;
	border-left: none;
	border-right: none;
	min-height: 100px;
	background-image: url("back_section.png");
	background-position: -190px top;
	background-repeat: repeat-x;
}

div.section#index
{
	padding: 16px;
	padding-top: 8px;
	height: 100px;
}

div.section img
{
	float: left;
	margin-left: -320px;
}

div.section#index img
{
	margin: 0px;
}

div.section p
{
	margin: 0px;
	text-align: right;
}

div.section p a.back
{
	display: block;
	float: left;
}

ul
{
	margin: 0px;
	margin-left: 16px;
	margin-bottom: 16px;
	padding: 0px;
	list-style: none;
	border-top: dotted 1px #666666;
}


div.section ul
{
	margin-left: 0px;
}

ul li
{
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 0.05em;
	border-bottom: dotted 1px #666666;
}

ul.showcase
{
	display: block;
	padding: 0px;
	padding-top: 3px;
	border-bottom: dotted 1px #666666;
}

ul.showcase li
{
	display: inline;
	border: none;
	padding: 0px;
	padding-right: 3px;
}

ul.menu
{
	margin: 0px;
	margin-left: -16px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
	height: 100px /* 60px */ /* 160px */;
	list-style: none;
	color: #666666;
}

ul.menu li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 25%;
	height: 60px;
	vertical-align: bottom;
}

ul.menu li.big
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
	height: 100px;
}

ul.menu li img
{
	float: none;
}

ul.menu li a
{
	color: #666666;
}

div.content
{
	float: left;
	margin: 0px;
	padding: 16px;
	width: 488px;
}

div.extra
{
	float: left;
	margin: 0px;
	padding: 16px;
	width: 248px;
}

address
{
	clear: both;
	padding: 1px;
	padding-bottom: 0px;
	line-height: 150%;
	color: #ffffff;
	background-color: #400000;
	font-style: normal;
}

dl
{
	margin: 0px;
	margin-bottom: 32px;
	padding: 0px;
	padding-left: 64px;
}

dt
{
	position: relative;
	display: block;
	margin: 0px;
	margin-left: -64px;
	padding: 0px;
	border-right: dotted 1px #666666;
	width: 64px;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	color: #666666;
}

dt.date .month, dt.date .week
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 64px;
	height: 16px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

dt.date .week
{
	top: auto;
	bottom: 0px;
}

dt.date .day
{
	display: block;
	padding-top: 12px;
	line-height: 26px;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: bold;
}

dd
{
	margin: 0px;
	margin-top: -56px;
	margin-bottom: 16px;
	padding: 0px;
	min-height: 56px;
}

img
{
	border: none;
}
