@charset "utf-8";

* {
	zoom:1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000;
}

h1 {
	font-size:110%;
	padding:0.3em 0;
}

h2 {
	font-size:100%;
	padding:0.3em 0;
}

h3 {
	font-size:90%;
	padding:0.3em 0;
}

h4 {
	font-size:80%;
	padding:0.3em 0;
}

h5 {
	font-size:75%;
	padding:0.3em 0;
}

h6 {
	font-size:75%;
	padding:0.3em 0;
}

p, ul, li {
	font-size:75%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height:100%;
	background:#222222;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #111111;
	background:#FFFFFF;
}

#headermenu {
	width: 100%;
	height:110px;
	text-align: left;
	background-color: #222222;
	background-image: url(/images/header.png);
	background-repeat:no-repeat;
	background-position: center top;
}

#headermenucontainer {
	width: 780px;  /* これにより、幅がブラウザの幅の 780px のコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

#headermenucontainer h1 {
	font-size: 75%;
	color:#FFFFFF;
	padding-bottom:10px;
}

#container {
	clear:both;
	width: 780px;  /* これにより、幅がブラウザの幅の 780px のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#gnav {
	color:#CCCCCC;
	font-size: 75%;
	padding: 5px 10px;
	background-color: #222222;
	background-image: url(/images/bar.png);
	background-repeat: no-repeat;
}
#gnav p {
	font-size:100%;
	color:#CCCCCC;
}


#gnav a {
	color:#CCCCCC;
}

#gnav a:link {
	color:#CCCCCC;
}

#gnav a:visited {
	color:#CCCCCC;
}

#gnav a:hover {
	color:#FF0000;
}

#header {
/*	background: #FFFFFF url(../images/header.jpg) no-repeat;*/
	width:780px;
	height:235px;
}

ul#globalNavigation {
	font-size: 75%;
	margin:20px 0 0 0;
	width:540px;
	height:50px;
	float:right;
	list-style:none;
}

ul#globalNavigation li {
	float:left;
	width:75px;
	height:50px;

	margin:0 1px;
}

#sidebar1 {
	float: left;
	width: 24%; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	background:url(../images/sidebg.jpg) no-repeat;
	padding: 15px 0; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}

#sidebar1 ul {
	font-size:95%;
	list-style-image:url(/images/ya_b_r.gif);
	list-style-position:inside;
	margin-left:10px;
}

#wnews {
	margin:10px 10px;
}


#mainContent {
	margin: 0 20px 0 26%; /* 右マージンは、パーセントまたはピクセルで設定できます。これにより、ページの右側にスペースが設定されます。 */
}
.cnt {
text-align:center;
}
.cnt2 {
margin-left:15px;
}
.cnt3 {
margin-left:10px;
}
#mainContent h2 span{
	display:none;
}

#mainContent2 {
	margin: 0 20px 0 20px; /* 右マージンは、パーセントまたはピクセルで設定できます。これにより、ページの右側にスペースが設定されます。 */
}

.eventtbl {
	border:1px #666 solid;
	margin:10px;
	padding:5px 10px;
}
.eventtbl1 {
	border:1px #666 solid;
	color:#FFF;
	font-size:75%;
	background-color:#333;
	padding:5px 10px;
	font-size:14px;
	width:200px;
}

.eventtbl2 {
	border:1px #666 solid;
	font-size:75%;
	padding:5px 10px;
	font-size:14px;
	width:500px;
}

.tblbg1 {
	font-size:75%;
	line-height:2;
}
.tblbg2 {
/*	background-color:#FFC;*/
	background-color:#DDDDDD;
	font-size:75%;
	line-height:2;
}


#mainContent2 h2 span{
	display:none;
}

#mainContent2 ul {
	list-style-type:disc;
	margin-left:1.5em;
	font-size:100%;
}

.flright {
	float:right;
	margin:10px;
}



.kome {
	font-size:70%;
	margin-left:1em;
}


.system {
	font-size:100%;
}

.syslist {
	margin:40px;
	font-size:125%;
	list-style-image:url(/images/ya_b_r.gif);
}
.syslist2 {
	margin:20px;
	font-size:75%;
	list-style-image:url(/images/ya_b_r.gif);
}

.tbtitle {
text-align:center;
background-color:orange;
border:1px black solid;
}

.tbright {
	text-align:right;
	vertical-align:middle;
	border:1px black solid;
	color: #000;
}

.tblfttitle {
	text-align:center;
	vertical-align:middle;
	border:1px black solid;
	background-color:orange;
	color: #000;
}

.tb {
	font-size:75%;
	border:1px black solid;
	color: #000;
}

.factb {
text-align:left;
vertical-align:top;
}
	
.factbimg {
	margin-bottom:10px;
}

.tbcenter {
	vertical-align:middle;
	margin:20px 0;
}

#sitemap {
	width:100%;
	margin-bottom:100px;
}

#lsite {
	float:left;
	width:50%;
}
#rsite {
	float:right;
	width:50%;
}

#sitemap p {
	text-indent:1em;
}

#sitemap a {
	color:#000000;
}

#sitemap a:link {
	color:#000000;
}

#sitemap a:visited {
	color:#000000;
}

#sitemap a:hover {
	color:#333333;
}


#righta {
	text-align:right;
}

#servicenav {
	text-align:center;
}

#eventarea {
	height:200px;
	overflow:auto;
}


#wnewarea {
	height:120px;
	overflow:auto;
}

#footer {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#222222;
}

#footercontainer {
	width: 780px;  /* これにより、幅がブラウザの幅の 780px のコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

ul#siteinfoNavigation {
	font-size:100%;
	color:#CCCCCC;
	margin:0;
	padding:0;
	list-style:none;
	border-left:1px solid #FFFFFF;
	float:left;
}

ul#siteinfoNavigation li {
	display:inline;
	margin:0;
	padding:0 0.8em;
	border-right:1px solid #FFFFFF;
}

ul#siteinfoNavigation li a {
	color:#CCCCCC;
}

div#footer address {
	font-style:normal;
	text-align:right;
	float:right;
	font-size:75%;
	color:#CCCCCC;
}

.small {
	font-size:65%;
}
.red {
	color:red;
}

.bred {
	font-weight:bold;
	color:red;
}
.bredbig {
	font-weight:bold;
	color:red;
	font-size:130%;
}

.clearfix:after {
	content: ".";  
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.rt {
	padding-left: 380px;;
}
.corptbl {
	margin: 0 20px;
}

.corptitle {
	padding:10px;
	color:#CCC;
	background-color:#333;
	border:#999 solid 1px;
}

.corpcontent {
	padding:10px;
	border:#999 solid 1px;
}

.right {
	text-align:right;
}

.aisatsu {
	line-height:2.0em;
}.sceen {
	margin-left:15px;
	font-size: 100%;
	list-style-position: inside;
	list-style-image: url(../images/ya_b_r.gif);
}

/* top */
#container #mainContent #recommend {
width:540;
}

#container #mainContent #recommend.left {
float:left;
width:270;
}

#container #mainContent #recommend.right {
float:right;
width:270;

}

/* event 詳細 */
#container #mainContent2 #eventdetail{
	background:#FFFFEE;
	padding:0 30px 41px;
}

#container #mainContent2 #eventdetail dl{
	background:url(/images/com_dotline.gif) left bottom repeat-x;
}
#container #mainContent2 #eventdetail dl dt,
#container #mainContent2 #eventdetail dl dd{
	background:url(/images/com_dotline.gif) left top repeat-x;
	padding:11px 0 10px;
	font-size:80%;
	line-height:1.5;
}
#container #mainContent2 #eventdetail dl dt{
	float:left;
	width:100px;
	font-weight:bold;
}
#container #mainContent2 #eventdetail dl dd{
	padding-left:100px;
}

#container #mainContent2 #eventdetail dl dd a:link,
#container #mainContent2 #eventdetail dl dd a:visited{
	text-decoration:underline;
}
#container #mainContent2 #eventdetail dl dd a:hover{
	text-decoration:none;
}


/* link */
#container #mainContent2 #link{
	background:#fff;
	padding:0 30px 41px;
}

#container #mainContent2 #link dl{
	background:url(/images/com_dotline.gif) left bottom repeat-x;
}
#container #mainContent2 #link dl dt,
#container #mainContent2 #link dl dd{
	background:url(/images/com_dotline.gif) left top repeat-x;
	padding:11px 0 10px;
	font-size:80%;
	line-height:1.5;
}
#container #mainContent2 #link dl dt{
	float:left;
	width:310px;
	height:75px;
}
#container #mainContent2 #link dl dd{
	padding-left:320px;
	height:75px;
}

#container #mainContent2 #link dl dd a:link,
#container #mainContent2 #link dl dd a:visited{
	text-decoration:underline;
}
#container #mainContent2 #link dl dd a:hover{
	text-decoration:none;
}


/* charge */
table#price {
    width: 735px;
    border: 1px #999999 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#price th {
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #666666;
    font-weight: bold;
	font-size:small;
	color:#FFFFFF;
    line-height: 120%;
    text-align: center;
	vertical-align:middle;
}
table#price td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-size:small;
	vertical-align:middle;
}

table#price td.ditail {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	font-size:small;
	vertical-align:middle;
	width:225px;
}

table#price td.time {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
	background: #666666;
    font-weight: bold;
	color:#FFFFFF;
    text-align: center;
	font-size:small;
	vertical-align:middle;
}

table#price td.price {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
	font-size:small;
	vertical-align:middle;
	height:30px;
}


#mainContent2 ul.price {
	list-style-type:none;
	margin-left:1.5em;
	font-size:100%;
}


/* margin */

.tm5 {margin-top:5px !important;}
.tm10 {margin-top:10px !important;}
.tm20 {margin-top:20px !important;}
.tm30 {margin-top:30px !important;}

.bm5 {	margin-bottom:5px !important; }
.bm10 {	margin-bottom:10px !important; }
.bm15 {	margin-bottom:15px !important; }
.bm20 {	margin-bottom:20px !important; }
.bm25 {	margin-bottom:25px !important; }
.bm30 {	margin-bottom:30px !important; }
.bm35 {	margin-bottom:35px !important; }
.bm40 {	margin-bottom:40px !important; }
.bm45 {	margin-bottom:45px !important; }
.bm50 {	margin-bottom:50px !important; }
.bm55 {	margin-bottom:55px !important; }
.bm60 {	margin-bottom:60px !important; }

.lm5 {	margin-left:5px !important; }
.lm10 {	margin-left:10px !important; }
.lm15 {	margin-left:15px !important; }
.lm20 {	margin-left:20px !important; }

/*--------------------------------------------------*/
/* font
----------------------------------------------------*/


.sizeXS {font-size: xx-small!important;}
.sizeS {font-size: x-small!important;}
.sizeM {font-size: small !important;}
.sizeL {font-size: medium!important;}
.sizeLL {font-size: large !important;}
.sizeXL {font-size: x-large !important;}
.sizeXXL {font-size: xx-large !important;}

.font09 { font-size:77%; }
.font10 { font-size:85%; }
.font11 { font-size:93%; }
.font12 { font-size:100%; }
.font13 { font-size:108%; }
.font14 { font-size:116%; }
.font15 { font-size:123%; }
.font16 { font-size:131%; }
.font17 { font-size:138%; }
.font18 { font-size:146%; }
.font19 { font-size:154%; }
.font20 { font-size:162%; }
.font21 { font-size:167%; }
.font22 { font-size:174%; }
.font23 { font-size:182%; }
.font24 { font-size:189%; }
.font25 { font-size:197%; }


/*--------------------------------------------------*/
/* 見出し用
----------------------------------------------------*/
.title01{  
    background:#eee;  
    border-left:7px solid #ccc;  
    padding:.4em .9em;
	margin-bottom:10px; 
}  

