﻿@charset "UTF-8";

/*
/////////////////////////////////////
SUB MENU
/////////////////////////////////////
*/

#ContentsArea .SubMenu ol li.MenuSougyourinen {
	width: 103px;
	background: url(../images/submenu_sougyourinen.gif) left bottom no-repeat;
}

#ContentsArea .SubMenu ol li.MenuSougyourinen a {
	background: url(../images/submenu_sougyourinen.gif) no-repeat;
}

#ContentsArea .SubMenu ol li.MenuOutline {
	width: 128px;
	background: url(../images/submenu_outline.gif) left bottom no-repeat;
}

#ContentsArea .SubMenu ol li.MenuOutline a {
	background: url(../images/submenu_outline.gif);
}

#ContentsArea .SubMenu ol li.MenuMedia {
	width: 114px;
	background: url(../images/submenu_media.gif) left bottom no-repeat;
}

#ContentsArea .SubMenu ol li.MenuMedia a {
	background: url(../images/submenu_media.gif) no-repeat;
}

#ContentsArea .SubMenu ol li.MenuPress {
	width: 126px;
	background: url(../images/submenu_press.gif) left bottom no-repeat;
}

#ContentsArea .SubMenu ol li.MenuPress a {
	background: url(../images/submenu_press.gif);
}

#ContentsArea .SubMenu ol li.MenuAccess {
	width: 87px;
	background: url(../images/submenu_access.gif) left bottom no-repeat;
}

#ContentsArea .SubMenu ol li.MenuAccess a {
	background: url(../images/submenu_access.gif);
}

#ContentsArea .SubMenu ol li.MenuSougyourinen a:hover,
#ContentsArea .SubMenu ol li.MenuSougyourinen a:active,
#ContentsArea .SubMenu ol li.MenuOutline a:hover,
#ContentsArea .SubMenu ol li.MenuOutline a:active,
#ContentsArea .SubMenu ol li.MenuMedia a:hover,
#ContentsArea .SubMenu ol li.MenuMedia a:active,
#ContentsArea .SubMenu ol li.MenuPress a:hover,
#ContentsArea .SubMenu ol li.MenuPress a:active,
#ContentsArea .SubMenu ol li.MenuAccess a:hover,
#ContentsArea .SubMenu ol li.MenuAccess a:active {
	background-position: left bottom;
}



