/* CSS Document */

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

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

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

/* デフォルトリンク設定*/
a:link {
	color:						#0000FF;
}
a:visited {
	color:						#666699;
}
a:hover {
	color:						#cc0000;
	position:					relative;
	top:							1px;
	left:							1px;
}

/* タイトルリンク設定*/
#top_td1 {
	position:					relative;
	float:						right;
	font-size:10px;
}

#top_image1 {
	z-index:					1;
	position:					relative; 
}

#box1 { /* ボックス1 */ 
	width:						110px;
	position:					absolute;
	top:							10px;
	right:						0px;
	z-index:					2;
} 

/* メニューバーの文字固定 */ 
.T1 {
	font-size:				14px;
}
