﻿body {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	line-height: 15pt;
	font-size: 10pt;
	color: #262626;
	}
		
/* ヘッダーコンテンツ */
		
#headercontents {
	margin: 20px auto 0px;
	padding: 0px;
	width: 960px;
	text-align: left;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #cccccc;
}
	
h1 {
	font-size: 10pt;
}

#logo {
	width: 240px;
	height: 80px;
	margin-bottom: 10px;
	float: left;
}

nav {
	height: 80px;
	margin-bottom: 10px;
	float: right;
	width: 720px;

}

#navfloat {
	float: right;
}

#navfloat img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#navfloat a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

nav ul {
	margin-top: 49px;
	margin-right: -40px;
	overflow: hidden;
	_zoom: 1;
}

nav ul li {
	float: left;
	margin-right: 40px;
}

.floatoff{
	clear: both;
}

/* メインコンテンツ */

#maincontents {
	margin: 25px auto 0px;
	padding: 0px;
	width: 960px;
	text-align: left;
}

#title {
	margin-bottom: 20px;
}

h2 {
	font-size: 18pt;
	text-indent: 20pt;
	color: #333333;
}

/* 画像切り替え用 */

/*galley*/
div.g-inner {
	position:relative;
	width:960px;
	height:690px;
}
#view {
	position: absolute;
	width:960px;
	height:590px;
	top:0;
	left:0;
	overflow:hidden;
}
#view p {
	position: absolute;
	width:960px;
	height:590px;
	top:0;
	left:0;
}
#thumbBtn {
	position:absolute;
	top:600px;
	right:0px;
}
#thumbBtn li {
	padding: 0 0 0 2px;
	float:left;
	text-align:right;
	width: 105px;
	cursor:pointer;
	
}
#thumbBtn li.active {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#thumbBtn li img {
	border: solid 1px #ccc;
}

/* ここまで */

#topnews {
	width: 502px;
	float: left;
	margin-bottom: 10px;
}

#topnews a:link {
	color: #262626;
}

#topnews a:visited {
	color: #262626;
}

#topnews a:hover {
  color: #777777;
  text-decoration: none;
}

#topnews a:active{
  color: #777777;
}

.topnews-contents {
	width: 500px;
	border: solid 1px #ccc;
	height: 120px;
	margin-bottom: 20px;
	font-size: 9pt;
}

.topnews-contents-img {
	float: left;
	width: 120px;
}

.topnews-contents-word {
	float:right;
	width: 360px;
	padding: 10px;
}

#linknavibtn{
	float: right;
	width: 300px;
	margin-bottom: 10px;
}

.news-date {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 3px;
}

#linknavibtn img{
	margin-bottom: 20px;
}

#footercontents {
	margin: 25px auto;
	padding: 0px;
	width: 960px;
	text-align: center;
	color: #999999;
}

#footernavfloat {
	margin-bottom: 15px;
}

#footernavfloat img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}

#footernavfloat a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#footernavfloat ul {
	overflow: hidden;
	_zoom: 1;
}


#footernavfloat li {
	display: inline;
	margin: 0px 30px;
}

/* about.html */

#aboutcontents {
	float: left;
	width: 540px;
	margin-bottom: 20px;
}

#aboutcontents h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

#aboutcontents p {
	margin-top: 10px;
}

#aboutimg {
	float: right;
	width: 400px;
	margin: 20px 0px;
}

/* newarrival.html */

.newarrivalcontents1 {
	float: left;
	width: 540px;
	margin-bottom: 20px;
}

.newarrivalcontents1 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.newarrivalcontents1 p {
	margin-top: 10px;
}

.newarrivalimg1 {
	float: right;
	width: 400px;
	margin: 20px 0px;
}

.newarrivalcontents2 {
	float: right;
	width: 540px;
	margin-bottom: 20px;
}

.newarrivalcontents2 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.newarrivalcontents2 p {
	margin-top: 10px;
}

.newarrivalimg2 {
	float: left;
	width: 400px;
	margin: 20px 0px;
}

/* schedule.html */

#nothing {
	height: 500px;
	line-height: 500px;
	text-align: center;
}

#nothing2 p {
	margin: 236px 0px;
	text-align: center;
}

.schedulecontents1 {
	float: left;
	width: 540px;
	margin-bottom: 20px;
}

.schedulecontents1 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.schedulecontents1 p {
	margin-top: 10px;
}

.scheduleimg1 {
	float: right;
	width: 400px;
	margin: 20px 0px;
}

.schedulecontents2 {
	float: right;
	width: 540px;
	margin-bottom: 20px;
}

.schedulecontents2 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.schedulecontents2 p {
	margin-top: 10px;
}

.scheduleimg2 {
	float: left;
	width: 400px;
	margin: 20px 0px;
}

.tensen{
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #aaaaaa;
	margin: 18px 0px;
}

.ended {
	color: #ff0000;
}
