.main {
    margin-top: 20px;
    color: #fff;
}
/* link */
.main a {
	color: #fff;
	text-decoration: none;
}
.main a:hover {
	color: #fff;
	text-decoration: underline;
}
.main a:visited {
	color: #fff;
	text-decoration: none;
}
/* common */
.main h1.title {
}
.main h2.title {
	position: relative;
	margin-left: -25px;
	width: 1000px;
	background: url(/common/img/h3_bg.png) left top no-repeat;
	padding: 35px 25px 0 25px;
	text-align: center;
	margin-bottom: 0;
	height: 45px;
	_zoom: 1;
}
/* news info */
.main .campaign_list_area {
	position: relative;
	margin-bottom: 30px;
}
.main .campaign_list_area .link {
	position: absolute;
	right: 0;
	_right: 25px;
	top: 28px;
}
.main .campaign_list {
	margin-left: -8px;
	_margin-left: -16px;
}
.main .campaign_list li {
	float: left;
	width: 308px;
	margin: 0 0 8px 8px;
	background: url(/common/img/list_bg.png) left top repeat;
	padding: 10px;
	cursor: pointer;
}
.main .campaign_list li.hover {
	background: url(/common/img/list_bg_o.png) left top repeat;
}
.ie6 .main .campaign_list li,
.ie7 .main .campaign_list li{
	width: 306px;
	background: none;
	border: #1a66a3 solid 1px;
}
.ie6 .main .campaign_list li.hover,
.ie7 .main .campaign_list li.hover{
	background: none;
	border: #003372 solid 1px;
}
.main .campaign_list li .photo {
	float: left;
	width: 77px;
	margin-right: 13px;
	margin-bottom: 10px;
}
.main .campaign_list li h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.main .campaign_list li h3.blank a {
	background: url(/common/img/icon_blank.gif) right center no-repeat;
	padding-right: 20px;
}
.main .campaign_list li h3 img {
	vertical-align: top;
	padding: 5px 0 0 5px;
}
.main .campaign_list li .text {
	clear: both;
	font-size: 13px;
}

/* pickup */
.main .pickup {
	padding: 0;
	margin-top: -35px;
	margin-bottom: 20px;
	z-index:-100;
}
#jCarouselLite {
	height: 192px;
	overflow: hidden;
}
#jCarouselLiteDemo  {
	background:url(../img/pickup_bg.png) left top no-repeat;
	padding-bottom: 20px;
	height: 192px;
}
#jCarouselLiteDemo .digg {
	position:relative;
	z-index:3;
}

#jCarouselLiteDemo .main { margin-left:40px;}
#jCarouselLiteDemo .demo em {
	color:#ff3300;
	font-weight:bold;
	font-size:60%;
	font-style:normal;
}
#jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
	float:left;
}

#jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
	display:block;
	position:absolute;
	width:30px; height:32px;
	z-index:999;
	top:70px;
}
#jCarouselLiteDemo .carousel a.next {
	right: 314px;
}
#jCarouselLiteDemo .carousel a.prev {
	left: 327px;
}

#jCarouselLiteDemo .carousel .jCarouselLite {
	float:left;
	_padding-right:10px;
	position:relative;
	visibility:hidden;
	left:-5000px;
}

#jCarouselLiteDemo .carousel ul {
	overflow:hidden;
}
#jCarouselLiteDemo .carousel li img {
	width:300px;
	_width:296px;
	overflow:hidden;
}
#jCarouselLiteDemo .carousel li {
	width:300px;
	_width:300px;
	height:140px;
	padding:20px 10px 10px 20px;
	_margin:0px 0px;
}

/*
#jCarouselLiteDemo .abc li {
	background-image:url(/common/images/Bg_future_list.png);
	background-repeat:no-repeat;
	background-position:center center;
}
*/

/*********テキスト部分*********/
#jCarouselLiteDemo .carousel .text {
	background-image: none;
	background-repeat:no-repeat;
	_height:28px;
}	
#jCarouselLiteDemo .carousel .text li {
	width:300px;
	padding:0px 10px 0 20px;
	height: 23px !important;
	line-height: 23px;
	overfllow:hidden;
}
#jCarouselLiteDemo .carousel .text li a {
	display: block;
	color: #333;
	background:url(../img/pickup_campaign_bg.png) left top no-repeat;
	text-align:center;
	font-weight:bold;
	_font-size: 12px;
}
#jCarouselLiteDemo .carousel .text li a:hover{
	text-decoration: underline;
}
/******************************/