@charset "euc-jp";

/* veritacafe.com Base Styles
 * code by Ryusuke Suzuki
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */

/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
	
	
/* 全体（コンテンツ全体を囲んでます）
==========================================================================================*/
body {
	width:100%;
	background:#fff;
	color:#333;
	font-size:10pt;
	font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "細明朝体";
	line-height: 140%;
}
#wrapper {
	border:none;
}


/* 非表示
==========================================================================================*/
#gHeader,
#gFooter,
#headerMiniNav,
#gNavi,
#sideCol,
#adBox02,
#backnumBox
{
	display:none;
}


