@charset "Shift_JIS";

* {
	margin: 0px;
	padding: 0px;
}

html {
    margin-bottom:1px;
    height:100%;
    }

body {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	background-color: #55287B;
	background-image: url(img/bgmon.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.basictable caption {
	padding-top: 10px;
	text-align: left;
}


#wrapper {
	width: 955px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px none #FFFFFF;
}
#header {
	height: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(img/hadbg.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}
#header .lefcol {
	width: 230px;
	float: left;
}
#header .rigcol {
	float: right;
	width: 450px;
	text-align: left;
}
#main {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .toprigh {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 5px;
}
#main .toplef {
	float: right;
	width: 730px;
	background-color: #FFFFFF;
	display: inline;
	margin-right: 5px;
	border: 1px solid #333333;
	background-image: url(img/toplefbg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.toplef .mess {
	text-align: left;
	padding-left: 20px;
	width: 660px;
	margin-bottom: 33px;
	margin-top: 5px;
}
.mess li {
	background-image: url(img/lidisk.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 5px;
}
.mess ul {
}
#event {
	margin-top: 5px;
}
.event02 .gofuji {
	margin-top: 5px;
	text-align: right;
	padding-right: 5px;
}
.event01 {
	height: 5px;
	padding: 0px;
	margin-bottom: 0px;
}
.event02 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-left: 5px;
	margin: 0px;
}
.qrcord {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.event03 {
	background-image: url(img/event_05.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.toplef img {
	margin-bottom: 5px;
}

#footer {
	height: 20px;
	padding-top: 5px;
	background-color: #000000;
	background-image: url(img/footbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer .lef {
	float: left;
	width: 640px;
	margin-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer .righ {
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 520px;
	margin-right: 20px;
	font-size: 10px;
}


/* --- link --- */
a:link,a:visited {
	color: #6666CC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover,a:active {
	color: #CC3333;
	text-decoration: none;
}

/* --- general --- */
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
h2 {
	padding: 0px;
	font-size: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #663399;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663399;
	background-image: url(img/h2bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h4 {
	padding: 0px;
	font-size: 100%;
	color: #CC9900;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}
h6 {
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	color: #999900;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
}
h5 {
	color: #990033;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

/* --- clear--- */
.clear{
	clear:both;
	height:-1px;
	visibility:hidden;
	overflow:hidden;
content:”.”;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#snavi .ti {
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}
#gnavi {
	font-size: 12px;
	width: 940px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#gback {
	background-color: #87945F;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#gnavi li {
	display: block;
	float: left;
	list-style-type: none;
	width: 189px;
}
#topfla {
	margin: 0px;
}
.banner {
	margin-bottom: 5px;
}
.banner_top {
	margin-bottom: 5px;
	margin-top: 10px;
}
#hadimg {
	margin-top: 2px;
	margin-left: 5px;
}
.toplef .imgblok {
	display: inline;
	float: left;
	width: 180px;
	padding-left: 20px;
}
.toplef .texblok {
	float: left;
	width: 260px;
	margin-left: 10px;
}
.phot {
	margin-top: 25px;
}
#gnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 945px;
}
#position {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 25px;
}
#position a {
	color: #55287B;
}
#main02 {
	margin-top: 5px;
}
#main02 .conrigh {
	float: right;
	width: 600px;
	display: inline;
	margin-right: 25px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main02 .conlef {
	float: left;
	width: 240px;
	margin-left: 25px;
	display: inline;
}
.conrigh .basictable {
	width: 480px;
	border: 1px solid #666666;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.basictable th {
	padding: 5px;
	background-color: #996699;
	border: 1px solid #999999;
	border-collapse: collapse;
	color: #FFFFFF;
	font-weight: normal;
}
.conlef .photcap  {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
}
.basictable td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.conrigh  .mess {
	text-align: left;
	width: 480px;
	margin-bottom: 33px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.conrigh .mess p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.conrigh .basictable02 {
	width: 280px;
	margin-bottom: 5px;
	border-collapse: collapse;
}
.basictable02 td {
	border-collapse: collapse;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.basictable02 p {
   	text-align: left;
	padding-left: 30px;
}
	
.mess em {
	font-style: normal;
	color: #FF3300;
}
.siromiji {
	color: #FFFFFF;
}
.plan-picture {
	width: 137px;
	float: left;
}
.detail-body .plan-detail {
	float: right;
	width: 420px;
}
.s12_33 {
	margin-bottom: 10px;
}
.detail-cassette {
	width: 590px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.plan_reserve {
	margin-top: 10px;
}
.plan_reserve table {
	width: 100%;
}
.detail-header {
	background-color: #99CCCC;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.plan_reserve th {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.plan_reserve td {
	vertical-align: middle;
}
.detail-header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 110%;
}
.menu {
	margin-bottom: 20px;
}
.mbox {
	width: 150px;
	margin-right: 5px;
	float: left;
	text-align: center;
	font-size: 90%;
	line-height: 125%;
	color: #666666;
	margin-bottom: 5px;
}
#main02 .lefimg {
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
}
#main02 .rightex {
	float: left;
	margin-bottom: 10px;
	width: 340px;
}
.mbox img  {
	margin-bottom: 5px;
}
.mbox02  {
	width: 200px;
	margin-right: 10px;
	float: left;
}
.mbox02  img  {
	margin-bottom: 5px;
}
.oremoji {
	color: #CC0066;
}
.akamoji {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
}
.sumimoji {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	padding-left: 3px;
}
.mbox03 {
	width: 90px;
	margin-right: 6px;
	float: left;
	margin-bottom: 10px;
}
.mbox04 {
	width: 80px;
	margin-right: 5px;
	float: left;
	margin-top: 10px;
	display: inline;
}
.menu02 {
	margin-bottom: 20px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.event02 .date {
	color: #616D0C;
	margin-top: 2px;
	font-size: 90%;
}
.mess li img {
	margin-bottom: -3px;
}
#main .toplef h2 {
	padding: 0px;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.rightex li {
	background-image: url(img/lidisk.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 5px;
}
.rightex ul {
}
.conrigh .photcap {
	color: #333333;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: center;
}
