@charset "utf-8";
/*
 * stylesheet.css
 */
/*************************************
 * Normalize
 *************************************/
html{
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #fff;
	-webkit-text-size-adjust: 100% !important;
}
img{
	border: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
/*************************************
 * Body
 *************************************/
body {
	text-align: center;
}
.body-container {
	font-family: '���C���I',Meiryo,'�l�r �o�S�V�b�N','�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	width: 1020px;
}
/*************************************
 * Nav
 *************************************/
.nav-menu-section {
	position:relative;
	margin: 30px auto 11px auto;
	display: block;
	width: 875px;
	height: 25px;
}
.nav-menu-section ul {
	margin:0;
	padding:0;
	list-style: outside none;
	position: relative;
}
.nav-menu-section ul li {
	padding:0;
	list-style-type:none;
	float:left;
}
/*************************************
 * Main image
 *************************************/
.main-image {
	position:relative;
	margin:0 auto;
	display: block;
	width: 875px;
	height: 620px;
	margin-bottom: 6px;
}
/*************************************
 * Footer
 *************************************/
.footer-section {
	position:relative;
	margin:0 auto;
	display: block;
	width: 875px;
	text-align: left;
}
/*************************************
 * Logo
 *************************************/
.logo-image {
	width: 70px;
	height: 240px;
}
/*************************************
 * SNS
 *************************************/
.sns-section {
	margin-top: 1px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sns-section ul {
	margin: 0px;
	padding: 0px;
	list-style: outside none;
}
.sns-section li {
	position:relative;
	margin: 0 0 0 12px;
	padding: 0;
	list-style-type:none;
	float:left;
}
/*************************************
 * News
 *************************************/
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.well {
	opacity:0.85;
	filter: alpha(opacity=85);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=85)";  /* ie 8 */
	-moz-opacity:0.85;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.85;              /* Safari 1.x */
	zoom:1;

	width: 600px;
	height: 500px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 15px;
	position: absolute;
	left: 125px;
	top: 60px;
	text-align: left;
	overflow: none;
}
.news-title {
	position: relative;
	font-size: 1.5em;
	font-family: "Verdana";
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	letter-spacing: .1em;
}
.news-close {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 1.1em;
	font-family: "Verdana";
	color: #CD5C5C;
	font-weight: bold;
	cursor: pointer;
}
.news-contents {
	font-size: 0.8em;
}
.news-contents dl {
	margin-left: 50px;
	width: 480px;
	height: 420px;
}
.news-contents dt {
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	line-height: .78em;
	margin-bottom: 5px;
	color: #9a9a9a;
	border-bottom: dashed 1px #898989;
	vertical-align: bottom;
}
.news-contents dd {
	margin-left: 20px;
	margin-bottom: 20px;
}
.news-contents dd div {
	font-size: 1.2em;
	font-family: "Courier";
	margin-bottom: 3px;
}
.news-contents dd a ,
.news-contents dd a:visited,
.news-contents dd a:hover {
	text-decoration:none;
	color:#c00;
	border-bottom: solid 1px #c00;
	padding-left: 3px;
	padding-right: 3px;
}
.news-contents dd a:hover {
	color:#fff;
	background-color:#c00;
}
