@charset "utf-8";


/*-------------------------------------
100618
leftsidemenu btn
---------------------------------------*/


div.side-menu { padding: 5px 0 0 0; }

div.side-menu ul {
	width: 211px;
	margin: 0;
	padding: 0;
	background-color: #333333;
	}
div.side-menu ul.menu-box li {
	float: left;
	display: block;
	width: 105px;
	height: 79px;
	}
div.side-menu ul.menu-box li.rgt {
	float: left;
	display: block;
	width: 106px;
	height: 79px;
	background-color: #cccccc;
	}
div.side-menu ul.search-bot li {
	clear: both;
	height:  36px;
	padding: 10px 0 0 0;
	display: block;
	background-image: url(../img/common/side_base.jpg);
	}
ul.menu-box li a.bot01 {
	width: 105px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_lft.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot02 {
	width: 106px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_rgt.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot03 {
	width: 105px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_lft.jpg);
	background-position: 0 -79px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot04 {
	width: 106px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_rgt.jpg);
	background-position: 0 -79px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot05 {
	width: 105px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_lft.jpg);
	background-position: 0 -158px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot06 {
	width: 106px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_rgt.jpg);
	background-position: 0 -158px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot07 {
	width: 105px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_lft.jpg);
	background-position: 0 -237px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot08 {
	width: 106px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_rgt.jpg);
	background-position: 0 -237px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot09 {
	width: 105px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_lft.jpg);
	background-position: 0 -316px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot10 {
	width: 106px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 79px;
	background-image: url(../img/common/side_rgt.jpg);
	background-position: 0 -316px;
	background-repeat: no-repeat;
	}
ul.search-bot li a.bot11 {
	width: 196px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 25px;
	margin: 0 auto;
	background-image: url(../img/common/side_search_bot.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}

/*---- on mouse ----*/
ul.menu-box li a.bot01:hover  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px 0;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot02:hover  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px 0;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot03:hover  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -79px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot04:hover  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -79px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot05:hover  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -158px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot06:hover  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -158px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot07:hover  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -237px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot08:hover  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -237px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot09:hover  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -316px;
	background-repeat: no-repeat;
	}
ul.menu-box li a.bot10:hover  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -316px;
	background-repeat: no-repeat;
	}
ul.search-bot li a.bot11:hover  {
	background-image: url(../img/common/side_search_bot.jpg);
	background-position: 0 -25px;
	background-repeat: no-repeat;
	}
/*---- serect ----*/
ul.menu-box li.sel a.bot01 {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px 0;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot02  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px 0;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot03  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -79px;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot04 {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -79px;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot05  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -158px;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot06  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -158px;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot07  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -237px;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot08  {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -237px;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot09  {
	background-image: url(../img/common/side_lft.jpg);
	background-position: -105px -316px;
	background-repeat: no-repeat;
	}
ul.menu-box li.sel a.bot10 {
	background-image: url(../img/common/side_rgt.jpg);
	background-position: -105px -316px;
	background-repeat: no-repeat;
	}


/*******Singlemenu************/
h5.singletitle{
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

div.txt ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}



