* {
	margin: 0;
	padding: 0;
/*	font-size: 12px;*/
}

html {
	height:100%;
} 

html, body {
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	color: #494949;
	background: #0;
	font-weight: normal;
	letter-spacing: .07em;
}

div, p, a, td, ul, ol {
}

img { -ms-interpolation-mode: bicubic; } 

ol {
	margin-left: 1em;
	padding-left: 1em;
}

ol li {
	margin-left: 1em;
	padding: 0 0 .5em.3em;
	list-style: decimal;
}

h1, h2, h3, h4 {
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}

h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

h3 {
	font-size: 16px;
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 20px;
}
h4 {
	font-size: 14px;
	margin: 5px 5px 5px 0;
	padding: 3px;
	font-weight: bold;
}

p { padding: 0 0 0.5em; }

a, a:link, a:visited { 
	text-decoration: none;
	color: #6699CC;
	border-bottom: 1px dotted #6699CC; 
}
a:hover { color: #CC6699; border-color: #CC6699; text-decoration: none; }
a:active { color: #CC6699; border-color: #CC6699 }


a img, img {
	border: none;
}

ul {
	list-style: none;
	margin: 0 0 20px 1em;
}

li {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 3px;
}

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
	float: none;
}

.filler {
	margin-bottom: 25px;
}


/* World 
------------------------------------------------------------------------------- */
#world {
	width: 100%;
	height: 100%;
	background: url(images/common/bg.jpg);
}

/* PageBackGround 
------------------------------------------------------------------------------- */
#pagebackground {
	width: 968px;
	height: 100%;
	margin: 0 auto;
	background: #ffffff url(images/common/bg_center950px.gif) repeat-y;
}


/* Page 
------------------------------------------------------------------------------- */
#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}


/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ff4444;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
	margin-top: 0;
	padding-left: 14px;
	font-size: 90%;
	color: #f93;
	background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0 0;
	display: block;
}

code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
	width: 350px;
	height: auto;
	overflow: auto;
	display: block;
	border: 1px solid #999;
	border-width: 2px 0;
	padding: 1em;
	margin: 0 0 1em 0;
	background-color: #fafafa;
}

li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }
.leftbox { float: left; }
.rightbox { float: right; }

hr { display: none; }


/* Header 
------------------------------------------------------------------------------- */

#header { 
/*	background: #ffffff;*/
	height: 100px;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}

#header ul {
	margin: 0;
	padding: 0px 0px 0px 9px;
	color: #fff;
	text-shadow: #81A75B 2px 2px 2px;
}

#header ul li {
	margin: 0;
	padding: 0;
}

#header .header-info {
	margin: 5px 20px 2px 20px;
	padding: 0;
	text-align: left;
}
#header .header-swf {
	/*margin: 35px;*/
	margin: 0;
	padding: 0;
}

#header ul li a:hover { 
	color: #eee; 
	text-shadow: #fff 0 0 4px;
}

#header ul li a {
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

/* Breadcrumbs 
------------------------------------------------------------------------- */
.breadcrumb { 
	height: 24px;
}

.breadcrumb img {
	margin: 4px 10px 0px 20px;
	padding: 0px 0px 0px 0px;
/*	float: left;*/
}

.breadcrumb h5 { 
	font-size: 12px;
	padding: 4px 0px 0px 0px;
}

.breadcrumb h5 a {
	text-decoration: none;
	border-bottom: none;
	padding: 2px 0px 0px 0px;
}

.breadcrumb h5 a:hover { 
}


/* Leftbar 
------------------------------------------------------------------------- */

#leftbar {
	margin: 0 0 10px 0;
	overflow:hidden;
	width: 200px;
	background: #F7F7F7;
	font-weight: bold;
}

#leftbar .search {
	margin: 0;
	padding: 0;
}

#ajaxSearch_form {
	width: 180px;
	margin: 0 0 0 8px;
	border: none;
}

#ajaxSearch_input {
	width: 170px;
	padding: 2px;
	border: solid 1px #000099;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

#leftbar #ajaxSearch_submit {
    width: 55px;
	height: 25px;
	border: none;
	background: #F7F7F7;
}

#leftbar #ajaxSearch_submit img {
    width: 45px;
}

#content #ajaxSearch_submit {
    width: 55px;
	height: 25px;
	border: none;
	background: #FFFFFF;
}

#content #ajaxSearch_submit img {
    width: 45px;
}
#ajaxSearch_intro {
	width: 180px;
	margin: 0 0 0 8px;
	border: none;
}

#leftbar .search form .input {
	margin: 10px 0 0 0;
}

#leftbar .search form .submit {
	margin: 5px 0 10px 0;
}

#leftbar .category {
	margin: 0;
	padding: 0;
}
#leftbar .category ul { margin: 0; padding: 0;}
#leftbar .category ul li { margin: 0; padding: 0;float:none;}

#leftbar .mobile {
/*    width: 200px;
	height: 90px;*/
	margin: 0;
	padding: 0;
}

#leftbar .mobile img{
/*    width: 200px;
	height: 90px;*/
	margin: 0;
	padding: 0;
}

#leftbar .navigation {
	margin: 0;
	padding: 0;
}

#leftbar .head { 
/*    width: 200px;
	height: 24px;*/
	margin: 0;
	padding: 0;
	background: #F7F7F7;
}
#leftbar .head img { 
/*    width: 200px;
	height: 24px;*/
	margin: 0;
	padding: 0;
}

#leftbar .body {
	margin: 0;
	padding: 0;
	border: none;
	background: #F7F7F7;
}

#leftbar .list {
	margin: 0;
	padding: 0;
	background: #F7F7F7;
}

#leftbar .list ul { margin: 0; padding: 0;}
#leftbar .list ul li { margin: 0; padding: 2px 0px 2px 12px; float:none;}

#leftbar a,#leftbar a:link,#leftbar a:visited { 
	margin: 0;
	padding: 0;
	border-bottom-style : none;
	color: #494949;
}
#leftbar a:hover { color: #ff7f00; border-bottom-style: none; }
#leftbar a:active { color: #ff7f00; border-bottom-style: none; }

#leftbar .foot {
	height: 2px;
	background: #F7F7F7;
	/*background: #ffffff url(images/leftbar/foot.gif) top no-repeat;*/
}

#leftbar .foot {
	height: 2px;
	background: #F7F7F7;
	/*background: #ffffff url(images/leftbar/foot.gif) top no-repeat;*/
}

#leftbar .list ul li a {
}

#leftbar .list ul li ul li {
	/*display: none;*/
	background: #FCFCFC;
}

#leftbar .list .showbutton, 
#leftbar .list .showbutton:link, 
#leftbar .list .showbutton:visited, 
#leftbar .list .showbutton:active {
	width: 15px;
	padding: 2px 0 0 2px;
	vertical-align: middle;
	border-style: none;
	float:left;
}

#leftbar .list .showbutton:hover {
	width: 15px;
	padding: 2px 0 0 2px;
	border-style: none;
	vertical-align: middle;
	float:left;
}

#leftbar .leftbanner img {
	width: 200px;
}

/* Main 
------------------------------------------------------------------------- */

#main {
	background: #ffffff;
	position: relative;
	margin: 0 0 0 18px;
}

#main ul {
	margin: 0;
	padding: 0;
}

#main ul li {
	margin: 0;
	padding: 0;
}

@media screen {
	#main ul li {
		float: left;
	}
}

/* Post (main content entries)
------------------------------------------------------------------------- */
#content {
	text-align: left;
	width: 700px;
	padding: 0;
	margin: 0 0 10px 14px;
}

#content ul li { margin: 0px; padding: 0px; float:none; }
#content ol li { margin: 0px; padding: 0px; float:none; }

.post {
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

.body img {
	margin: 2px;
	padding: 2px;
}

.post h1 {
	margin-top: 0;
	color: #f63;
}

.post h3 {
	margin-top: 0;
	color: #f63;
}

#content .post #table a img { 
	border: 2px solid #eeeecc;
}

#content .post #table a:hover img { 
	border: 2px solid #ff0000;
}

#content .post a:active { color: #ff7f00; border-bottom-style: none; }

#content .foot {
	height: 2px;
	font-size: 0px;
	background: url(images/center/line.gif) repeat-x;
}

.foot_y {
	margin: 10px 0;
	height: 2px;
	font-size: 0px;
	float:none;
	background: url(images/center/line_y.gif) repeat-x;
}

#content #top,#content #event, #content #shop, #content #eventinfo {
	margin: 0 0 5px 0;
}

#content .post #event a,#content .post #event a:link,#content .post #event a:visited { 
	margin: 0;
	padding: 0;
	border-bottom-style : none;
	color: #494949;
}
#content .post #event a:hover { 
	color: #ff7f00;
	border-bottom-style: none;
}

#content .post #shop a,#content .post #shop a:link,#content .post #shop a:visited { 
	margin: 0;
	padding: 0;
	border-bottom-style : none;
	color: #494949;
}

#content .post #shop a:hover { 
	color: #ff7f00;
	border-bottom-style: none;
}

#content .post #etc a,#content .post #etc a:link,#content .post #etc a:visited { 
	margin: 0;
	padding: 0;
	border-bottom-style : none;
	color: #494949;
}

#content .post #etc a:hover { 
	color: #ff7f00;
	border-bottom-style: none;
}

.title {
	margin: 10px 0 2px 0;
}

.title h1 {
	padding: 0;
	margin: 0;
	color: #494949;
	font-size:18px;
}

.title .top {
	font-size: 0;
	height: 2px;
    background: url(images/common/title/top.gif) bottom no-repeat;
}

.title .center {
    text-align: left;
	padding: 0 0 0 10px;
    background: url(images/common/title/center.gif) repeat-y;
}

.title .center a {
	border-bottom-style : none;
}

.title .bottom {
	font-size: 0;
	height: 2px;
    background: url(images/common/title/bottom.gif) top no-repeat;
}

#content .post .title b {
	font-size: 18px;
}

.link_title {
	margin: 10px 0 2px 0;
}

.link_title .top {
	font-size: 0;
	height: 2px;
    background: url(images/common/title/top.gif) no-repeat;
}

.link_title .center {
    text-align: left;
	padding: 0 0 0 10px;
    background: url(images/common/title/center.gif) repeat-y;
}

.link_title .center a {
	border-bottom-style : none;
}

.link_title .bottom {
	font-size: 0;
	height: 2px;
    background: url(images/common/title/bottom.gif) no-repeat;
}

#content .post .link_title b {
	font-size: 18px;
}

#content .post .link_title a b {
	font-size: 18px;
}

#content .post .link_title a {
	font-size: 16px;
	color: #703030;
}

#content .post .link_title a:hover { 
	color: #ff7f00; 
}

#content .article .info img {
    margin: 4px 3px -1px 0px;
}

#content .post .title h2 { 
	padding: 0;
	margin: 0;
	color: #494949;
}

#content .post .body a {
	border-bottom: 1px dotted #000000; 
}

#content .post .body a:hover { 
	color: #ff7f00; 
}

#content .post .urlLink {
    padding: 0 0 0 12px;
	color: #6699CC;
	border-bottom: 1px dotted #6699CC; 
    background: url(images/common/part/link.gif) no-repeat left center;
}

#content .post .link {
    margin: 10px 0 0 0;
}

#content .post .link a{
	color: #494949; 
	border-bottom: 1px dotted #494949; 
}

#content .post .link a:hover { 
	color: #ff7f00; 
}

#content .post .promoword {
	color: #8B0000;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* Navigater
------------------------------------------------------------------------------- */
#naviCount {
	font-size: 12px;
}
#navigater {
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#content #navigater .ditto_page, 
#content #navigater .ditto_page:link, 
#content #navigater .ditto_page:visited, 
#content #navigater .ditto_page:active {
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	border-style: dotted;
	border-width: 1px;
	border-color: #99CCFF;
	color: #6699CC;
}

#content #navigater .ditto_page:hover {

	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	border-style: dotted;
	border-width: 1px;
	border-color: #000000;
	color: #6699CC;
	background-color: #CCFFFF;
}

#content #navigater .ditto_currentpage {
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #494949;
}

#content #navigater .ditto_next_link
#content #navigater .ditto_next_link:link, 
#content #navigater .ditto_next_link:visited, 
#content #navigater .ditto_next_link:active, 
#content #navigater .ditto_previous_link
#content #navigater .ditto_previous_link:link, 
#content #navigater .ditto_previous_link:visited, 
#content #navigater .ditto_previous_link:active {
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #99CCFF;
	color: #6699CC;
}

#content #navigater .ditto_next_link:hover, 
#content #navigater .ditto_previous_link:hover {
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #000000;
	color: #6699CC;
	background-color: #CCFFFF;
}

/* UserComments 
------------------------------------------------------------------------- */                        
#commentForm #commentFormTable {
}
#commentForm #content {
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #ffffff;
}

.comment {
	margin: 10px 0 0 0;
/*	position: relative;*/
	overflow: hidden;
}

.comment_single {
	padding: 0 0 0 35px;
    background: url(images/common/part/commentquote.gif) no-repeat left top;
}

.commentAlt {
	background-color: #f4f4f4;
}

.commentAuthor {
	background-color: #ffc;    
}

.commentMe {
	background-color: #ccf !important;
	padding-top: 5px;
}

.commentNum {
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #f2f2f2;
	letter-spacing: -4px;
	z-index: 1;
}

.commentAlt .commentNum {
	color: #eaeaea;
}

.commentMe .commentNum {
	color: #b0b0ff;
}

.commentAuthor .commentNum {
	color: #f3f3bb;
}

.commentTitle {
	position: relative;
	z-index: 10;
	color: #999;
}

.commentTitle span {
	text-transform: uppercase;
	font-size: 86%;
}

.commentTitle strong {
	color: #693;
	font-size: 110%;
	text-transform: none;
	font-weight: bold;
	margin-right: 6px;
}

.comment .content {
	position: relative;
	z-index: 10;
}

#commentFormFieldset {
	border-style: none;
}

#commentFormTr #name {
	margin: 0 0 10px 0;
}

#commentFormTr #content {
	margin: 0 0 10px 0;
}

#commentFormTr #vericode {
	margin: 0 0 10px 0;
}

#commentFormTr #commentCaptcha {
	margin: 0 0 10px 0;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	position: relative;
	height: 30px;
	padding: 0;
	margin: 0;
}

#footer h1 {
	font-size: 100%;
}

#footer h2 {
	font-size: 80%;
	font-weight: bold;
}

#footer {
	text-align: center;
}

/* Copyright 
------------------------------------------------------------------------- */
#copyright {
	margin: 0px 0px 0px 0px;
}

#copyright p {
	padding: 0px 0px 0px 0px;
}

#copyright a {border-bottom: none;}

.line {
	width: 100%;
	border-top-style: solid;
	border-width: 1px;
	border-color: #494949;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* アイテム本体 */
/* Article
------------------------------------------------------------------------- */                        
.article {
	margin: 0 20px 10px 20px;
}

.info {
	margin: 0 0 10px 0;
}
.article th, .article td {
	text-align: left;
	vertical-align: top;
}

.article a {
	color: #494949; 
	border-bottom: 1px dotted #494949; 
}

.article a:hover { 
	color: #ff7f00; 
}

.article h3 {
	font-size: 16px;
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 25px;
	color: #3f3f3f;
	background: #FCFCFC url(images/common/subtitle/bgh3.gif) left no-repeat;
}
.article h4 {
	font-size: 14px;
	margin: 5px 5px 5px 0;
	padding: 3px;
	font-weight: bold;
	background: url(images/common/subtitle/bgh4.gif);
}
.article img {
	margin: 5px;
}
.article .info img {
	margin: 0;
}
/*
.querykeyword {
	padding: 0 0 0 10px;
	background: url(images/01_bgSearch.gif) no-repeat;
}
.urlLink {
	padding: 0 0 0 10px;
	background: url(images/01_bgLink.gif) no-repeat;
}
*/
.contentbody hr {
	width: 90%;
	height: 1px;
	margin: 10px 0 10px 0;
	color: #999999;
}
.pageswitch{
	margin: 0 24px 10px 400px;
	padding: 0;
	color: gray;
}

.eventvideo {
	margin: 10px 10px 10px 20px;
}
/* --引用文-- */
.bodyBlock {
	font-size: 12px;
	line-height: 120%;
	background:#F3FCFC;
	margin-left:  10px;
	margin-right: 10px;
	padding: 10px;
}


/* Search Terms Highlighting
------------------------------------------------------------------------------- */
.ajaxSearch_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { color: #eee; }
.searchTerms .ajaxSearch_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }

#shopsearch {
	border: none;
	outline:none; 
}
#s_map {
	position:relative;
	height:390px;
	border: none;
	outline:none; 
}

.area_map {
	position:absolute;
	top: 0;
	left: 70px;
}

.area_selectmap {
	position:absolute;
	top: 0;
	left: 70px;
}

#s_map_b a {
	border: none;
	outline:none; 
}


/*+++++++++++++++++++++++++++++++++++++++++++*/
/* sidebarcontainer */
/*  サイドバーエリア */
/*+++++++++++++++++++++++++++++++++++++++++++*/
#sidebarcontainer {
	float: left;
	width: 204px;
	padding: 2px 0 0 0;
}

.sidebar {
	color: #21262A;
	margin: 0 0 4px 0;
}

/*SIDEBAR DLs*/
.sidebardl {
	margin: 0;
	padding: 0 0 10px 0;
}
.sidebardl dt {
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 4px;
	background: #E5E5E5 url(images/01_sidetitlebg.gif);
}
.sidebardl dd {
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #EEEEEE;
}
.sidebardl dd:hover, .sidebardl dd:active {
	margin: 1px 0 0 0;
	padding: 2px 10px;
	background: #E7E7E7;
	border-bottom: 0px;
}
.sidebardl dd a:link, .sidebardl dd a:visited {
	padding: 0 0 0 10px;
	background: url(images/01_arrow.gif) left center no-repeat;
	border-bottom: 0px;
}
.top_image {
	width: 100%;
	text-align: center;
}

#fromTime ,#toTime {
	width: 80px;
}

.article, .article td, .article th {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
	font-size  : 12px;
	font-style : normal;
	}

.article {
	line-height          : 1.5;
	color                : #333333;
	background-color     : #FFFFFF;
	background-attachment: fixed;
	background-repeat:repeat-x !important;
	background-image     : url(textareabg.gif) !important;
	text-align           : left;
	}

.article h1,h2,h3,h4,h5,h6 {
	letter-spacing:2px;
}

.article ul {
	line-height     : 1.5;
	list-style-type : square;
	margin          : 0 0 0.5em 20px;
	padding         : 0;
	list-style-image: url(bullet.gif);
	}

.article ol {
	line-height     : 1.5;
	margin          : 0 0 0.5em 18px;
	padding         : 0;
	color           : black;
	list-style-image: none;
	}

.article ol li {margin-left:7px;}

ol          {list-style-type:decimal}
ol ol       {list-style-type:upper-roman}
ol ol ol    {list-style-type:lower-alpha}
ol ol ol ol {list-style-type:lower-greek}

.article blockquote {
	padding-left    : 7px;
	margin-left     : 3px;
	background-color: #fcfcfc;
}

.article table {margin-bottom:4px;}
.article td,th {padding:2px !important;}
.article th    {background-color:#fcfcfc;text-align:left;}

.article a:hover {
	color: #7fa2ff;
	}
.article .imgleft {padding:7px; float:left; margin-right:12px;clear:both;margin-bottom:5px;}
.article .imgright {padding:7px; float:right; margin-left:12px;clear:both;margin-bottom:5px;}
.article .floatclear {clear:both;}


