@charset "UTF-8";

#mainLeft h2 {
	position:relative;
	width:617px;
	height:36px;
	background:url(../img/spe_header1.gif) top left no-repeat;
}

#specialList {
	position:relative;
}

#specialList li {
	position:relative;
	width:617px;
	height:136px;
	background:url(../../img/list_bg_line.gif) bottom left no-repeat;
}


#specialList li a {
	position:relative;
	padding:8px 0px;
	width:617px;
	height:130px;
}

#specialList li a:hover span.title em,
#specialList li a:hover span.main,
#specialList li a:hover span.title2,
#specialList li a:hover span.title2 em,
#specialList li a:hover span.explanation{
	cursor:pointer;
	color:#ff9e00;
}

#specialList li a span.title{
	font-size:102%;
	font-weight:bold;
	line-height:1.2;
}


#specialList li a span.title2 {
	font-size:102%;
	font-weight:bold;
	line-height:1.2;
}

#specialList li a span.title2 em {
	font-size:160%;
	font-weight:bold;
}


#specialList li a span.main {
	font-size:160%;
	font-weight:bold;
}

#specialList li a span.explanation {
	display:block;
	margin-top:10px;
	font-size:85%;
	line-height:1.4;
}

#specialList li.odd a img {
	float:left;
	margin-right:10px;
}
#specialList li.even a img {
	float:right;
	margin-left:10px;
}

