@charset "UTF-8";

/*------------------------------------------------

home

------------------------------------------------*/

/* #globalNav
------------------------------------------------*/
#home #globalNav {
	width: 290px;
	float: right;
	padding-top: 5px;
	margin-bottom: 0;
}
#home #globalNav li{
	margin-bottom: 11px;
}
#home #globalNav li a{
	display: block;
	width: 290px;
	height: 90px;
	background-image: url(../img/global-nav-home.gif) ;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#home #globalNav li.syouhin a{background-position: 0 0}
#home #globalNav li.syouhin a:hover{background-position: -290px 0}
#home #globalNav li.chishiki a{background-position: 0 -90px}
#home #globalNav li.chishiki a:hover{background-position: -290px -90px}
#home #globalNav li.nikki a{background-position: 0 -180px}
#home #globalNav li.nikki a:hover{background-position: -290px -180px}


/* #slideshow
------------------------------------------------*/

#slideshow {
	background: url(../img/bg-slideshow.png) no-repeat ;
	width: 615px;
	height: 305px;
	overflow: hidden;
	float: left;
}
#slideshow p.catchcopy{
	margin: -85px 0 0 48px;
}

/* #homeContent
------------------------------------------------*/
#homeContent {
	width: 960px;
	margin-right: -30px;
	margin-top: 25px;
}

#homeContent .column{
	width: 320px;
	float: left;
}
#homeContent .column h2,
#homeContent .column .data{
	width: 290px;
}
#homeContent .column h2{margin-bottom: 22px}
#homeContent .column .data{margin-bottom: 50px;}

#homeContent .column h3{
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 15px;
}


/* .syouhinData
------------------------------------------------*/
.syouhinData .container{
	width:180px;
	float: left;
}

.syouhinData .entry img{
	float: right;
	border: 1px solid #333;
}

/* .newInfoData
------------------------------------------------*/
.newInfoData p.date{
	font-size: 11px;
	margin-bottom: 0;
	color:#666;
}
.newInfoData .entry{
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* .cafeData
------------------------------------------------*/
.cafeData p.detailLink,
.syuuriData p.detailLink{
	text-align: center;
	margin-top: 0.75em;
}

/* Twitter
------------------------------------------------*/
p.bnrTwitter{
	text-align: center;
	margin:-10px 0 10px;
}


.aktt_tweets{
	background: url(../img/bg-twitter.jpg) no-repeat center bottom ;
}

.aktt_tweets li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}


