@charset "UTF-8";
/*
第2階層contentsArea設定CSS
*/

/* ★★★★★ contentsArea lyout style ★★★★★ ★★★★★ ★★★★★ ★★★★★ ★★★★★ */
#contentsArea {
	background:url(../images/cmn/title_bg.gif) repeat-x;
	width:100%;
	background-color:#FFF;
}
/* pageTitle ********** */
#pageTitle {
	margin:0 auto;
	width:760px;
}
#category {
	display:inline;/*ie5のバグ回避？*/
	float:left;
	width:190px; height:60px;
	font-size:0px;
}
#title {
	float:right;
	width:570px; height:60px;
	font-size:0px;
}
/* ********** ********** */

/* mainContents ********** */
#mainContents {
	clear:both;
	margin:0 auto;
	width:760px;
	background:url(../images/cmn/side_bg.gif) repeat-y;
}
/* ********** ********** */

/* SideMenu ********** */
#sideMenu { width:190px; }
/* ********** ********** */
/* ★★★★★ ★★★★★ ★★★★★ ★★★★★ ★★★★★ ★★★★★ ★★★★★ ★★★★★ */