@charset 'UTF-8';
/*structure common
-----------------------------------------------------------------------------*/
body {
}

#bodyTop{ background: #F1F1F1 url(../img/BG_body.jpg) repeat; }

#wrapperTop {
	width:860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#wrapperAbout {
	width:860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_about.jpg);
	background-repeat: repeat-y;
}
#wrapperMenu {
	width:860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-y;
}
#wrapperGallery {
	width:860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_gallery.jpg);
	background-repeat: repeat-y;
}


#header {
	width: 860px;
	height: 70px;
	padding-top: 10px;
}

#wrapperAbout header {background-image: url(../img/head_about.jpg);}
#wrapperGallery header {background-image: url(../img/head_gallery.jpg);}
#wrapperMenu header {background-image: url(../img/head_menu.jpg);}

#contents {
	margin-left: 80px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
	float: left;
	display: inline;
}
.inner {
	margin-left: 60px;
	width: 610px;
	margin-top: 40px;
	clear: both;
	float: left;
	display: inline;
}
.footer{
	height: 35px;
	clear: both;
}

#footerAbout{background-image: url(../img/foot_about.jpg);
	background-repeat: no-repeat;}
	
#footerGallery{background-image: url(../img/foot_gallery.jpg);
	background-repeat: no-repeat;}
	
#footerMenu{background-image: url(../img/foot_menu.jpg);
	background-repeat: no-repeat;}
/*header
-----------------------------------------------------------------------------*/
#logo {
	margin-left: 80px;
	display: inline;
	float: left;
}
#header ul {
	float: right;
	display: inline;
	margin-right: 50px;
	margin-top: 10px;
}
#header ul li {
	float: left;
}
/*font
-----------------------------------------------------------------------------*/
h1 {
	font-size: 5px;
}
h2 {
	font-size: 100%;
	color: #6A3A0D;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-bottom: 3px;
}

#wrapperAbout h2{ 
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2AAB39;}
	
#wrapperGallery h2{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1D2087;
}

#wrapperMenu h2{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #804F1B;
}
	
p, li, dt, dd {
	font-size: 70%;
	color: #333333;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

em {
	font-weight: bold;
	color: #FF0000;
}


/*contents About
-----------------------------------------------------------------------------*/

/*about
-----------------------*/
#aboutStlou {
	min-height:200px;
	background-image: url(../img/bg_aboutPic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
#aboutStlou .section {
	width: 300px;
	margin-left: 310px;
}
#aboutStlou dl {
	margin-top: 20px;
}
#aboutStlou dt {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2AAB39;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
/*access
-----------------------*/
#access {
	min-height:255px;
	background-image: url(../img/bg_access.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	margin-top: 60px;
}
#access li {
	text-indent: 14px;
	margin-bottom: 5px;
}
#access #subway {
	background-image: url(../img/subway.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#access #bus {
	background-image: url(../img/bus.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#access #bike {
	background-image: url(../img/bike.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#access img {
	margin-top: 20px;
	margin-left: 30px;
}
/*intro
-----------------------*/
#intro {
	min-height:200px;
	background-image: url(../img/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: 325px 60px;
	margin-top: 60px;
}

#intro .section {
	width:300px;
}

/*fromMaster
-----------------------*/
#fromMaster  {
	min-height:220px;
	background-image: url(../img/bg_fromMaster.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	margin-top: 70px;
}

#fromMaster .section {
	width: 300px;
	margin-left: 310px;
}


/*gallery
-----------------------------------------------------------------------------*/
.now{
	float: left;
	width: 304px;
}

.next{
	width: 304px;
	float: right;
}

#now_next ul{float: left;}

#now_next .voice{
	float: right;
}

.next h2{
	text-indent: 20px;
}
#running li{
	color: #FF0000;
	font-weight: bold;
}

.next ul{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #1D2087;
	padding-left: 20px;
	width: 170px;
}

#past {
	clear: both;
}

#past ul{
  float: left;
  width: 190px;
  min-height: 160px;
  padding-left: 12px;
  border-right: 1px dashed #1D2087;
}


#morePast ul{
  float: left;
  width: 190px;
  min-height: 160px;
  margin-left: 12px;
  margin-top: 12px;
  border-right: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}


#aboutGallery{
	background-image: url(../img/mitorizu.jpg);
	background-repeat: no-repeat;
	background-position: 350px 0px;
	min-height: 320px}

#aboutGallery .section{
	width: 300px;
}

#aboutGallery dl{
	width: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#aboutGallery dt{
	background-image: url(../img/notice.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 5px;
}

/*menu
-----------------------------------------------------------------------------*/

.menuList{
	margin-top: 15px;
}

.menuList li{
	float: left;
	margin-right: 15px;
	margin-bottom: 23px;
}
.menuList .return{
	margin-right: 0px;
}

.owl{
	margin-left: 100px;
	margin-top: 12px;
	float: left;
	display: inline;
}

.owl p{
	padding-top: 12px;
	float: left;
}

.owl img{
	float: left;
	margin-right: 16px;
}


/*footre detail
-----------------------------------------------------------------------------*/
.footer address{
	display: inline;
	float: right;
	margin-right: 55px;
	font-size: 65%;
	color: #666666;
	letter-spacing: 0.1em;
}
