/* 基本 */
@charset "utf-8";

#TITLE {
	width: 100%;
	background-image: url('/img/usrfiles/en/92_DEFAULT_bg_deftit.png');
	background-repeat: repeat;
	padding: 1em;
	margin: 0;
	border-bottom: 5px solid #eee;
}
/* ----------------- SP ------------------- */
@media screen and (max-width: 750px) {
#BODY {
    width: auto;
}
}
/* ----------------- PC and iPad ------------------- */
@media screen and (min-width: 749px) {
#BODY {
    width: 750px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#MENUV {
	width:  240px;	
}
}