@charset "utf-8";

/*-----------headline--------------*/

#headline {
	float: left;
    width: 100%;
}

#headline .Leftborder{
	float:left;
	width:8px;
	height:152px;
	background-image:url(img/Idea_index_r1_c1.jpg);
}

#headline .Rightborder{
	float:left;
	width:8px;
	height:152px;
	background-image: url(img/Idea_index_r1_c12.jpg)
}

#headline .Bottomborder{
	float:left;
	width:920px;
	height:13px;
	padding:0px 7px;
	/*background-color: #4c4c4c;*/
}

#headline .Bigbanner{
	float:left;
	width:912px;
	height:150px;
	background-image: url(img/Idea_index_r1_c3.jpg);
	padding:2px 3px 0px 3px;
}



/*-----------IdeaPanel-------------*/

#IdeaPanel{
	float:left;
	width:889px;
	padding:0px 15px 0px 30px;
	background-image: url(img/Idea_index_r11_c2.jpg);
	background-repeat: repeat-y;
	background-position: 7px top;
	/*background-color: #4c4c4c;*/
}

/*-----------article-------------*/

#article {
    float: left;
    width: 680px;
}

#article p{
	float: left;
	width: 640px;
	font-size:75%;
	line-height: 1.4;
	padding:10px 15px 20px 15px;
	margin-bottom:15px;
}

#article strong{
	font-size:110%;
	color:#333333;
}

#ideaArea{
	float:left;
	width:670px;
	padding:0px 0px 20px 0px;
}

#ideaArea img{
	float:left;
}

#ideaArea ul{
	float:left;
	padding:0px 0px 0px 13px;
	display: block;
	width:430px;
}

#ideaArea li{
	float:left;
	width:400px;
	font-size: 75%;
	padding:7px 0px 7px 30px;
}