@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_ahover_06.jpg) no-repeat;
}
.artist a{
	width:162px;
	height:31px;
	margin-top:22px;
	background:url(../images/h_navi_artist.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);
	}

.box1_img{
	width:330px;
	float:left;
	margin-top:40px;
}
.box1_img p{
	width:230px;
	margin:0 auto;
}

.box1_text{
	width:650px;
	float:right;
	line-height:21px;
	margin-top:20px;
	margin-bottom:20px;
}
.box1_text p,.box2_text p{
	margin-bottom:10px;
}

p hr_style_img{
	
}
.box2_img{
	float:light;
	margin-top:20px;
}
.box2_text{
	width:460px;
	float:left;
	line-height:21px;
	margin-bottom:20px;
}
.box2_text p{
	width:400px;
}
.title{
	margin:10px;
}
.box2_text,.box2_img{
	margin-top:40px;
}


/*　　↓フォント設定↓　*/
.box1_text h1{
	color:#CCCCCC;
	font-weight: lighter;
	font-size:18px;
}	
h1{color:#CCCCCC;
	font-weight: lighter;
	font-size:18px;
}
	
.menu_bar h1{	
	color:#CCCCCC;
	font-weight: lighter;
	font-size:18px;
	padding-top:14px;
	padding-left:14px;
}	
h2,h3,h4,p,li,h5{
	color:#CCC;
	font-weight:lighter;
}

h2{
	font-weight:lighter;
	font-size:14px;
}
h4,p{
	font-size:13px;
}

h5{
	font-size:10px;
}

