@charset "UTF-8";

/*===========================================

【1】基本設定



============================================*/


/*-------------------------------------------
【1】基本設定
--------------------------------------------*/

body {
	font-size: 0.85em;
}


#header ul li.normal {
	width: 27px;
	height: 18px;
	background: url(../images/common/head_small_o.gif) no-repeat;
}

#header ul li.normal a {
	width: 27px;
	height: 18px;
}

#header ul li.big {
	width: 31px;
	height: 21px;
	background: url(../images/common/head_big_o.gif) no-repeat;
}

#header ul li.big a {
	width: 31px;
	height: 21px;
	background: url(../images/common/head_big.gif) no-repeat;
}

#header ul li.big a:hover {
	background: url(../images/common/head_big_o.gif) no-repeat;
}


/*------↓から追加しました ------*/
#header_new ul li.normal {
	width: 27px;
	height: 18px;
	background: url(../images/common/head_small_o.gif) no-repeat;
}

#header_new ul li.normal a {
	width: 27px;
	height: 18px;
}

#header_new ul li.big {
	width: 31px;
	height: 21px;
	background: url(../images/common/head_big_o.gif) no-repeat;
}

#header_new ul li.big a {
	width: 31px;
	height: 21px;
	background: url(../images/common/head_big.gif) no-repeat;
}

#header_new ul li.big a:hover {
	background: url(../images/common/head_big_o.gif) no-repeat;
}















































