/* 全体 */
body {
	background-image: url(image_index/back3.jpg);
}

div.all {
	width: 800px;
	text-align:center; 
	margin-left:auto;
	margin-right:auto; 
	text-align:left;
}

/* 見出し */
h1 {
	font-size: 240%;
	color: #ccff66;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体",fantasy;
	font-weight: bold;
	margin-left: 220px;
	position: absolute;
	top: 10px;
	border: 0px;
	/*margin: 0px;*/
	padding: 0px;
}
h2 {
	font-size: 140%;
	color: #ccff66;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体",fantasy;
	font-weight: bold;
	position: absolute;
	top: 60px;
	margin-left: 165px;
	border: 0px;
	/*margin: 0px;*/
	padding: 0px;
}
h3 {
	font-size: 110%;
	color: #ffffcc;
	font-family: "HGｺﾞｼｯｸE",fantasy;
	font-weight: bold;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 2px 2px 0px;
	background-color: #ff0066;
	padding: 0.2em 0.5em;
	position: absolute;
	top: 98px;
	margin-left: 165px;
	width: 320px;
	/*margin: 0px;*/
	padding: 5px 0 0 0;
}
h4 {
	font-size: 120%;
	color: #000000;
	font-family: "HGｺﾞｼｯｸE",sans-serif;
	font-weight: bold;
	border-style: solid;
	border-color: #006633;
	border-width: 0px 0px 2px 10px;
	background-color: #ccff66;
	padding: 0.2em 0.5em 0em 0.5em;
	margin-top: 0.3em;
	margin-left: 0.3em;
	margin-right: 0.5em;
}

/* メニューバー */
div.menubar{
	width:780px;
	height: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-valign: middle;
	position: absolute;
	top: 165px;
	/*left: 20px;*/
}
a.menub{
	font-size: 80%;
	color: #000000;
	background-color: #ccff66;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	text-decoration: none;
	font-style: normal;
	border: outset #ccff66 4px;
	padding; 0px;
	margin: 0px;
	width: 6em;
	float: left;
	height: 16px;
}
a.menub:hover{
	border: inset #33cc00 4px;
	color: #ff0000;
}

/* 見出し用イメージ */
img.lamlg{
	position: absolute;
	top: 10px;
}
img.kagehel{
	margin-left: 500px;
	position: absolute;
	top: 10px;
}
img.yamahalogo{
	position: absolute;
	top: 15px;
	width: 120px;
	height: 25px;
	margin-left: 655px;
}
img.tonylogo{
	position: absolute;
	top: 47px;
	width: 120px;
	height: 25px;
	margin-left: 655px;
}
img.gillardlogo{
	position: absolute;
	top: 78px;
	width: 120px;
	height: 22px;
	margin-left: 655px;
}
img.bslogo{
	position: absolute;
	top: 107px;
	margin-left: 633px;
}
/* 区切り線 */
div.line1{
	color: lime;
	width: 780px;
	position: absolute;
	top: 140px;
	/*left: 0px;*/
}

/* 段組　全体 */
div.dangumi{
	width:780;
}

/* 段組　左 */
div.leftcol{
	font-size: 75%;
	font-family: "ＭＳ Ｐ明朝",serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	width: 250px;
	position: absolute;
	top: 220px;
	/*left: 20px;*/
}
div.leftcol p{
	padding-left: 0em;	
	padding-right: 0em;	
	margin-top: 0em;
	margin-bottom: 1.0em;
	line-height: 1.1em;
	text-indent: 0em;
	font-weight: normal;
	text-align: center;
}
div.leftcol image{
	border-width: 1px;
}
/* 段組　右 */
div.rightcol{
	font-size: 90%;
	font-family: "ＭＳ Ｐ明朝",serif;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	width: 519px;
	position: absolute;
	top: 220px;
	padding: 0em;
	margin: 0 0 0 260px;
}	
div.rightcol p{
	padding-left: 1em;	
	padding-right: 1em;	
	margin-top: 0em;
	margin-bottom: 0.5em;
	line-height: 1.3em;
	text-indent: 1em;
	font-weight: normal;
}
div.rightcol h4{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.rightcol a{
	text-indent: 5em;
}
div.rightcol a:hover{
	color: red;
}
table.price1{
	border: solid 2px #009900;
	border-collapse: collapse;
	margin-left: 3.5em;
}
table.price1 caption{
	font-size: 110%;
	font-family: "HGｺﾞｼｯｸE",sans-serif;
	text-align: left;
}
table.price1 td{
	border-bottom: solid 1px #009900;
	border-right: solid 1px #009900;
	font-family: "HGｺﾞｼｯｸE",sans-serif;
	padding: 0.3em 1em;
}
table.price1 td.title{
	width: 15em;
	background-color: #99ffff;
}
table.price1 td.kingaku{
	text-align: right;
	width: 8em;
	background-color: #ccffff;
}
div.footer{
	width: 779px;
	height:50px;
	position: absolute;
	top: 1693px;
	/*left: 20px;*/
	background-color: #ccff66; 
	border: solid 1px #000080;
	margin:0px 0px 10px 0px;
}
div.footer p{
	color: #000000;
	font-size: 75%;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	text-align:right;
	text-valign:bottom;
	margin: 1.5em 1em 0.2em 0em;
}