@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333;
	background: #fff;
}
a {
	color: #0292c1;
	/*color: #61adb2;*/
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f90;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
ul li {
	list-style: none;
}
ol li {
	list-style: inside decimal;
}

/* #wrapper */
#wrapper {
/*
	width: 1024px;
	margin: 0 auto;
*/
	position: relative;
}

/* header */
header {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 120px;
}
header a#logo {
	display: block;
	position: absolute;
	left: 250px;
	top: 15px;
}
header h1 {
	position: absolute;
	left: 400px;
	top: 35px;
	color: #61adb2;
	font-size: 32px;
	text-shadow: 0 0 1px #37a699;
}
header h2 {
	position: absolute;
	left: 95px;
	top: 45px;
	font-weight: normal;
	font-size: 12px;
	color: #61adb2;
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
header a#eng {
	display: block;
	position: absolute;
	top: 70px;
	right: 15px;
	padding-left: 19px;
	background: url(../image/common/eng-marker.png) no-repeat 0 3px;
}
header #gsearch {
	width: 300px;
	position: absolute;
	top: 0;
	right: 5px;
}

/* nav */
nav {
	height: 39px;
	background: url(../image/common/nav-bg.png) repeat-x;
	font-size: 16px;
}
nav ul {
	width: 1024px;
	margin: 0 auto;
	height: 39px;
	border-left: 1px solid #fff;
}
nav li {
	display: inline-block;
	height: 39px;
	line-height: 39px;
	border-right: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}
nav li a {
	display: block;
	padding: 0 10px 0 10px;
}
nav li:first-child a {
	padding: 0 10px 0 50px;
	background: url(../image/common/icon-home.png) no-repeat 20px 8px;
}
nav li span {
	padding-right: 20px;
	background: url(../image/common/nav-arw1.png) no-repeat right center;
}
nav li span.open {
	background: url(../image/common/nav-arw2.png) no-repeat right center;
}
nav li:first-child span {
	padding-right: 10px;
	background: none;
}
nav li a {
	color: #fff;
}
nav li a:hover {
	color: #fff;
}

/* #canvas */
#canvas {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

/* #main-image */
#main-image {
	position: relative;
}
#main-image p#main-str {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1004px;
	height: 52px;
	padding: 20px 10px;
	background: rgba(255, 255, 255, 0.7);
	color: #026cbf;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.7em;
}
#main-image p#main-str img {
	position: absolute;
	left: 10px;
	top: 20px;
}

/* .subview */
.subview {
	width: 784px;
	height: 220px;
	padding: 15px 120px 30px;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: #f1efef;
	z-index: 9999;
}
.subview dl {
	float: left;
}
.subview dt {
	font-weight: bold;
}
.subview dd {
}
.subview dd ul {
}
.subview dd li {
	margin-top: 8px;
}
.subview table {
	margin-top: 15px;
	float: right;
}
.subview th {
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
}
.subview th div {
	padding: 0 20px 0 10px;
	border-left: 2px solid #61adb2;
}
.subview td {
	vertical-align: bottom;
}
.subview td div {
}

/* #main */
#main {
	width: 944px;
	margin: 0 auto;
	padding: 20px 40px;
}

/* .inner */
.inner {
	overflow: hidden;
}
.inner h3 {
	font-size: 28px;
}

/* #pk */
#pk {
	font-size: 12px;
	margin-bottom: 15px;
}
#pk li {
	display: inline-block;
}
#pk li span:before {
	content: "＞ ";
}

/* #content */
#content {
	width: 690px;
	float: left;
}

.totop {
	margin-top: 30px;
	padding-top: 20px;
	text-align: right;
	border-top: 1px solid #666;
}
.totop a {
	display: inline-block;
	height: 20px;
	padding-right: 25px;
	background: url(../image/common/totop.png) no-repeat right center;
	line-height: 20px;
}

/* #side */
#side {
	width: 220px;
	float: right;
}
#side li {
	border-bottom: 2px solid #ccc;
}
#side li.cur {
	background: #eee;
}
#side li a {
	display: block;
	height: 50px;
	line-height: 25px;
	padding: 5px 10px;
}
/* #side-top */
#side-top {
	width: 250px;
	float: right;
}
#side-top li {
	margin-bottom:10px;
}
#side-top li:last-child {
	margin-bottom:0;
}
#side-top li.cur {
	background: #eee;
}
#side-top li a {
	display: block;
	padding: 0;
}


/* footer */
footer {
	margin-top: 80px;
	background: #f1efef;
}
footer #footer {
	width: 964px;
	min-height: 196px;
	margin: 0 auto;
	padding: 15px 30px 25px;
	overflow: hidden;
	position: relative;
}
footer dl {
	width: 265px;
	float: left;
	font-size: 16px;
}
footer dt {
	font-weight: bold;
	height: 35px;
	padding-left: 45px;
	line-height: 35px;
}
footer dt#slide {
	background: url(../image/common/icon-slide.png) no-repeat left center;
}
footer dt#movie {
	background: url(../image/common/icon-movie.png) no-repeat left center;
}
footer dd {
}
footer dd ul {
}
footer dd li {
	margin-top: 10px;
}
footer dd li small {
	font-size: 12px;
}
footer div#auther {
	float: right;
	padding-left: 30px;
}
footer div#copyright {
	height: 22px;
	position: absolute;
	right: 10px;
	bottom: 5px;
}


/* misc */
.bold { font-weight: bold; }
.c { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }

.gray { color: #888; }
.red { color: #d0021b; }

.fl { float: left; }
.fr { float: right; }

.icon-addr {
	padding-left: 30px;
	background: url(../image/common/icon-addr.png) no-repeat 2px 2px;
}
.icon-tel {
	padding-left: 30px;
	background: url(../image/common/icon-tel.png) no-repeat 0 0;
}
.icon-mail {
	padding-left: 30px;
	background: url(../image/common/icon-mail.png) no-repeat 2px 4px;
}
.icon-info {
	height: 34px;
	margin-bottom: 10px;
	line-height: 34px;
	padding-left: 40px;
	background: url(../image/common/icon-info.png) no-repeat 0 0px;
}