@charset "shift-jis";

/*
=========================================================
Editor			 : CLSTK
Version		 : 1.3.2
Since			 : 2007-10-02
Last Up Date	 : 2007-10-30
=========================================================

[TOC]
- [001] Common
- [002] link
- [003] img
- [004] page-break
- [005] display:none
- [006] float: none;
- [007] table setting
- [008] background:none
- [009] width
- [010] text setting
- [011] margin setting

------------------------------------------------------
*/
/* [001] Common
------------------------------------------------------*/
@page {
	size: 7in 9.25in;
	margin: 15mm 0mm 15mm 0mm;
}
body {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

/* [005] display: none;
------------------------------------------------------*/
.utilityNavi,
#searchBlock,
#globalNavi,
#topicPath,
.pagetop,
#naviBlock,
.backBBS,
hr.hide,
.topicPathBox,
.btmNaviBox01,
.btmNaviBox02 {
	display: none !important;
}
/* [008] background:none
------------------------------------------------------*/
body,
#container,
#header,
#article,
#contentBlock,
#footer {
	background-image:none !important;
	background-color:#ffffff;
}
/* [009] width
------------------------------------------------------*/
#container,
#header,
#article,
#contentBlock,
#footer { /*border:1px solid #ff0000;*/
	width:98% !important;
}
/* [010] text setting
------------------------------------------------------*/
body {
	line-height: 1.5;
	letter-spacing: 1px;
}
#article {
	margin: 0;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", sans-serif;
}

#footer {
	margin:20px 0 0 0;
	padding:5px 0 0 0;
	border-top:1px solid #E0E0E0;
}

#article,
.utilityBox {
	border:none !important;
	margin: 10px 0 0 0;
}

.attention {
	margin:5px;
}




/* EOF*/