html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url("../img/shared/body_bg.gif") left top repeat-x;
}

img {
	border: 0;
}

a:link {
	color: #6a5e00;
	text-decoration: underline;
}

a:visited {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	color: #6a5e00;
	text-decoration: underline;
}

a:active {
	color: #6a5e00;
}

p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
.txtOrange{
	color: #ff6600;
}
.txtOrangeB{
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
}

/* NEWS部分の指定 */
.newsTxt {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #001b02;
	line-height: 150%;
}

/* FOOTER部分の指定 */
#footerTxt {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
	text-decoration :none;
}
#footerTxt a:link{
	color: #666666;
	text-decoration: underline;
}
#footerTxt a:visited {
	color: #666666;
	text-decoration: none;
}

#footerTxt a:hover {
	color: #666666;
	text-decoration: underline;
}

#footerTxt a:active {
	color: #666666;
}

/* お問合わせ部分の指定 */
.askTxt {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #003303;
}

/* サイト全体のtxtの指定 */
.txt08 {
	margin: 0;
	padding: 0;
	font-size: 8px;
	color: #666666;
}

.txt10 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
}
.txt12 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
}
.txt14 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/* イベントガイドページの個別指定 */
.eventBold {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #003603;
	line-height: 150%;
}

/* チケット情報・交通案内ページの個別指定 */
.endInfo {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}