@charset "utf-8";
/* style-l.css */


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	letter-spacing	: 0.1em;
	line-height		: 1.6;
	font-size		: 16px;
}


/* ボタンの表示状態
--------------------*/
table.switch td.text_defalut a{
	background	: transparent url(../img/parts/btn/btn_standerd.png) no-repeat;
	display		: block;
	width		: 50px;
	height		: 31px;
	cursor		: pointer;
}

table.switch td.text_defalut a:hover {
	background	: transparent url(../img/parts/btn/btn_standerd_on.png) no-repeat;
	display		: block;
	width		: 50px;
	height		: 31px;
	cursor		: pointer;
}

table.switch td.text_large a {
	background	: transparent url(../img/parts/btn/btn_large_on.png) no-repeat;
	display		: block;
	width		: 50px;
	height		: 31px;
	cursor		: pointer;
}


table.switch td.text_large a:hover {
	background	: transparent url(../img/parts/btn/btn_large_on.png) no-repeat;
	display		: block;
	width		: 50px;
	height		: 31px;
	cursor		: pointer;
}