@charset "Shift_JIS";

/* ------------------------------
	1.GENERAL
	2.HEADER
	3.CATEGORY MENU
	4.FOOTER
------------------------------ */


/* ----- GENERAL ----- */
body {
	color: #0823AA;
}


#content {
/* 背景イメージ*/
	/*background: url("../img/tshirts/new_bg_main.jpg");*/
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

#mainbg {
	/* 砂浜画像
	background: url("../img/tshirts/bg_main.jpg") repeat-x 0 1px;
	*/
}



/* ----- MENU CATEGORY ----- */

#menu .category td.list {
	background: #0823AA;
}



