@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;
}

#main{
	height:600px;
	/*background-color:#00CCFF;*/
}
#main .artist_img{
	margin-top:20px;
	width:480px;
	height:600px;
	float:left;
	overflow-style:marquee-line;
	overflow-x:hidden;
	display:inline;
}
#main .artist_text{
	margin-top:10px;
	width:500px;
	height:600px;
	float:right;
	overflow:scroll;
	overflow-style:marquee-line;
	overflow-x:hidden;
	display:inline;
}
#main .artist_text h2{
	padding-left:20px;
}
#main .artist_img p,#main .artist_text p{
	margin-bottom:10px;
}
#main .artist_text p{
	padding:20px;
}

#main p{
	line-height:24px;
}
/*　↓サブ設定↓　*/
#sub{
	/*background-color:#66FF33;*/
	clear:both;
	width:980px;
	height:129px;
	padding:10px 0 10px 0;
	
}
#sub ul li{
	margin-top:10px;
	float:left;
}
#sub .Left_px2{
	margin-left:10px;
}
#sub p{
	float:left;
}

/*　↓フォント設定↓　*/
h3,h2{
	margin-bottom:10px;
}
h2,h3,h4,p,li,h5,.title{
	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;
}