@CHARSET "utf-8";

p{
	font-size: 93%;		/* 12pt */
	line-height: 1.7;
}
body{
	background-color: #fdfeee;
	color:#333333;
}
span.asterisk{
	color: #e01c25;
	font-weight: bold;
}
span.error_message{
	display: block;
	color: #e01c25;
	font-weight: bold;
	padding-top: 3px;
}
span.fontBold{
	font-weight: bold;
}
span.fontRed{
	color: #ff6666;
	font-weight: bold;
}
span.fontOrange{
	color: #ff0000;
	font-weight: bold;
}
span.fontOrange_s{
	color: #ff0000;
}
span.fontPurple{
	color: #70368b;
	font-weight: bold;
}
span.fontPink{
	color: #ff99ff;
	font-weight: bold;
}

/******** default link tags ********/
a:link, a:visited, a:active{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}

/******** default form tags ********/
input.text, select, textarea{
	background-color: #fcf4f4;
	border: solid 1px #f7cdcf;
}


/******** Header ********/
#Header{
	margin: auto;
	height: 115px;
}

#Header div.topline1{
	margin: auto;
	background: url(../images/bg_header1.gif) repeat-x 0 0;
	height: 19px;
}

#Header div.topline2{
	background: url(../images/bg_header2.gif) repeat-x 0 0;
	margin: auto;
	height: 17px;
}

#Header div.inner{
	background: url(../images/head_bg_change.jpg) no-repeat right;
	margin: auto;
	width: 940px;
}

#Header div.inner .logo{
	float:left;
	padding: 15px 0 0;
	text-align:left;
}

#Header div.inner p.copy{
	float:left;
	padding: 26px 0 0 23px;
	text-align:left;
	font-weight: bold;
	color: #cc1f1f;
}

#Header div.inner p.link{
	line-height: 1;
	text-align: right;
}

/******** MainBody ********/
#MainBody{
	margin: auto;
	width: 940px;
}

/******** SideMenu ********/
#SideMenu{
	float: left;
	width: 202px;
}

#SideMenu div.areasearch{
	margin-bottom: 20px;
	background: url(../images/sidemenu_bg_food_and_drink_.gif) no-repeat 0 0;
	height: 89px;
}

#SideMenu div.areasearch select{
	width: 179px;
	border: 1px #f0ab90 solid;
	margin: 30px 0 0 12px;
	color: #666666;
	font-size: 93%;		/* 12pt */
}

#SideMenu div.areasearch p.search{
	padding: 6px 0 0 12px;
}

#SideMenu div.event{
	margin: 5px 0 20px;
}

#SideMenu ul.event{
	margin-bottom: 20px;
	padding: 0 5px;
}

#SideMenu ul.event li{
	background: url(../images/mark_sidemenu2.gif) no-repeat 0 13px;
	color: #996600;
	padding: 10px 0 10px 15px;
	font-size: 93%;		/* 12pt */
}



#SideMenu ul.contents{
	margin-bottom: 20px;
	padding: 0 5px;
}

#SideMenu ul.contents li{
	background: url(../images/mark_sidemenu.gif) no-repeat 0 13px;
	color: #996600;
	border-bottom: 1px #b1b1ad dotted;
	padding: 10px 0 10px 15px;
	font-size: 93%;		/* 12pt */
}

#SideMenu ul.shopping{
	margin-bottom: 20px;
	text-align: center;
}

#SideMenu ul.shopping li{
	padding: 3px 0;
}

/******** MainContents ********/
#MainContents{
	float: right;
	margin: 5px 0 50px;
	width: 690px;
}

#MainContents div.topicpath{
	background: url(../images/bg_topic_path.gif) no-repeat 0 0;
	width: 690px;
	height: 28px;
}

#MainContents div.topicpath p{
	padding: 3px 0 0 10px;
}

#MainContents p.title{
	margin-top: 15px;
}

#MainContents div.contents{
	margin: 20px 0 0 10px;
	width: 667px;
}

#MainContents div.pagetop{
}

/******** Footer ********/
#Footer{
	background: url(../images/bg_footer.gif) repeat-x 0 bottom;
	margin: auto;
	height: 135px;
}

#Footer div.inner{
	margin: auto;
	width: 940px;
}

#Footer div.inner div.pagetop{
	text-align: right;
	height: 31px;
}

#Footer div.inner ul{
	padding-top: 20px;
}

#Footer div.inner ul li{
	float: left;
	background: url(../images/mark_footer_menu.gif) no-repeat 0 4px;
	font-size: 93%;		/* 12pt */
	padding: 0 40px 0 12px;
}

#Footer div.inner div.copyright{
	background: url(../images/footer_copyright.gif) no-repeat right 40px;
	height: 52px;
}



/*------------------------------------------------------------------------------------------------------- FollowMe -----*/
#FollowMe{
	position: fixed;
	top: 120px;
	right: 0;
	width: 85px;
	height: 111px;
}
#FollowMe .button{
	padding: 0 0 20px;
	text-align: left;
}
#FollowMe .follow{
	text-align: right;
}



/******** Clear ********/

.ClearB { clear: both;}

.Clear:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7 MacIE5 */
.Clear{
	display:inline-table;
	zoom:100%;
}

/* WinIE5-6 */
/* Hides from IE-mac \*/
* html html .Clear{
	height:1px;
}

.Clear{
	display:block;
}