/* デフォルトフォントサイズ*/
* {
	font-size: 100%;
	margin: 0px;
	/*padding: 0px;*/
}

/* デフォルトbody設定*/
body {
	/*background-color: #FFFFFF;*/
	/*color:#000000;*/
	margin:0px;
	/*padding:0px;*/
}

/* デフォルトイメージ設定*/
img {
	border: none;
	vertical-align: bottom;
}

/* デフォルトリンク設定*/
A {
	COLOR: #03608b
}
A:visited {
	COLOR: #666699
}
A:active {
	COLOR: #cc0000
}

/* タイトルリンク設定*/

#example { /* 親ボックス */
	width: 760px;
	height: 85px;
	position: absolute;
	font-size:10px;
} 
#box1 { /* ボックス1 */ 
width: 110px; 
background-color: #ffd78c; 
position: absolute; 
top: 5px; 
left: 645px; 
} 

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

