@charset "utf-8";
/* CSS Document */
/*------------------ ヘッダーイメージ ------------------*/
.header-img{
	background-image: url(../img/header_jazz.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*------------------ アクセス ------------------*/
#access{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding-bottom:15px;
	width:515px;
	_width:100%;
}
#access #txt{
	float:right;
	line-height:1.3;
	width:415px;
}
#access #ttl{
	float:left;
	line-height:1.3;
	width:100px;
}

/*------------------ 詳細テキスト ------------------*/
#detail{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}
#detail #txt{
	line-height:1.3;
	padding-right:10px;
}
#detail #img_1{
	padding-bottom:10px;
	width:260px;
}
#detail #img_2{
	text-align:left;
	width:130px;
}
#detail #img_3{
	text-align:right;
	width:130px;
}

/*------------------ 詳細テキスト ------------------*/
#privilege{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}
#privilege #ttl{
	line-height:1.3;
	width:130px;
}
#privilege #txt{
	line-height:1.3;
	width:395px;
}

/*------------------ その他テキスト ------------------*/
#option01{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}
#option02{
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}



