@charset "UTF-8";
/* CSS Document */
body #wrapper #header a.cach {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:0px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/*	main flash
===================================== */
#mainImg {
	clear: both;
	padding-top: 4px;
}

/* container for slides */
.images {
	background:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #ccc;
	border-bottom-width: 2px;
	position:relative;	
	height:350px;
	
	width:868px;
	float:left;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 2px 5px #666;
	-webkit-box-shadow:0 2px 5px #666;	
}

/* single slide */
.images div.base_image {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:350px;
}

.images div.base_image p {
	position:absolute;
	bottom:25px;
	left:40px;
	line-height: 1.8em;
	font-weight: 1.5em;
	color: #2c2c2c;
}

.images div.base_image p.selection {
	bottom:130px;
	left:20px;
}

.images div.base_image p.sweets {
	position:absolute;
	left:320px;
	bottom:30px;
}

.images div.base_image p strong {
	display: block;
	width:100px;
	height: 5px;
	font-size: 1.7em;
	color: #3c3c3c;
}

/* header */
.images h2 {
	color:#456;
	text-indent:-9999px;
	overflow:hidden;
	height:1px;
	position:absolute;
	top:0;
	left:0;
}

/* tabs (those little circles below slides) */
.images .slidetabs {
	position:absolute;
	top:0;
	left:604px;
	margin:0;
	padding:0;
	background-color:#ccc;
	height:350px;
}

.images .slidetabs  p.list_second{
	list-style:none;
	height:117px;
}

.images .slidetabs p.list_top{
	margin:0;
	height:115px;
}

.images .slidetabs p.list_last {
	height:118px;
}

img {
	border:none;
}

/* single tab */
.slidetabs a {
	display:block;
	width:264px;
	display:block;
	font-size:1px;		
}

.slidetabs p.list_top a {
	height:115px;
}

.slidetabs p.list_second a {
	height:117px;
}

.slidetabs p.list_last a {
	height:118px;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


/*	leftBox
===================================== */
#leftBox {
	width: 520px;
	float: left;
}
/*	news
===================================== */
#news {
	width:520px;
}
#news h2 {
	background: url(../images/index/news_headBar.gif) no-repeat;
	width: 520px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}
#news p {
	text-align: right;
}
#news dl {
	width: 500px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 1.5;
}
#news dt {
	color: #cea025;
	float: left;
	margin-right: 10px;
}
#news dd {
	padding-left: 80px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #999;
}
#news li {
	background:url(../images/index/newsMore_btn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 425px;
}
#news li a {
	width: 94px;
	height: 26px;
	display: block;
}
#news li:hover {
	background: url(../images/index/newsMore_btn_on.gif) no-repeat;
}

/*	product
===================================== */
#product {
	width:520px;
}
#product h2 {
	background: url(../images/index/product_headBar.gif) no-repeat;
	width: 520px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
}
#product dl {
	width: 149px;
	float: left;
	display: inline;
	padding-left: 22px;
	padding-bottom: 10px;
}
#product dt {
	margin-top: 10px;
	margin-bottom: 10px;
}
#product dt img {
	border-width: 1px;
	border-color: #9e9e9e #9f9f9f #9f9f9f #9e9e9e;
	border-style: solid;
}
#product dd {
	font-size: 11px;
	line-height: 1.5;
	color: #462f30;
}
/*	magazine
===================================== */
#magazine {
	width:520px;
}
#magazine h2 {
	background: url(/images/index/news_headBar_mag.gif) no-repeat;
	width: 520px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}
#magazine p {
	text-align: right;
}
#magazine dl {
	width: 500px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 1.5;
}
#magazine dt {
	color: #cea025;
	float: left;
	margin-right: 10px;
}
#magazine dd {
	padding-left: 80px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #999;
}
#magazine li {
	background:url(/images/index/newsMore_btn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 425px;
}
#magazine li a {
	width: 94px;
	height: 26px;
	display: block;
}
#magazine li:hover {
	background: url(/images/index/newsMore_btn_on.gif) no-repeat;
}

/*	media
===================================== */
#media {
	width:520px;
}
#media h2 {
	background: url(/images/index/media_headBar.gif) no-repeat;
	width: 520px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}
#media p {
	text-align: right;
}
#media dl {
	width: 500px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 1.5;
}
#media dt {
	color: #cea025;
	float: left;
	margin-right: 10px;
}
#media dd {
	padding-left: 80px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #999;
}
#media li {
	background:url(/images/index/newsMore_btn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 425px;
}
#media li a {
	width: 94px;
	height: 26px;
	display: block;
}
#media li:hover {
	background: url(/images/index/newsMore_btn_on.gif) no-repeat;
}


/*	contents
===================================== */
#contents  {
	width: 311px;
	float: right;
}

#contents h2 {
	background: url(../images/index/contents_headBar.gif) no-repeat;
	width: 311px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}

#contents li {
	padding-top: 10px;
	padding-left: 20px;
}

p.stop {
	font-size: 80%;
	color: #F00;
}
/*	twitter box
===================================== */

.twitterBox {
	width: 290px;
}

#contents table {
	width: 290px;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #462f30;
	border-collapse: collapse;
}

table tr {
	width: 290px;
}

table tr th {
	width: 290px;	
}

#tweet {
	width: 200px;
}

#tweet li a {
	width: 200px;
}

table tr th.twitterHead {
	background: transparent url(../images/index/twiterMidleLeft_bg.gif) repeat-y left top;
}

table tr th.twitterHead a{
	width:290px;
	height:45px;
	display:block;
}


.twitter_left {
	width: 77px;
	background: url(../images/index/twiterMidleLeft_bg.gif) repeat-y left top;
	vertical-align: top;
}
.twitter_left img {
	padding: 14px;
}
.twitter_right {
	background: url(../images/index/twiterMidleRight_bg.gif) repeat-y right top;
	font-size: 11px;
	line-height: 1.5;
	vertical-align: top;
	padding: 0 10px 10px 0;
}
.twitterFoot {
	background: url(../images/index/twiterFooter_bg.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/*	about confiture
===================================== */

#contents dl {
	width: 290px;
	padding: 10px 0px 5px 20px;
}

#contents dd {
	font-size: 10px;
	color: #462f30;
	line-height: 1.7;
}