@charset "UTF-8";
/* CSS Document */
/*　↓ヘッダーナビ設定↓　*/
.products a{
	width:164px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_products.jpg) no-repeat;
}
.about a{
	width:164px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_about.jpg) no-repeat;
}
.artist a{
	width:162px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_artist_ahover.jpg) no-repeat;
}
.dealer a{
	width:152px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_dealer.jpg) no-repeat;
}

.products a:hover{
	width:164px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_products_ahover.jpg) no-repeat;
}
.about a:hover{
	width:164px;
	height:31px;
	margin-top:22px;
	background: url(../images/h_navi_about_ahover_06.jpg) no-repeat;
}
.artist a:hover{
	width:162px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_artist_ahover.jpg) no-repeat;
}
.dealer a:hover{
	width:152px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_dealer_ahover.jpg) no-repeat;
}

/*　↓メイン設定↓　*/

.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;
}
#artist_img{
	width:980px;
}
#artist_img p,#artist_img h2{
	float:left;
}
/*　↓BOX1,BOX2設定↓　*/

#box1_img{
	margin-top:30px;
}
#box1_img ul li,#box2_img ul li,#box1_text ul li,#box2_text ul li{
	float:left;
}
#box1_text ul li,#box2_text ul li{
	width:184px;
	height:42px;
	padding-top:15px;
	text-align:center;
}
#box1_img .Left_px,#box2_img .Left_px,#box1_text .Left_px,#box2_text .Left_px{
	margin-left:15px;
	}

#box1_img .Left_px2{
	margin-left:10px;
}
#box2_text ul li{
	margin-bottom:20px;
}
/*　↓サブ設定↓　*/
#sub #box_img{
	clear:left;
}
#sub p{
	float:left;
	margin-top:10px;
}


/*　↓フォント設定↓　*/
h2,h3,h4,p,li,h5{
	color:#CCC;
	font-weight:lighter;
}

li a:link{
	color:#999;
	font-size:12px;
}
li a:visited{
	color:#999;
	font-size:12px;
}
li a:hover{
	color:#CCC;
	font-size:12px;
}

p a:link{
	color:#999;
	font-size:12px;
}
p a:visited{
	color:#999;
	font-size:12px;
}
p a:hover{
	color:#CCC;
	font-size:12px;
}