@charset "utf-8";

/*　トップ
------------------------------------------------------------ */
a:link {
   color: #fff;
   text-decoration:none;
}
a:visited {
   color: #eee;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#999;
}
#img_top {
	width: 780px;
	height: 260px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}

.box_blog {
	background: url(common/images/bg_blog.jpg) no-repeat;
	width: 300px;
	height: 133px;
	overflow: auto;
	margin-bottom: 20px;
	scrollbar-base-color: #1C0900; 
}
.box_new {
	background: url(common/images/bg_new.jpg) no-repeat;
	width: 420px;
	height: 138px;
	overflow: auto;
	scrollbar-base-color: #1C0900; 
}

#wrapper ul li{
	background: url(common/images/icon.gif) left center no-repeat;
	margin: 0 0 5px 15px;
	padding-left: 20px;
}
.banner {
	margin-bottom: 20px;
}
.banner01 a {
	display: block;
	width: 419px;
	height: 75px;
	text-indent: -999em;
	overflow: hidden;
	background: url(common/images/banner_01.jpg) no-repeat;
}
.banner02 a {
	display: block;
	width: 419px;
	height: 75px;
	text-indent: -999em;
	overflow: hidden;
	background: url(common/images/banner_02.jpg) no-repeat;
}
.banner01 a:hover,.banner02 a:hover {
	background-position: -419px 0;
}

#flash {
	position: absolute;
	top: 201px;
	z-index: 0;
}