﻿
/* 段組クリア用水平1pxスペース(背景色:白) */
	div.menuhmargin {
		clear: both;
		width: 100%;
		height: 1px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
	    border-bottom: 0px solid white;
	    border-left: 0px solid white;
		border-right: 0px solid white;

		background-color: white;
		overflow: hidden;				/* IE6用おまじない */
	}

    a.menuitem1:link,a.menuitem1:visited
    {
    	display: block;
    	width: 196px;
    	height: 19px;
    	padding: 4px 0px 0px 4px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: black;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #c7d2e4;
    }
    a.menuitem1:hover
    {
    	display: block;
    	width: 196px;
    	height: 19px;
    	padding: 4px 0px 0px 4px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: white;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #808080;
    }
    div.menuitem1
    {
    	width: 196px;
    	height: 19px;
    	padding: 4px 0px 0px 4px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: white;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #004080;
    }

    a.menuitem2:link,a.menuitem2:visited
    {
    	display: block;
    	width: 188px;
    	height: 19px;
    	padding: 4px 0px 0px 12px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: black;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #c7d2e4;
    }
    a.menuitem2:hover
    {
    	display: block;
    	width: 188px;
    	height: 19px;
    	padding: 4px 0px 0px 12px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: white;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #808080;
    }
    div.menuitem2
    {
    	width: 188px;
    	height: 19px;
    	padding: 4px 0px 0px 12px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: white;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #004080;
    }

    a.menuitem3:link,a.menuitem3:visited
    {
    	display: block;
    	width: 180px;
    	height: 19px;
    	padding: 4px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: black;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #c7d2e4;
    }
    a.menuitem3:hover
    {
    	display: block;
    	width: 180px;
    	height: 19px;
    	padding: 4px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: white;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #808080;
    }
    div.menuitem3
    {
    	width: 180px;
    	height: 19px;
    	padding: 4px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: white;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        background-color: #004080;
    }

    div.menuspace1 
    {
    	width: 196px;
    	height: 40px;
    	padding: 4px 0px 0px 4px;
		margin: 0px 0px 0px 0px;
	    border-top: 0px solid white;
    	border-bottom: 1px white solid;
	    border-left: 0px solid white;
		border-right: 0px solid white;

        color: white;
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;

    	background-image: url('images/menublock_background.gif');
    }



