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

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:  #333399 }
a:visited { color: #00006E }
a:hover { color: #e87400;
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;
}

