@charset "UTF-8";

/*
###################################

    INDEX　専用CSS

###################################
*/

#content {
	background: url(../img/top/bg.jpg) repeat left top;
	padding-bottom:0px;
}

/* ########## MAIN VISUAL ########## */
#mainVisual {
    top: 0px;
	left: 0;
	width: 100%;
	background: #000000;
	height: 350px;
	margin-left: 0px;
	text-align:center;
}


/* ###### H1 TAG ###### */
h1 {
	width: 900px;
	margin: 0 auto;
}


/* ########## BOTTOM CONTENT ########## */
#wrapContentBtm {
	width: 885px;
	padding: 355px 0px 40px 15px;
	
	background: url(../img/top/content_bg.gif) repeat left top;
}
#wrapContentBtm p {
	margin-bottom: 1.6em;
}

/* ########## LEFT CONTENT ########## */
#leftContent {
	float:left;
	width:210px;
	margin-right:20px;
	}

/*  LINEUP  */
ul#lineupNav {
	margin-bottom:30px;
}

ul#lineupNav li {
	vertical-align: bottom;
}

ul#lineupNav li a{
	overflow:hidden;
	height: 0px;
	padding-top: 50px;
	width: 210px;
	display: block;
}

ul#lineupNav li a:hover{ background-position:-210px; }

li#miyabi a{ background:url("../img/top/lineup/lineup_miyabi.jpg"); }
li#kahougura a{ background:url("../img/top/lineup/lineup_kahougura.jpg"); }
li#jyousen a{ background:url("../img/top/lineup/lineup_jyousen.jpg"); }
li#taru a{ background:url("../img/top/lineup/lineup_taru.jpg"); }
li#tokutei a{ background:url("../img/top/lineup/lineup_tokutei.jpg"); }
li#kimoto a{ background:url("../img/top/lineup/lineup_kimoto.jpg"); }
li#daiginjyou a{ background:url("../img/top/lineup/lineup_daiginjyou.jpg"); }
li#honkanou a{ background:url("../img/top/lineup/lineup_honkanou.jpg"); }

#recipe h2{
	margin-bottom:30px;
}

#kouken p {
	margin-bottom:5px;
}

/* ########## MAIN CONTENT ########## */
#mainContent {
	float: left;
	width: 400px;
}

/* PICKUP */
.pickupContent {
	clear:both;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #D9D9D9;
	}

.pickupContentText {
	float: right;
	width: 280px;
	height:80px;
}

*:first-child+html .pickupContent { /* IE7 */
	min-height: 80px;
}

.pickupContentText h3 a{
	font-weight: bold;
	color:#aa1116;
	}
	
.pickupContentText p{
	padding-top:3px;
	font-size:11px;
	line-height:15px;
	}

.pickupContentImg {
	width:105px;
	float: left;
}


/* NEWS & BACK NUMBER */
#newsArea {
	margin-top:30px;
	margin-bottom:30px;
	}

#newsTitle {
	text-align:right;
	height:25px;
	border-bottom: 1px solid #927c73;
	border-top: 2px solid #927c73;
	margin-bottom:5px;
	}
	
#newsTitle h2{
	overflow:hidden;
	display: block;
	float:left;
	}
	
.rssBtn {
	padding-top:4px;
	float:right;
}

.listBtn {
	margin-right:5px;
}

#info {
	padding:10px 0;
	width:400px;
	border-bottom: 1px solid #D9D9D9;
	}
	
#info a{
	color:#aa1116;
	}
	
#info p{
	width:390px;
	font-size:11px;
	line-height:15px;
	margin-bottom:0px;
	}

#info .day {
	margin-left:5px;
	float: left;
	width:65px;
	color:#492515;
	font-weight:bold;
	}

#info .discription {
	margin-left:5px;
	float:right;
	width:310px;
	}




/* ########## RIGHT CONTENT ########## */
#rightContent {
	float: right;
	width: 240px;
}

#rightContent h2 {
	margin-bottom:10px;
	}
	
#rightContent p{
	margin-left:15px;
	margin-bottom:5px;
	}


/* MOVIE  */
#movie_flash {
	width:210px;
	height:130;
	margin-left:15px;
	margin-bottom:25px;
	}

/* BANNER */
#sideBanner {
	margin-bottom:20px;
	}

















