@charset "utf-8";
/* CSS Document */

#header *{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1.6em;
	border:0px;
}

#header{
	height:46px;
	border-top:3px solid #ED292B;
	position:relative;
	
	font-size:10px;

	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif !important;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",sans-serif;
}

#header .logo{
	position:absolute;
	top:10px;
	left:0px;
}

#header .link{
	position:absolute;
	top:15px;
	right:177px;
	line-height:1.6em;
}

#header .link ul li{
	float:left;
	margin-left:10px;
	line-height:1.2em;
}

#header .link ul li a{
	background:url(/common/images/arrow01.png) no-repeat 0px 50%;
	padding-left:10px;
}

#header .fontsizeswitcher{
	position:absolute;
	top:12px;
	right:0px;
	background:#E8E8E8;
	width:166px;
	height:23px;
}

#header .fontsizeswitcher dl dt{
	position:absolute;
	top:5px;
	left:9px;
}

#header .fontsizeswitcher dl dd ul{
	position:absolute;
	left:95px;
	top:3px;
}

#header .fontsizeswitcher dl dd ul li{
	float:left;
	margin-right:3px;
	width:17px;
	height:17px;
	cursor:pointer;
}

#header .fontsizeswitcher dl dd ul .li01{
	background:url(/common/images/fontsize_bg_01.png) 0px 0px;
}

#header .fontsizeswitcher dl dd ul .li02{
	background:url(/common/images/fontsize_bg_02.png) -20px 0px;
}

#header .fontsizeswitcher dl dd ul .li03{
	background:url(/common/images/fontsize_bg_01.png) -40px 0px;
}



