/* GFC+ぷらす CSS */


h1{
	text-indent: -1000.0em;
}


div#contents{
	width: 1000px;
	background: url(./img/gfc_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	clear: both;
}

#main ul{
	list-style: none;
	margin: 10px;
}


#main h2{
	background: #319cff url(./img/head_bg.gif) left top repeat-x;
	font-weight: bold;
	margin-right: 15px;
	color: #ffffff;
}

ul#products li {
	float: left;
	width: 220px;
	border: 1px solid #000000;
	margin: 2px 5px;
	background-color: #ffffff;
}

ul#products li h3{
	background: #000000 url(./img/product_name_bg.gif) left top repeat-x;
	font-size: 80%;
	color: #ffffff;
	width: 100%;
}

#main dl dt{
	background: #00a51b url(./img/product_method_bg.gif) left top repeat-x;
}

#main dl dd{
	color: #777777;
	font-size: 80%;
}

#main ul li span{
	clear: both;
	text-align: right;
	display: block;
}

#main a{
	text-decoration: none;
	color: #7777ff;
}

#main a:hover{
	color: #ff7777;
}

#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff7777;
}


/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}


#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}


dt#top_page{
	background: url(./img/series.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #f30b6b;
	border-bottom: 1px solid #f30165;
	border-left: 1px solid #f3488f;
	width: 198px;
	margin: 0 auto;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	background-color: #f3d5e2;
	color: #f30165;
	width: 198px;
}

#menu dl dd a:hover{
	color: #ffffff;
	background-color: #f30165;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #000000;
	margin: 10px 0 0 20px;
}