﻿@charset "utf-8";

ul li.menu1 {
     margin-left: 0px;
}
div#flasharia {
	width: 760px;
}
div#topmenu {
	height: 207px;
	width: 213px;
	background-image: url(img/topmenu_bg.gif);
	background-repeat: no-repeat;
	float: left;
}


ul li.menu1 a { 
     display: block;
     width: 43px;
     height: 175px;
     background: transparent url(img/top_menu_1.jpg) no-repeat 0px 0px;
	 text-indent:-100px;
	 overflow:hidden;
}

ul li.menu1 a:hover,
ul.head li a:active {  
     background-position: 0px;
     background: transparent url(img/top_menu_1_o.jpg) no-repeat 0px 0px;
}

ul li.menu2 {
     margin-left: 4px;
}

ul li.menu2 a{  
     display: block;
     width: 43px;
     height: 175px;
     background: transparent url(img/top_menu_2.jpg) no-repeat 0px 0px;
 	 text-indent:-100px;
	 overflow:hidden;
}

ul li.menu2 a:hover,
ul li.menu2 a:active { 
     background-position: 0px;
     background: transparent url(img/top_menu_2_o.jpg) no-repeat 0px 0px;
}

ul li.menu3 {
     margin-left: 5px;
}

ul li.menu3 a{  
     display: block;
     width: 43px;
     height: 175px;
     background: transparent url(img/top_menu_3.jpg) no-repeat 0px 0px;
 	 text-indent:-100px;
	 overflow:hidden;
}

ul li.menu3 a:hover,
ul li.menu3 a:active { 
     background-position: 0px;
     background: transparent url(img/top_menu_3_o.jpg) no-repeat 0px 0px;
}


ul li.menu4 {
     margin-left: 5px;
}

ul li.menu4 a{ 
     display: block;
     width: 43px;
     height: 175px;
     background: transparent url(img/top_menu_4.jpg) no-repeat 0px 0px;
 	 text-indent:-100px;
	 overflow:hidden;
}

ul li.menu4 a:hover,
ul li.menu4 a:active {
	background-position: 0px;
　
     background: transparent url(img/top_menu_4_o.jpg) no-repeat 0px 0px;
	background-image: url(img/top_menu_4_o.jpg);
}

.navi_menu{
 	width:300px;
	margin-top:10px;
	text-align:left;
	}

.navi_menu a { 
    color:#B00000;
    font-siza:12px;
}

.navi_menu a:hover{
	text-decoration: underline;
	color: #0033CC;
}
#topmenu ul {
	width: 200px;
	text-align:left;
	padding-left:14px;
	margin-top: 10px;
}

