@charset "utf-8";

/*=========================================
　style.css
=========================================*/

/*-----------------------------------------
mainVisual
-----------------------------------------*/
#mainVisual {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	height: 611px;
}

#mainVisual .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#mainVisual .catch {
	position: absolute;
	top: 88px;
	left: 457px;
	z-index: 2;
}

#mainVisual .logo {
	position: absolute;
	top: 275px;
	left: 224px;
	z-index: 2;
}

#mainVisual .day {
	position: absolute;
	top: 519px;
	left: 319px;
	z-index: 2;
}

#mainVisual .products {
	position: absolute;
	top: 561px;
	left: 159px;
	z-index: 2;
}

/*-----------------------------------------
contents
-----------------------------------------*/
#contents {
	background: none;
	border: none;
}

#contents .head {
	border-bottom: 1px solid #E9E9E9;
	padding: 20px 20px 19px 19px;
}

#contents .body {
	padding: 19px 19px 29px 19px;
}

#contents .body #banner ul {
	width: 580px;
	padding-top: 20px;
	margin: 0 auto;
}

#contents .body #banner li {
	float: left;
	width: 270px;
	margin: 10px 20px 0 0;
}

#contents .body #banner .anime {
	text-align: center;
	margin: 10px 0 0 0;
}

/*-----------------------------------------
main
-----------------------------------------*/
#main {
	border: 1px solid #E9E9E9!important;
	border-top: 2px solid #545B6B!important;
	background: url(../common/bg_contents.png) repeat 0 0!important;
	padding-left: 0!important;
	width: 100%!important;
	float: none!important;
}

#main .news {
	width: 100%;
/*	height: 160px;
	overflow: auto;*/
}

#main .news li {
	background: url(../common/bg_dotline01.gif) repeat-x 0 100%;
	padding: 10px;
}

#main .news li .date {
	float: left;
	color: #696F7F;
}

#main .news li .text {
	margin-left: 8em;
}

/*-----------------------------------------
side
-----------------------------------------*/
#side {
	border: 1px solid #E9E9E9!important;
	border-top: 2px solid #545B6B!important;
	background: url(../common/bg_contents.png) repeat 0 0!important;
	width: 338px!important;
	float: right!important;
}

