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

/*---熊さんの位置指定---*/
#bear {
	position:absolute;
	left:-70px;
	top:120px;
	z-index:40;}

/*---コンテナ指定---*/
#container {
	width:800px;
	overflow:hidden;}

/*---3台のマイギター紹介---*/
#guitar {
	width:600px;
	margin:0 100px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid #000;}
h3 {
	font-size:100%;
	line-height:1.5em;
	font-style:italic;
	color:#963;}
#gallery1,#gallery2 {
		float:left;
		width:194px;
		margin-right:9px;}
#gallery3 {
	float:left;
	width:194px;
	margin-right:0px;}
p.caption1, p.caption2 {
	width:194px;
	font-size:70%;
	line-height:1.2em;
	text-align:justify;
	color:#333;
	margin:5px 9px 0 0;}
p.caption3 {
	width:194px;
	font-size:70%;
	line-height:1.2em;
	text-align:justify;
	color:#333;
    margin:5px 0 0 0;}

/*---ブビンガ板の位置指定---*/
#bubinga {
	position:absolute;
	left:675px;
	top:580px;
	z-index:40;}

/*---サウンドとピックガード紹介---*/
#sound-guard {
	width:600px;
	margin:10px 0 0 100px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid #000;}
#button1 {
	width:295px;
	float:left;
	margin-right:10px;}
#button2 {
	width:295px;
	float:left;
	margin-right:0px;}
p.caption4 {
	width:295px;
	font-size:70%;
	line-height:1.2em;
	text-align:justify;
	color:#333;
    margin:5px 10px 0 0;}
p.caption5 {
	width:295px;
	font-size:70%;
	line-height:1.2em;
	text-align:justify;
	color:#333;
    margin:5px 0 0 0;}
#back p {
	font-size:70%;
	text-align:left;}
#next p {
	font-size:70%;
	text-align:right;}
#back {
	position:absolute;
	left:74px;
	top:860px;
	z-index:40;}
#next {
	position:absolute;
	left:636px;
	top:860px;
	z-index:40;}

/*---a:hoverハーフトーン指定---*/
a:hover {
  opacity:0.7;
  filter:alpha(opacity=70);}

/*---現在ページをナビでハイライト表示---*/
body.guitar a#nav_guitar {
	color:#963;
	text-decoration:underline;}