﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

/* TAB MENU   
----------------------------------------------------------*/
div.menu
{
    padding: 0px 0px 0px 0px;
    float: left;
    width:100%;
    font-size:11pt;
	/* margin-top:-1px; */
	margin-top:0px;
	z-index:999;
    border-top   : 1px #7D3C4A solid;
    border-bottom: 1px #7D3C4A solid;
    
}
#menu ul{ 
    position: relative;
    /* left:10px; */
    float:left;
    margin: 0; 
    padding: 0 10px 0 10px; 
    list-style: none; 
}
#menu li 
{
    position: relative;
    left: 0;
    float:left;
    /* IE6対応 */
    /* line-height:1.5; */
}
#menu li span
{
    position: relative;
    top:5px;
}
#menu li a{
    display: block; 
    background: url('/Content/themes/menu/images/menu_back1.png') repeat; 
    border: 2px solid transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px, 0px, 0px, 0px;
    text-decoration: none;
    color: #333;
    /* width: auto; */ 
    width: 130px; 
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 11pt;
}
#menu li a:hover{
    display: block; 
    background: url('/Content/themes/menu/images/menu_back_hover1.png') repeat; 
    text-decoration: underline;
}

/******* メニューコントロール *******/
/*
#Menubar
{
	position:relative;
	padding:0 0 0 0;
	width:100%;
	z-index:999;
}
*/

.menuHeader
{
    position: relative;
    margin: 0px;
    width: 100%;
    
}

.menuImg
{
    display: block;
    text-align: right;
    vertical-align:bottom;
    width: 15px;
    float:right;
    z-index:1;
}
