﻿#tabs2
{
	padding:0;
	margin:0;
	font-size:12px;
	color:#FFF;
	font-family: メイリオ;
}
#tabs2 ul
{
	list-style:none;
	margin:0;
	padding:0;
} 
#tabs2 ul li
{
	display:inline;
	margin:0;
} 
#tabs2 ul li a
{
	padding: 5px 16px;
	float: left;
	text-decoration: none;
	border: 1px solid white;
	border-left: 0;
	margin: 0;
	background-color: white;
	color: black;
} 
#tabs2 ul li a:hover
{
	background: #B8A2D2;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid white;
} 
#tabs2 ul li a.selitem
{
	background: white;
	color: #6C4898;
	text-decoration: none;
	border-bottom: 1px solid white;
	font-weight: bold;
} 
