* {
	margin:0;
	padding:0;
	}


p.backto {
	margin:0 0 30px 10px;
	text-align:left;
	}

a {
	color:#099;
	text-decoration:none;
	}

a:hover	{
	color:#099;
	text-decoration:underline;
	}



body#tab_sample div#javascript_tab {
	margin:10px auto 0 auto;
	padding: 0;
	text-align:left;
	}

div#javascript_tab ul#tab {
	margin:0;
	width:100%;
	padding-top: 0;
	padding-right: 0;
	/*padding-bottom: 25px;*/
	padding-left: 0;
	}

html*div#javascript_tab ul#tab {
	margin:0;
	padding: 0;
}

#tab title {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FF9900;
}
	

#javascript_tab ul{
	margin:0;
	padding:0;
}

div#javascript_tab ul#tab li {
	margin:0 3px 0 0;
	padding:0.25em 3px 0.25em 3px;
	text-align:center;
	float:left;
	list-style-type: none;
	font-size: 87.5%;
	background-image: url(../images/bg_tab_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F0F0F0;
	font-family:  "MS UI Gothic", "ＭＳ Ｐゴシック","ＭＳ ゴシック";
}



div#javascript_tab ul#tab li.selected {
	background-color:#F8F4CE;
	list-style-type: none;
	background-image: url(../images/bg_tab_on.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFD200;
	border-right-color: #FFD200;
	border-left-color: #FFD200;
	font-family:  "MS UI Gothic", "ＭＳ Ｐゴシック","ＭＳ ゴシック";
	}

div#javascript_tab ul#tab li.selected a {
	color:#333333;
	}


#tab_1, #tab_2, #tab_3, #tab_4, #tab_5, #tab_6 {
	margin:0 0 0 0;
	padding:0;
}

.tabCont {
	margin: 0 0 2em 0;
	padding: 5px 5px 5px 65px;
	background-color: #FBF1B7;
	background-image: url(../images/bg_naiyou.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tabCont:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.tabCont ul {
	display: block;
	padding: 0px;
	margin: 0;
	clear: both;
}

.tabCont li {
	display: inline;
	list-style: none;
	vertical-align: middle;
	padding : 0 5px;
	margin: 10px 0;
	font-size: 78%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.tabCont li.lastli {
	border-right-style: none;
}
