@charset "Shift_JIS";

/*body
{
	width:100%;
	font-size: 75%;
	font-family: 'Trebuchet MS', 'Georgia', 'Tahoma', 'Verdana', 'ＭＳ ゴシック', 'Osaka';
	color: #363636;
	background: #f7f7f7;
	
	line-height: 1em;
}
*/
/*a:link    { color: #525252; }
a:visited { color: #525252; }
a:hover   { color: #159dbf; }
a:active  { color: #159dbf; }*/
a{text-decoration: none;}


/*-----------------------------------------
  タブスタイル
 -----------------------------------------*/

.TabContent
{
	position: relative;
	top: -1px;
	z-index: 1;
	border: 1px solid #DDDDDD;
	background: ;
	padding: 10px;
}

.TabBlock
{
	visibility: hidden;
	position: absolute;
}

ul.Tab
{
	margin: 0;
	padding: 0;
	}
	ul.Tab li
	{
		width:18%;
		font-size:16px;
		position: relative;
		float: left;
		margin-right: -1px;
		padding: 3px;
		list-style: none;
		background:#EDF2FF;
		border: 1px solid #DDDDDD;
		border-bottom: none;
		text-align:center;
		cursor:pointer;
		}
	ul.Tab li:hover
	{
		width:18%;
		font-size:16px;
		position: relative;
		float: left;
		margin-right: -1px;
		padding: 3px;
		list-style: none;
		background:#BEDFF1;
		border: 1px solid #DDDDDD;
		border-bottom: none;
		text-align:center;
		cursor:pointer;
		}
	ul.Tab li.active
	{
		background: #bedff1;
		z-index: 2;
	}
