﻿.LmenuV_simple
{
float:left;
margin:0 0 10px;
padding:0;
width:760px;
}

.LmenuV_simple .LVh_section
{
float:left;
width:760px;
}

.LmenuV_simple .LVh_section h2
{
display:none;
font-size:15px;
font-weight:bold;
}

.LmenuV_simple .LVh_section UL 
{ 
 float:left;
 color:black;
 font-size:small;
 font-weight:normal;
 margin:0;
 padding:1px 10px;
 text-align:left;
 width:740px;
} 

.LmenuV_simple .LVh_section LI 
{ 
background:url("icon.gif") no-repeat scroll left 12px;
border-bottom:1px dotted #C0C0C0;
font-size:small;
list-style-type:none;
margin:0 0 0 10px;
padding:6px 0;
text-align:left;
} 

.LmenuV_simple .LVh_section ul li a
{
 display:block;
 margin:0;
 padding:2px 0 0 13px;
 line-height:1.1;
 margin:0;
}

.LmenuV_simple .LVh_section .modoru
{
float:left;
font-size:1px !important;
padding:0 10px;
width:710px;
}

.LmenuV_simple .LVh_section .modoru a
{
 background: url("../../../Images/page_return_icon.gif") no-repeat left center;
 font-size:small;
 margin:0;
 padding:2px 5px 0 15px;
 text-decoration:none;
}


/*= リンク設定 =*/
.LmenuV_simple li a:link
{
 text-decoration:none;
}

.LmenuV_simple li a:visited
{
 text-decoration:none;
}

.LmenuV_simple li a:hover
{
 text-decoration:underline;
}

.LmenuV_simple li a:active
{
 text-decoration:none;
}

.LmenuV_simple .LVh_section .modoru a:hover
{
text-decoration:underline;
color:#800080;
}