@charset "UTF-8";
/* CSS Document */

/*　↓メイン設定↓　*/
.menu_bar{
	width:980px;
	height:54px;
	margin-top:24px;
	background-image: url(../images/products_menu_bar.jpg);
	}
.menu_bar h1{	
	color:#CCCCCC;
	font-weight: lighter;
	font-size:18px;
	padding-top:14px;
	padding-left:14px;
}
/*　↓プロダクトindex設定↓　*/
.topic{
	margin-top:12px;
}
.topic h2{
	margin-top:12px;
}

#products_index1,#products_index2,#products_index3{
	width:980px;
	height:340px;
	float:left;
}
#products_index1 .img li{
	width:245px;
	height:170px;
	float:left;
}


#products_index2 .img li{
	width:245px;
	height:170px;
	float:left;
}


#products_index3 .img li{
	width:245px;
	height:170px;
	float:left;
}

#text_link1 .topic{
	width:245px;
	height:170px;
	float:left;
	text-align:center;
	
}

#text_link2 .topic{
	width:245px;
	height:170px;
	float:left;
	text-align:center;
}
#text_link3 .topic{
	width:245px;
	height:170px;
	float:left;
	text-align:center;
}
.topic ul{
	margin-top:6px;
}
li a:link{
	color:#999;
	font-size:11px;
}
li a:visited{
	color:#999;
	font-size:11px;
}
li a:hover{
	color:#CCC;
	font-size:11px;
}
	
h2{
	color:#ccc;
	font-size:13px;
	font-weight:lighter;
}
h2 a:link{
	color:#BDBDBD;
	font-size:13px;
}
h2 a:visited{
	color:#BDBDBD;
	font-size:13px;
}
h2 a:hover{
	color:#fff;
	font-size:13px;
}

li{
	color:#FFFFFF;
}