@charset "UTF-8";

* {
margin: 0;
padding: 0;
font-style: normal;
text-decoration: none;
}

img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
	margin-left: 0px;
}


body{
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background-color: #FF7D00;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 a  {
	margin: 0;
	padding: 0;
	height:70px;
	display: block;
	font-size: 2px;
	font-weight:normal;
	text-indent: -9999px;
	text-decoration: none ! important;
  }

h1 a:hover {
  text-decoration: none ! important;
}
/*\*/
h1 a{
overflow:hidden;
}
/**/ 			

h2 , h3 {
	font-size:14px;
}
h4 {font-size:13px;}
/* Layout Divs */

#container {
	width: 800px;
	margin: 0 auto;
	}

#header{
	margin: 5px 0 10px 0;
	padding: 0;
	width: 800px;
	height: 80px;
	background: url(img/logo-header.gif) no-repeat center top;
}

#siteName{
	margin: 0 0 0 20px;
	padding: 0;
	height:70px;
	width: 290px;
}

#content{
	width: 800px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #FFFFFF;
}
.clear {clear: both;}

/*　LEFT */
#left {
    float: left;
	width: 220px;
}

#left-menu {
	float: left;
	width: 200px;
	margin: 10px 0 0 10px;
	padding: 0;
	}

#left-menu img {
	margin: 0 0 5px 0px;
}

/*　MAIN */

#main {
	float:right;
	width: 540px;
	margin:0 20px 0 0;
	padding: 0;
	}
#main-box {
	margin: 10px 0 10px 0;
    }
	.rss-item a:hover { 
	color: #999999;
	text-decoration: underline;
	}

#main a:link, a:visited, a:active {
    color: #0F7D81;
	}
#main a:hover { 
	color: #FF7D00;
	text-decoration: underline;
	}
	
#main-box_l {
    float: left;
	margin: 0 0 10px 0;
	width: 280px;
    }
	
#main-box_r {
	float: right;
	width: 240px;
	height: 206px;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 10px;
	line-height:150%;
	background-color: #FFEBCD;
	background-repeat: no-repeat;
	background-position: center bottom;
    }
	
.main-pagetitle {
	font-size:14px;
	color: #FF7D00;
	font-weight: bold;
	border: 3px solid #FF7D00;
	padding: 5px 0 5px 10px;
}

.main-lead {
	font-weight: bold;
	color: #5F9C1D;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
}
.shop-name {
    font-size:14px;
	}
	
.shop-ex {
    font-size:10px;
	line-height:120%;
	}

.rss-set {
    height: 164px;
	padding: 10px 15px 5px 15px;
	margin: 0;
	border-right: 1px solid #FF7D00;
	border-bottom: 1px solid #FF7D00;
	border-left: 1px solid #FF7D00;
	overflow: hidden;
}
/* RSS Feed */
.rss-box-news {
	font-size:12px;
	color: #666666;
	line-height: 150%;
}
.rss-title {
    display: none;}

.rss-title-cat1 {
    font-size:14px;
    font-weight: bold;
	color: #5F9C1D;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 10px 0;}
	
.rss-title-cat1 a {
	color: #5F9C1D;
	ext-decoration : none;
} 

.rss-item  {
	list-style-type: none;
	text-decoration : none;
	margin-bottom: 8px;
}

.rss-item a:link, 
.rss-item a:visited, 
.rss-item a:active {
	text-decoration : underline;
	padding-left: 16px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0F7D81;}
.rss-item a:hover { 
	color: #999999;
	text-decoration: underline;
	}
.rss-date {
	font-size: 11px;
	color: #666666;
	padding: 0;
	letter-spacing: 1px;
	} 
/* #footer menu */
#foot-menu {
	clear:both;
	color:#000000;
	font-size:10px;
	margin:10px;
	padding: 5px;
	line-height: 180%;
	border-top: 2px solid #CCCCCC;
	}
		
#foot-menu a, a:link {
	text-decoration : none;
	color: #666666;
	}
#foot-menu a:hover { 
	color: #FF7D00;
	text-decoration: underline;
	}
#foot-menu a:visited, 
#foot-menu a:active {
	text-decoration : none;
	color: #FF7D00;
	}
/* #footer styles */
#footer{
	clear: both;
	width: 800px;
	height: 50px;
	margin: 0 0 5px 0;
	background-image: url(img/footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
#siteinfo{
	width: 750px;
	margin: 0 auto;
	font-size: 11px;
	color: #FF7D00;
	padding: 5px 0 0 0;
	text-align: right;
	letter-spacing: 1px;
}

