@charset "shift_jis";
/* CSS Document */

/*商品名*/
#toppage #content #type #title {
	margin: 0px;
	padding: 0px;
	background: #666;
	border-bottom: 2px solid #FFF;
	height: 24px;
}
#toppage #content #type #title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;

}
/*ナビゲーション*/
#toppage #content #type #title #nav {
	margin: 0px;
	font-family: "メイリオ";
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 200px;
}
/*ブランド*/
#toppage #content #type #brand ul li {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 178px;
	float: left;

}

#toppage #content #type #brand ul {
	margin: 15px 0px 0px 5px;
	padding: 0px;
	list-style: disc inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
/*ブランド、カテゴリ間のボーダー*/
#toppage #content #type hr {
	clear: both;
	border-color: #FFF;
}
/*カテゴリ、ボーダーとの距離指定*/
#toppage #content #type #category {
	margin-top: 15px;
}
/*ギターカテゴリ写真*/
#toppage #content #type #category a img {
	margin-bottom: 7px;
}

/*エフェクター、カテゴリ一覧*/
#toppage #content #type #category ul {
	margin: 15px 0px 0px 5px;
	padding: 0px;
	list-style: disc inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#toppage #content #type #category ul li {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 178px;
	float: left;

}
