/* ■エリア */

#menulogo-eria{
width:210px;
height:120px;
background-image:url(/image/basic/menu_r1_c1.gif);
background-repeat:no-repeat;
}

/* ■フォント */

.menugroup1{
list-style-type : none;	/* マークなし */
list-style-position : outside;	/* マークは領域外に配置 */
padding-top : 1px;	/* 重ねあわせによる位置調整 */
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;	/* 左位置の調整 */
margin-right : 0px;
margin-bottom : 0px;
}
.menugroup1m{
font-size:medium;
font-weight:bold;
line-height : 1.5em;	/* 行の高さ */
text-align : left;	/* テキストの中央寄せ */
padding-top : 10px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 10px;
margin-top : -1px;	/* ボーダーの重ね合わせ */
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}
.menugroup1m a{	/* ★アンカーの領域をリスト領域全体に指定 */
display : block;
width : 95%;
line-height : 1.5em;
}
.menugroup1m A:LINK{
text-decoration : none;
padding-left:10px;
}
.menugroup1m A:VISITED{
text-decoration : none;
padding-left:10px;
}
.menugroup1m A:HOVER{
text-decoration:underline;
background-color: #F0F0E0;
padding-left:13px;
}

/* ■フォント */

.menugroup2m{
line-height : 1.5em;	/* 行の高さ */
text-align : left;	/* テキストの中央寄せ */
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : -1px;	/* ボーダーの重ね合わせ */
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}

.menugroup2m a{	/* ★アンカーの領域をリスト領域全体に指定 */
display : block;
width : 95%;
line-height : 1.5em;
}
.menugroup2m A:LINK{
text-decoration : none;
padding-left:10px;
}
.menugroup2m A:VISITED{
text-decoration : none;
padding-left:10px;
}
.menugroup2m A:HOVER{
color:#6699cc;
text-decoration:underline;
background-color: #F0F0E0;
padding-left:13px;
}


