/* Unchanged */

/* level 0 inner */
.m0l0iout 
{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku GothicPro, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: right;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 0px;
  padding-left: 14px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku GothicPro, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	text-align: right;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 0px;
  padding-left: 14px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout 
{
	text-decoration : none;
	background-image: url(img/bg_nav.gif);
	background-color: #eeeeee;
	border-right: 1px solid #999999;
}
.m0l0oover 
{
	text-decoration : none;
	background-image: url(img/bg_nav.gif);
	background-color: #eeeeee;
	border-right: 1px solid #999999;
}


/* level 1 inner */
.m0l1iout 
{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku GothicPro, sans-serif;
	font-size: 13px;
  padding-top: 0px;
  padding-right: 14px;
  padding-bottom: 0px;
  padding-left: 14px;
	color: #FFFFFF;
}
.m0l1iover 
{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku GothicPro, sans-serif;
	font-size: 13px;
  padding-top: 0px;
  padding-right: 14px;
  padding-bottom: 0px;
  padding-left: 14px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout 
{
	text-decoration : none;
	background-color: #80afc2;
  border-top: #Cedfe7 2px solid;
  border-right: #5691ab 1px solid;
  border-bottom: #5691ab 2px solid;
  border-left: #5691ab 1px solid;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.m0l1oover 
{
	text-decoration : none;
	background-color: #5691ab;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
  border-top: #Cedfe7 2px solid;
  border-right: #5691ab 1px solid;
  border-bottom: #5691ab 2px solid;
  border-left: #5691ab 1px solid;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
