@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

/* 共通
--------------------------------------------------------------------------- */
#fontSize dl .small{
	background-position	: center top;
}

#fontSize dl .medium{
	background-position	: center top;
}

#fontSize dl .large{
	background-position	: center bottom;
}

body { font-size : 120% !important;}

#fontColor dl dt,
#fontSize dl dt{
	margin			: -1px 5px 0 0;
	float			: left;
}

#headerBlock,
#headerTop{
	_font-size	: 70%; /*IE6*/
	*font-size	: 70%; /*IE7*/
}

/*クロム*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#fontColor dl dt,
#fontSize dl dt{ 
	margin	: 5px 5px 0 0;
}
}

#fontColor dl dt,
#fontSize dl dt{ 
	margin	: 5px 5px 0 0\9; /*IE8*/
	*margin	: 5px 5px 0 0; /*IE7*/
	_margin	: 5px 5px 0 0; /*IE6*/
}

/* --- icon --- */
.iconGray{
	background-position	: 0px 10px;
}

.iconPink{
	background-position	: 0px 10px;
}

.ulPink li{
		background-position	: 0px 10px;
}

.ulRed li {
	background-position	: 0 10px;
}

.footerBtn{
	margin-top		: 0px;
	margin-bottom	: 20px;
}

/* top
--------------------------------------------------------------------------- */
.adsTitle p{
	top	: 2px;
}