.uniform, ul.uniform-menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* ▼アコーディオンメニュー部分 */
.l-side{
  float: left;
  width: 150px;
  margin-right: 0px;
  background: #333;
  padding-bottom: 8px;
  border-radius: 5px;
  display: table-cell;
  vertical-align: top;
}

.l-main{
  margin-left:200px;
}

.logo{
  font-size: 16px;
  padding: 15px 0;
  letter-spacing: 0.6em;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #444;
  font-weight: bold;
}

.uniform {
  display: block;
  text-decoration: none;
}

.uniform-item {
  border-bottom: 1px solid #444;
}

.uniform-title {
  display: block;
  font-size: 16px;
  line-height: 46px;
  cursor: pointer;
	font-weight: bold;
  color: #fff;
  padding: 0 14px;
  text-decoration: none;
}

.uniform-title:hover{
  background: #444;
	color: white;
}

/*.uniform-title.ui-accordion-header-active{
  border-left: 5px solid #1c6;
  padding-left: 9px;
	color: white;
}*/

.uniform-menu{
  display: none;
}

.uniform-menu-item a{
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  padding: 0 14px;
}

.uniform-menu-item a:hover{
 background: #777;
}

/* ▼画像表示部分 */
/* ▼表示領域全体 */
div#img-uniform{
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: top;
}

/* ▼カラーパレット部分 */
/* ▼表示領域全体 */
div.tabbox{
  margin: 0px;
  padding: 0px;
  width: 200px;
  display: table-cell;
  vertical-align: top;
}

.uniform-palette{
	padding: 0px;
}
.uniform-palette > tbody > tr > td{
	padding: 3px;
}

/* タブ中身のボックス */
div.tab {
  padding: 5px 5px 5px 5px;
  overflow: auto;
  clear: left;
}

div#body1, div#body2, div#body3, div#border1,
div#argyl1, div#army1,div#gingham1, div#honeycomb1,
div#gradation1 {
  clear:both;
  border-top: solid 10px #ff3300;
  border-bottom: solid 5px #ff3300;
  border-left: solid 5px #ff3300;
  border-right: solid 5px #ff3300;
}

div#arm1, div#arm2, div#sode1{
  clear:both;
  border-top: solid 10px #3333ff;
  border-bottom: solid 5px #3333ff;
  border-left: solid 5px #3333ff;
  border-right: solid 5px #3333ff;
}

div#neck1, div#neck2, div#neck3, div#neck4, div#neck5, div#neck6, div#neck7 {
  clear:both;
  border-top: solid 10px #33cc33;
  border-bottom: solid 5px #33cc33;
  border-left: solid 5px #33cc33;
  border-right: solid 5px #33cc33;
}
div#number1, div#number2, div#number3, div#number4 {
  clear:both;
  border-top: solid 10px #800080;
  border-bottom: solid 5px #800080;
  border-left: solid 5px #800080;
  border-right: solid 5px #800080;
}

div#team1,div#team2  {
  clear:both;
  border-top: solid 10px #ff0080;
  border-bottom: solid 5px #ff0080;
  border-left: solid 5px #ff0080;
  border-right: solid 5px #ff0080;
}

div#wappen1 {
  clear:both;
  border-top: solid 10px #f79256;
  border-bottom: solid 5px #f79256;
  border-left: solid 5px #f79256;
  border-right: solid 5px #f79256;
}

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

p.tabset a {
  margin: 0;
  padding: 0;
  background-color: blue;
  color: yellow;
  display: block;
  width: 5em;
  float: left;
  text-align: center;
}

p.tabset a:hover{
  background-color: yellow;
  color: black;
}
p.tabset a:after{
  clear: both;
}

div.tab a {
  margin: 0;
  padding: 0;
  background-color: blue;
  color: yellow;
  display: block;
  width: 5em;
  float: left;
  text-align: center;
}

div.tab a:hover{
  background-color: yellow;
  color: black;
}

/* ▼ボックス内部の装飾(今回のテクニックとは無関係) */
div.tabbox div.tab p {
  margin: 0.5em;
}
div.tabbox div.tab p.fonts {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px double gray;
}

.contact-form{
  clear: left;
}

