@charset "euc-jp";

/* veritacafe.com Base Styles
 * maintained by RyusukeS
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */



/*==========================================================================================

	// 全体

==========================================================================================*/
body {
	width:100%;
	background:#fff;
	color:#333;
	font-size:10pt;
	font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "細明朝体";
	line-height:1.4;
}
#wrapper {
	border:none;
}


/*==========================================================================================

	// 非表示

==========================================================================================*/
#gHeader,
#gFooter,
#headerMiniNav,
#gNavi,
#sideCol,
#adBox02,
#backnumBox
{
	display:none;
}



