@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */


a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
body {
	background: #000;
}

#container {
	background: url(images/mainBg.jpg) no-repeat center top;
	padding: 5px 89px;
}
#header {
	height: 81px;
	color: #fff;
}
#mainNavi {
	height: 513px;
	position: relative;
}
.senri {
	position: absolute;
	top: 369px;
	left: 0px;
}
.webshop {
	position: absolute;
	top: 239px;
	left: 518px;
}
.store {
	position: absolute;
	top: 370px;
	left: 518px;
}
#navi {
	padding: 33px 0 20px 140px;
}
#navi ul li {
	display: inline;
	font-size: 108%;
	font-weight: bold;
	background: url(/common/themes/cms/images/headerPoint.jpg) no-repeat 0 3px;
	padding-left: 13px;
	margin-left: 7px;
}
#navi ul li a:link,#navi ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#navi ul li a:hover {
	color: #FF9900;
	text-decoration: none;
}
#navi ul li a:active {
	color: #fff;
	text-decoration: none;
}

.infoBox {
	padding: 0 35px 1em 27px;
}
.blogArea {
	width: 400px;
	float: left;
}
.eventArea {
	width: 400px;
	float: right;
}
dl.rssList {
	padding: 7px 0 0 20px;
	color: #fff;
}
dl.rssList dt {
	background: url(images/rssPoint.gif) no-repeat 0 7px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	padding-left: 20px;
}
dl.rssList dd {
	padding: 3px 0 10px 120px;
	margin-bottom: 10px;
	border-bottom: #fff 1px dotted;
	line-height: 1.3;
}
dl.rssList dd a:link,dl.rssList dd a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
dl.rssList dd a:hover {
	color: #FF9900;
	text-decoration:none;
}
dl.rssList dd a:active {
	color: #FFFFFF;
	text-decoration: none;
}
table.rss-js {
	margin: 7px 0 0 20px;
}
.rss-js-entry {	
	background: url(images/rssPoint.gif) no-repeat 0 7px;
	margin: 0 20px 10px 0;
	padding: 0 0 7px 20px;
	border-bottom: #fff 1px dotted;
}	
.rss-js-entry a:link,.rss-js-entry a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.rss-js-entry a:hover {
	color: #FF9900;
	text-decoration:none;
}
.rss-js-entry a:active {
	color: #FFFFFF;
	text-decoration: none;
}	

#footerBg {
	background: url(images/footerBg.gif) no-repeat center top;
}
#footer {
	background: url(images/footer.gif) no-repeat 0 0;
	color: #fff;
}
ul.bottomLinks li a:link,ul.bottomLinks li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.bottomLinks li a:hover {
	color: #FF9900;
	text-decoration: none;
}
ul.bottomLinks li a:active {
	color: #fff;
	text-decoration: none;
}

#footer address a:link,#footer address a:visited {
	color: #000;
	text-decoration: none;
}
#footer address a:hover {
	color: #FF9900;
	text-decoration: none;
}
#footer address a:active {
	color: #000;
	text-decoration: none;
}
.admpane {
	background: #fff;
}
