@charset "UTF-8";
#cont_left #rosen {
	background-image: url(../images/tabbg.jpg);
	background-repeat: no-repeat;
	background-position: 32px 29px;
	margin-bottom: 10px;
}
#tab_aria {
	padding-top: 2px;
}

#cont_left #rosen_left {
	background-image: url(../images/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right 1px;
	background-image: url(../images/tab_right.jpg);
}


.TabbedPanelsTabGroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 31px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/tab_rosenzu.jpg);
	height: 21px;
	width: 168px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-position: left bottom;
}
.TabbedPanelsTab2 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../images/tab_area.jpg);
	background-repeat: no-repeat;
	width: 150px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center bottom;
	height: 21px;
	text-indent: -9999px;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTab2Hover {
	background-color: #0CF;
}

.TabbedPanelsTabSelected {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	height: 252px;
	width: 552px;
	margin-left: 46px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.TabbedPanelsContent {
	padding: 0px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
#submenu table tr td a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}

