body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #33C;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}

#main {
 width: 950px;
 padding: 0px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
}

.clear {
 clear: both;
}

h1{
padding:0px;
margin:0px;
display:none;
}

h2 {
 font-size: 18px;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}


 .idea_top{
	width: 950px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(idea_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 1px;
}

 .idea_cnt{
 width: 950px;
 height: 637px;
 margin: 0px;
}

 .idea_btm{
	width: 950px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(idea_03.gif);
	background-repeat: no-repeat;
	background-position: top;
}

