@charset "utf-8";

/*-----------------------------------------------------
	Kosugi CSS Skin Settings
	FileName:   index.css
	Version:    2009.01.25
-----------------------------------------------------*/

/*=============================================

	*** CSS Index ***
	   
	[1] Seach
	[2] Office
	[3] Shop
	[4] Souko
	[5] Osusume

===============================================*/

/*-----------------------------------------------------
	[1] Seach
----------------------------------------------------- */

#search {
	width: 720px;
	height: 128px;
	background: url(../images/search_bg.gif) no-repeat;
	margin: 10px auto;
	padding: 0px;
	}
		#search ul {
		width: 135px;
		margin: 0;
		padding: 40px 0 0 0;
		}
		#search ul li{
		background: url(../images/ya02.gif) left no-repeat;
		padding-left: 18px;
		margin-left: 10px;
		font-size: 1.2em;
		}

#search01 {
	background: url(../images/search01.gif) no-repeat;
	width: 152px;
	height: 107px;
	float: left;
	position: relative;
	top: 10px;
	left: 228px;
	margin-right: 10px;
	}
#search02 {
	background: url(../images/search02.gif) no-repeat;
	width: 153px;
	height: 107px;
	float: left;
	position: relative;
	top: 10px;
	left: 228px;
	margin-right: 10px;
	}
#search03 {
	background: url(../images/search03.gif) no-repeat;
	width: 153px;
	height: 107px;
	float: left;
	position: relative;
	top: 10px;
	left: 228px;
	}


/*-----------------------------------------------------
	[2] Office
----------------------------------------------------- */

#office_ttl {
	background: url(../images/office_ttl.gif) top no-repeat;
	width: 720px;
	height: 36px;
	}
#office_ttl a {
	background:url(../images/office_list.gif) no-repeat;
	width: 201px;
	height: 26px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/	
	position: relative;
	top: 10px;
	right: 18px;
	float: right;
	}
	#office_ttl a:hover{filter: alpha(opacity=70); -moz-opacity:0.6; opacity:0.6;}
	
/*-----------------------------------------------------
	[3] Shop
----------------------------------------------------- */

#shop_ttl {
	background: url(../images/shop_ttl.gif) top no-repeat;
	width: 720px;
	height: 36px;
	}
#shop_ttl a {
	background:url(../images/shop_list.gif) no-repeat;
	width: 233px;
	height: 26px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
	position: relative;
	top: 10px;
	right: 18px;
	float: right;
	}
	#shop_ttl a:hover{filter: alpha(opacity=70); -moz-opacity:0.6; opacity:0.6;}
	
/*-----------------------------------------------------
	[4] Souko
----------------------------------------------------- */

#souko_ttl {
	background: url(../images/souko_ttl.gif) top no-repeat;
	width: 720px;
	height: 36px;
	}
#souko_ttl a {
	background:url(../images/souko_list.gif) no-repeat;
	width: 158px;
	height: 26px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
	position: relative;
	top: 10px;
	right: 18px;
	float: right;
	}
	#souko_ttl a:hover{filter: alpha(opacity=70); -moz-opacity:0.6; opacity:0.6;}

/*-----------------------------------------------------
	[5] Osusume
----------------------------------------------------- */

#os_ttl {
	background: url(../images/os_ttl.gif) top no-repeat;
	width: 720px;
	height: 36px;
	}
#os_ttl a {
	background:url(../images/os_list.gif) no-repeat;
	width: 189px;
	height: 26px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/	
	position: relative;
	top: 10px;
	right: 18px;
	float: right;
	}
	#os_ttl a:hover{filter: alpha(opacity=70); -moz-opacity:0.6; opacity:0.6;}

	
