img {
	border: none;
	vertical-align: bottom;
}

body {
margin: 0;
padding: 0;
background-color: #ffffff;
color: #2b2b2b;
font-size: 100%;
}

strong {
	font-weight: bold;
}

/*リンクスタイル*/
a:link { color:  #009966 }
a:visited { color: #00006E }
a:hover { color: #6a0000;
position: relative; 
top: 1px; 
left: 1px; }


#example { /* 親ボックス */
	width: 760px;
	height: 77px;
	position: absolute;
	font-size:10px;
} 

#box1 { /* ボックス1 */ 
width: 330px; 
background-color: #ffd78c; 
position: absolute; 
top: 0px; 
left: 430px; 
} 

/* 音声読み上げブラウザの為のメニュー読み飛ばしリンク用 */
/* 20070227 追記 */
.hide {
	position:	absolute;
	top:	0px;
	left:	-512px;
	width:	256px;
}
