/*　タブエリア設定　*/
#tabArea {
	margin:0px auto 0;
	width:100%;
	text-align:left;
	}

/*　タブグループ　*/
#tabtabGroup {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	}
	
/*　タブ　li設定　*/
#tabGroup li {
	text-align:center;
	float:left;
	}	
	
/* タブの間隔　*/
#tab01 a,
#tab02 a,
#tab03 a, 
#tab04 a {
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 108%;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

/*　タブの色　*/
#tab01 a:link,
#tab01 a:visited {
	background: #E46F6F;
	display: block;
}

#tab02 a:link,
#tab02 a:visited {
	background: #F1C15A;
	display: block;
}

#tab03 a:link,
#tab03 a:visited {
	background: #7DA96C;
	display: block;
}

#tab04 a:link,
#tab04 a:visited {
	background: #4B73AE;
	display: block;
}


/*　タブのロールオーバー　*/
#tab01 a:hover {
	background: #EC9A9A;
	display: block;
}
#tab02 a:hover {
	background: #F5D48C;
	display: block;
}
#tab03 a:hover {
	background: #A4BE98;
	display: block;
}
#tab04 a:hover {
	background: #819DC6;
	display: block;
}


/*　コンテンツ　全体設定　*/
#contents01,
#contents02,
#contents03,
#contents04 {
	height: 400px;
	clear: both;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	line-height: 150%;
}

/*　各コンテンツ設定　*/
#contents01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E46F6F;
	background: url(../img/tab_contents_bg1.gif) repeat-x;
}
#contents02 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F1C15A;
	background: url(../img/tab_contents_bg2.gif) repeat-x;
}
#contents03 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7DA96C;
	background: url(../img/tab_contents_bg3.gif) repeat-x;
}
#contents04 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4B73AE;
	background: url(../img/tab_contents_bg4.gif) repeat-x;
}
