@charset "utf-8";

/* =================================================
	Common
================================================= */
body {
	font-family: Verdana, Arial, 'Lucida Grande', Tahoma, sans-serif;
}

/* =================================================
	Category menu
================================================= */
#menu2 a span {
font-size:12px;
}
#menu2 ul {
	padding:10px 0 0 35px;
}

div#main_contents{
	position: relative;
}


/*	switch(adult,general)
================================================= */
a.switch_gen_en,
a.switch_adt_en {
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	right: -10px;
}
a.switch_gen_en {
	background-image: url(img_lang/lang_en.20110307.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.switch_gen_en:hover {
	background-position: -120px 0px;
}
a.switch_adt_en {
	background-image: url(img_lang/lang_en.20110307.png);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
a.switch_adt_en:hover {
	background-position: -120px -34px;
}
