/* 全体の枠 */
body {
	margin-left : 30px;
}

/* タイトルバナー */
div.title {
	width : 850px;
	height : 20px;
	text-align : left;
	vertical-align : middle;
	padding : 5px;
	border-bottom : #969696 1px solid;
	border-left : orange 40px solid;
}
/* タイトルバナー */
span.title {
	margin-left : 20px;
	width : 300px;
	height : 30px;
}

div.top-inner {
	margin-top : -5px;
	border-color : #a39dff;
	border-width : 2px 1px;
	border-style : solid;
	padding : 5px 10px;
}

div.link {
	width : 250px;
	position : absolute;
	top : 75px;
	left : 650px;
}

/* TAB中の文字 */
span.tab-center {
	height : 25px;
	text-align : left;
	vertical-align : top;
	padding : 3px 10px;
	color : #ffffff;
	font-weight : bold;
	background-color : #a39dff;
}

/* TABに使用している三角画像表示 */
span.tab-image {
	width : 50px;
	height : 30px;
	background-repeat : no-repeat;
	background-image : url("image/tab_right.gif");
}
