/*
* Lorem ipsum dolor. [77% = 10px]
* Lorem ipsum dolor. [85% = 11px]
* Lorem ipsum dolor. [93% = 12px] (was 92%)
* Lorem ipsum dolor. [100% = 13px]
* Lorem ipsum dolor. [108% = 14px] (was 107%)
* Lorem ipsum dolor. [116% = 15px] (was 114%)
* Lorem ipsum dolor. [123.1% = 16px] (was 122%)
* Lorem ipsum dolor. [131% = 17px] (was 129%)
* Lorem ipsum dolor. [138.5% = 18px] (was 136%)
*/

/* globa area */
a:link {
	text-decoration: none;
	color: #0033ff;
}
a:visited {
	color: #0033ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff3300;
}
a:active {
	color: #ff3300;
	text-decoration: underline;
}

body {
	font: 13px/1.231 sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
	color: #333333;
	background-color: #eeeedd;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

table{
	font-family: "Verdana", "Hiragino Kaku Gothic Pro W3", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka",sans-serif;
	font-size: inherit;
	font-size: 100%;
	border-collapse:collapse;
	
}

th,td{
	padding:0;
}

ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img{
	border: 0px;
}

/* Category Top Txt */
h1{
	font-size: 93%;
	line-height: normal;
}

/* Font Size Txt */
.F77p{
	font-size: 77%;
}

.F85p{
	font-size: 85%;
}

.F116p{
	font-size: 116%;
}

.F136p{
	font-size: 138.6%;
}


/* Table Style */
#TdMain{
	width: 800px;
	height: 100%;
}

#TdSp{
	height: 4px;
	width: 4px;
}

/* TOP Txt & Title */
#TdTop{
	font-size: 77%;
	font-weight: normal;
	height: 20px;
}
#TdTopImg{
	height: 100px;
}

/* Add Koukoku */
#TdAddImg{
	margin: 0px;
	padding: 0px;
}
#TdAddImg td{
	margin: 0px;
	padding: 3px;
}


/* index.html top page */
#TdIndex{
	width: 100%;
	height: 100%;
}

#TdIndexImg{
	height: 400px;
}

#TdIndexContent{
	width: 520px;
	font-size: 93%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border: 1px solid #ccccbb;
}
#TdIndexContent .TextTitle{
	font-size: 116%;
	padding: 4px 10px 6px 5px;
	border-width: 0px 0px 0px 6px;
	border-style: solid;
	line-height: 1em;
}
#TdIndexContent .TextArea{
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 0px 15px;
	line-height: 150%;
}

#TdIndexNews{
	font-size: 93%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border: 1px solid #ccccbb;
}
#TdIndexNews .TextArea{
	font-size: 93%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	line-height: 120%;
}
#TdIndexNews .Date{
	font-size: 77%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 120%;
	color: #cc3333;
}




/* MenuTxt & Title */
#TdMenuTop{
	background: url(img/menu.gif);
	/* margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	height: 10px;
	background-color: #eeeeee;
	*/
	font-size: 100%;
	font-weight: bold;
}

#TdMenuTop ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#TdMenuTop li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-right: 1px dotted #551111;
}
#TdMenuTop .last{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-right: 0px;
}
#TdMenuTop a{
	color: #663300;
	text-decoration: none;
	width: 91px;
	padding: 3px 4px 4px 4px;
	display: block;
	height: auto;
}
#TdMenuTop a:hover,#TdMenuTop a:active  {
	text-decoration: none;
	color: #ffffff;
	background-color: #dd2200;
}

#TdMenuSub{
	font-size: 77%;
	color: #337700;
	font-weight: normal;
}



/* MenuTxt & Title */
#TdSubMenu{
	font-size: 93%;
	font-weight: bold;
	color: #ffffff;
}

#TdSubMenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#TdSubMenu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-right: 1px dotted #ffffff;
}
#TdSubMenu .last{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-right: 0px;
}
#TdSubMenu a{
	color: #ffffff;
	text-decoration: none;
	width: 191px;
	padding: 3px 4px 4px 4px;
	display: block;
	height: auto;
}
#TdSubMenu a:hover,#TdMenuTop a:active  {
	text-decoration: none;
	color: #ffffff;
	background-color: #dd2200;
}



/* Content Txt */
#TdContent{
	font-size: 93%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border: 1px solid #ccccbb;
	height: 90%;
}
#TdContent .TextTitle{
	/*	font-size: 131%;
	line-height: 200%;
*/
	font-size: 131%;
	padding: 4px 10px 6px 5px;
	border-width: 0px 0px 0px 6px;
	border-style: solid;
	line-height: 1em;
}
#TdContent .TextArea{
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 0px 15px;
	line-height: 150%;
}
#TdContent .SubTextArea{
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	line-height: 150%;
}
#TdContent .Dot {
/*	font-size: 77%;
	vertical-align: top;
	font-weight: bold;
*/
}
/* Content > Workshop */
#TdContent .Minitxt {
	font-size: 80%;
	color: #666666;
}
/* Content > Workshop */
#TdContent .Atention {
	font-size: 100%;
	color: #ff0000;
}
/* Content > Stage */
#TdContent .Category {
	font-size: 77%;
	vertical-align: top;
}
#TdContent .Artist {
	font-size: 83%;
	line-height: 140%;
}
#TdContent .ArtistHR {
	clear: both;
}
#TdContent .ArtistImg {
	float: left;
	margin: 5px 5px 0px 5px;
}
#TdContent .ArtistImgBR {
	margin: 5px 5px 0px 5px;
}
#TdContent .ArtistDate {
	color: #ffffff;
	padding: 5px;
	margin: 5px;
}
/* ShopList .Market .Ohter */
#TdContent .ImgLeft {
	float: left;
	margin: 5px;
}
#TdContent .ImgRight {
	float: right;
	margin: 5px;
}
#TdContent .MnTouroku{
	list-style-type: decimal;
	font-size: 93%;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 0px 20px;
	line-height: 150%;
}
#TdContent .Head {
	border-left: 3px solid #777777;
	padding: 1px 0px 1px 6px;
}


/* ShopList .Market .Ohter */
#TdShopList{
	font-size: 100%;
	line-height: 180%;
	width: 100%;
}
#TdShopList .No{
	font-size: 85%;
	color: #777777;
	width: 32;
	height: 25px;
}
#TdShopList .No2{
	font-size: 85%;
	color: #777777;
	width: 32;
	height: 50px;
}
#TdShopList .Time{
	font-size: 85%;
	color: #555555;
	width: 100;
}
#TdShopList a:link {
	font-size: 77%;
	color: #0033ff;
	text-decoration: none;
}
#TdShopList a:visited {
	font-size: 77%;
	color: #0033ff;
	text-decoration: none;
}
#TdShopList a:hover {
	font-size: 77%;
	text-decoration: underline;
	color: #cc0000;
}
#TdShopList a:active {
	font-size: 77%;
	text-decoration: underline;
	color: #cc0000;
}

/* Copyright Txt */
#TdCopyright{
	color: #333333;
	font-size: 77%;
	font-weight: normal;
	background: url(img/menu.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	height: 26px;
}

/* Link Txt */
#LinkText{
	font-size: 77%;
	color: #999999;
}
#LinkText a:link {
	color: #999999;
	text-decoration: none;
}
#LinkText a:visited {
	color: #999999;
	text-decoration: none;
}
#LinkText a:hover {
	text-decoration: underline;
	color: #cc0000;
}
#LinkText a:active {
	text-decoration: underline;
	color: #cc0000;
}

/* Link Txt */
#ContactTxt{
	color: #333333;
}
#ContactTxt a:link {
	color: #333333;
	text-decoration: underline;
}
#ContactTxt a:visited {
	color: #333333;
	text-decoration: underline;
}
#ContactTxt a:hover {
	text-decoration: underline;
	color: #cc0000;
}
#ContactTxt a:active {
	text-decoration: underline;
	color: #cc0000;
}

/* ShopList .Market .Ohter */
#TdTimeTable{
	font-size: 100%;
	line-height: 180%;
	width: 100%;
}
#TdTimeTable .Time{
	font-size: 85%;
	color: #555555;
	width: 50;
	text-align: right;
}
#TdTimeTable .Dot{
	font-size: 70%;
	vertical-align: bottom;
}


/* Blog Area */
#TdBlog{
	width: 580px;
	font-size: 93%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border: 1px solid #ccccbb;
}
#TdBlog .TextArea{
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 0px 15px;
	line-height: 150%;
}

#TdBlogMenu{
	font-size: 77%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border: 1px solid #ccccbb;
}
#TdBlogMenu .TextArea{
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	line-height: 120%;
}
#TdBlogMenu .Date{
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 120%;
	color: #cc3333;
}


/* Map Shpo List .Map */
#TdMapList{
	font-size: 77%;
	line-height: 180%;
	width: 100%;
}
#TdMapList .No{
	color: #666666;
	width: 32;
}
#TdMapList .No2{
	color: #666666;
	width: 32;
}

#TdMapList .Title{
	font-size: 120%;
	color: #ffffff;
	padding: 4px;
}

#TdMapList .Titlea{
	font-size: 120%;
	color: #ff0000;
	padding: 4px;
}

/* color image */
.ColAbout {
	color: #cc3333;
}
.ColMarket {
	color: #ff6600;
}
.ColStage {
	color: #ff9933;
}
.ColWorkshop {
	color: #993300;
}
.ColOther {
	color: #339900;
}
.ColFood {
	color: #009966;
}
.ColMap {
	color: #0066cc;
}
.ColWanted {
	color: #0033cc;
}
.ColQA {
	color: #6600ff;
}
.ColReport {
	color: #cc0066;
}

/* Blog CSS */
.BlogTitleTxt {
	color: #3399cc;
	font-size: 116%;
	font-weight: bold;
}
.BlogTextArea{
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	line-height: 150%;
}
.BlogEntryArea{
	font-size: 100%;
	margin: 0px 0px 0px 5px;
	padding: 0px 15px 0px 15px;
	line-height: 150%;
	list-style-type: disc;
}
.BlogFooterTxt {
	font-size: 77%;
}
.BlogTimeTxt {
	font-size: 83%;
}
.BlogDay {
	color: #999999;
	font-size: 83%;

}
.BlogSat {
	color: #3355ff;
	font-size: 83%;

}
.BlogSun {
	color: #ff5533;
	font-size: 83%;

}


