@charset "UTF-8";
/* Firefox, Opera, Safari */
@font-face {
font-family:umefont;
src:url("font/ume-pms3.ttf") format("truetype")
}
/*IE*/
@font-face {
font-family: umefontIE;
src: url("font/ume-tms3.eot");
}
body {
	font-size: 16px;
	font-family: umefont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#e5e5e5;
	margin: 0;
}
div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 50px #666666;
	box-shadow: 0px 0px 50px #666666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #033;
}
header figure {
	float: left;
	width: 225px;
	height: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
div#header_box {
	float: left;
	width: 566px;
	height: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14px;
}
div#header_box h1{
	height: 46px;
	line-height: 46px;
	font-size: 30px;
	margin: 0;
}
div#header_box h2{
	height: 24px;
	line-height: 24px;
	font-size: 22px;
    margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#header_box h3{
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;	
}
div#lang_box {
	float: right;
	width: 78px;
	height: 20px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 0;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
} div#lang_box:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
} div#lang_box:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
div#lang_box p {
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	margin: 0;
}
div#lang_box p a {
	font-weight:bold;
	text-shadow:1px 1px 0px #ffffff;
	color:#333333;
	text-decoration: none;
} div#lang_box p a:hover {
	font-weight:bold;
	text-shadow:1px 1px 0px #333333;
	color:#ffffff;
	text-decoration: none;
}
div#header_photo figure {
	height: 200px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
div#header_photo figure img {
	-webkit-box-shadow: 0px 4px 4px #666666;
	box-shadow: 0px 4px 4px #666666;
}
div#main {
	overflow: hidden;
	clear: both;
}
nav {
	width: 200px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left:  0px;
	margin-right: 0px;
	float: left;
}
div#menu {
	width: 170px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
div#menu p {
	line-height: 25px;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	text-align:center;
	background-color: #033;
	border-radius: 10px 10px 0px 0px;
}
div#menu ul {
	width: 168px;
	line-height: 40px;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left:auto;
	padding-left: 0px;
	list-style-type: none;
	border-width: 1px;
	border-style: solid;
	border-color: #033;
}
div#menu ul li {
	padding-left: 10px;
	background-color: #ededed;
	background: -webkit-linear-gradient(#ededed 5%, #033 100%);
	background: -moz-linear-gradient(#ededed 5%, #033 100%);
	background: -o-linear-gradient(#ededed 5%, #033 100%);
	background: -ms-linear-gradient(#ededed 5%, #033 100%);
}
div#menu ul li:hover {
	background-color: #ededed;
	background: -webkit-linear-gradient(#ededed 5%, #ff6600 100%);
	background: -moz-linear-gradient(#ededed 5%, #ff6600 100%);
	background: -o-linear-gradient(#ededed 5%, #ff6600 100%);
	background: -ms-linear-gradient(#ededed 5%, #ff6600 100%);
}
div#menu ul li a {
	color: #ffffff;
	text-shadow:2px 2px 0px #111111;
	text-decoration:none;
}
div#submenu {
	width: 170px;
	margin-top: 100px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#submenu ul {
	width: 170px;
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
}
div#contact_info {
	width: 190px;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	text-decoration:underline;
}
div#contact_info p {
	text-indent: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #033;
}
article {
	width: 700px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
}
article section {
	width: 663px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #033;
	border-radius: 10px;
	background: -webkit-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
}
article h1{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}
article section h2{
	line-height: 30px;
	font-size: 22px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #033;
	padding-left: 7px;
}
article section h2 span {
	line-height: 15px;
	font-size: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
}
article section h3{
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}
article section p{
	line-height: 22px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}
section dl {
	line-height: 22px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
section dt {
	width: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
section dd {
	width: 430px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
section ol li {
	line-height: 22px;
	margin-top: 5px;
}
footer {
	width: 900px;
	clear: both;
	margin-top: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #033;
}
small{
	text-align:center;
	display:block;
}