@charset "UTF-8";

.TabbedPanels {
	margin: 0;
	padding: 0;
	clear: both;
	width: 560px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0;
	padding: 0;
}

#tabPanel1 .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding:0;
	margin:0;
	font-size: 12px;
	text-align:center;
	color:#3667b4;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:44px;
	height:20px;
	background-image:url(../img/common/tab/tab_c1.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#tabPanel1 .TabbedPanelsTabHover {
	background-color: #CCC;
	background-image:url(../img/common/tab/tab_c1_hover.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:20px;
}
#tabPanel1 .TabbedPanelsTabSelected {
	background-color: #CCC;
	background-image:url(../img/common/tab/tab_c1_onpage.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
}

#tabPanel1 .TabbedPanelsTab_manual {
	position: relative;
	top: 1px;
	float: left;
	padding:0;
	margin:0;
	font-size: 12px;
	text-align:right;
	color:#3667b4;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:200px;
	height:20px;
	background:none;
}
#tabPanel1 .TabbedPanelsTab_manual a {
	text-decoration:none;}

#tabPanel2 .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding:0;
	margin:0;
	font-size: 12px;
	text-align:center;
	color:#ff3366;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:44px;
	height:20px;
	background-image:url(../img/common/tab/tab_c3.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#tabPanel2 .TabbedPanelsTabHover {
	background-color: #CCC;
	background-image:url(../img/common/tab/tab_c3_hover.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#tabPanel2 .TabbedPanelsTabSelected {
	background-color: #EEE;
	background-image:url(../img/common/tab/tab_c3_onpage.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

#tabPanel1 .TabbedPanelsContentGroup {
	clear: both;
	border:solid 1px #3399cc;
	margin: 0;
	padding:0;
	/*font-size: 14px;*/
	text-align:left;
}
#tabPanel2 .TabbedPanelsContentGroup {
	clear: both;
	border:solid 1px #ff3366;
	margin: 0;
	padding:0;
	/*font-size: 14px;*/
	text-align:left;
}

#tabPanel1 .TabbedPanelsContent {
	height:150px;
	padding: 10px 15px 5px 15px;
}

#tabPanel2 .TabbedPanelsContent {
	padding: 10px 15px 5px 15px;
}

.TabbedPanelsContentVisible {
}


/* [ ALL ] ===============================================================================================*/

/* < ALL > ----------------------------*/
#tab-contents.TabbedPanels {
	margin:0;
	padding: 0px;
	clear: both;
}

/* < TAB AREA > ----------------------------*/
#tab-contents.TabbedPanelsTabGroup {
	margin: 0 40px;
	padding: 0px;
}

#tab-contents .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 20px 0px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color:#660000;
	list-style: none;
	border-left: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

#tab-contents .TabbedPanelsTabHover {
	color:#CC0000;
	background-color:#FFCCCC;
}

#tab-contents .TabbedPanelsTabSelected {
	color:#333333;
	background-color: #CCC;
}

#tab-contents .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* < CONTENTS AREA > ----------------------------*/
#tab-contents .TabbedPanelsContentGroup {
	clear: both;
	margin: 0;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color:#333333;
	line-height: 22px;
	letter-spacing: 0.05em;
}

#tab-contents .TabbedPanelsContent {
	padding: 0;
}

#tab-contents .TabbedPanelsContentVisible {
}	
