@charset "UTF-8";
/* CSS Document */
li { list-style:none;}

#top #wrapper {
	padding-bottom: 0;
}

#wrapper #container {
	width: 910px;
	height: auto;
	padding-bottom: 0;
	border: none;
}

#wrapper #container #gNavi {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}



/* TOP
--------------------------------------------------------------*/
#mainImg {
	width: 910px;
	height: 390px;
	margin-top: -10px;
	padding-top: 35px;
	/* background-image: url(../common/images/radiation_top.gif);*/
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}

#mainSlider {
	width: 910px;
	height: 350px;
	padding-bottom: 40px;
	position: relative;
	/*background-image: url(../common/images/radiation_bottom.gif);*/
	background-position: center bottom;
	background-repeat: no-repeat;
}

.sls-view {
	width: 910px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.sls-container {
	position: absolute;
	top: 0;
	left: 0;
}

.sls-content {
	width: 910px;
	height: 350px;
	float: left;
	position: relative;
}

.sls-content a {
	display: block;
}

.sls-prev, .sls-next {
	font-size: 0.1em;
	line-height: 1;
	text-decoration: none;
	text-indent: -9999em;
	width: 54px;
	height: 64px;
	margin-top: -52px;
	position: absolute;
	top: 50%;
	overflow: hidden;
	outline: none;
}

.sls-prev {
	left: 0;
	background-image: url(../images/top/btn_slideLeft.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.sls-next {
	right: 0;
	background-image: url(../images/top/btn_slideRight.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.sls-prev:hover {
	background-position: left bottom;
}

.sls-next:hover {
	background-position: right bottom;
}

.sls-pagination {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -24px;
	display: block;
}

.sls-pagination a {
	font-size: 0.1em;
	line-height: 1;
	text-indent: -9999px;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	float: left;
	overflow: hidden;
	background-image: url(../images/top/icon_slideCurrent.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.sls-pagination a:hover {
	background-position: center bottom;
}

.sls-pagination a.current {
	background-position: center bottom;
}



/* mainArea */
#mainArea {
	margin-top: -30px;
	position: relative;
	z-index: 2;
}


/* leftArea */
#leftArea  {
	width: 352px;
	height: auto;
	padding-right: 20px;
	float: left;
}

#leftArea .bnr {
	margin-bottom: 10px;
}

/* centerArea */
#centerArea {
	text-align: center;
	width: 350px;
	height: auto;
	padding-top: 21px;
	float: left;
}

.centerBox {
	margin: 0 0 10px;
	padding: 0;
	border: solid 1px #ececec;
}
.centerBox.present {
	margin: 0 0 30px 0;
	padding: 0;
	border: none;
}

.centerBox .inner {
	position: relative;
	border: solid 6px #fff;
	background-color: #FFF;
}
.centerBox .bg_recipe{
	background-image: url(../images/top/bg_recipeinner.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
.centerBox .bg_special{
	background-image: url(../images/top/bg_specialinner.gif);
	background-position: center top;
	background-repeat: repeat-y;
}


.centerBox h3 {
	margin: -27px 0 10px;
	position: relative;
}

.centerBox .inner .listLink {
	position: absolute;
	top: 14px;
	*top:34px;
	right: 12px;
}

.centerBox p {
	color: #000;
	font-size: 12px;
	line-height:1.6;
}

.centerBox #recipeTheme {
	color: #a5965b;
	font-size: 14px;
}
.centerBox #recipeMonth{
	margin-top:-35px;
}
.centerBox #recipeMonth span{
	font-size:14px;
}

.centerBox #recipeList {
	width: 312px;
	height: auto;
	margin: 0 auto;
}

.centerBox #recipeList li.border{
	border-bottom: dotted 1px #919191;
	padding: 10px 0 15px;
}

.centerBox #recipeList li {
	border-bottom: none;
	padding: 5px 0 0;
}


.centerBox #recipeCategory {
	text-align:center;
	margin:10px 0 15px;
}
.centerBox #recipeCategory p{
	color:#37ac52;
	margin-bottom:5px;
}
.centerBox #recipeCategory a{
	margin-right:25px;
}
.centerBox #recipeCategory a.end{
	margin-right:0;
}

.centerBox #specialList {
	width: 312px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}

.centerBox #specialList li {
	width: 96px;
	margin-right: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.centerBox #specialList li.last {
	margin-right: 0;
}


/* rightArea */
#rightArea {
	width: 165px;
	height: auto;
	padding-top: 21px;
	float: right;
}

#rightArea .bnr {
	margin-bottom: 20px;
}
#rightArea .border{
	border-bottom: dotted 1px #919191;
	padding-bottom:20px;
}


#leftArea img,
#centerArea img,
#rightArea img {
	vertical-align: top;
}

	a:focus,
input:focus,img:focus{
	outline: none;
}
