@charset "Shift_JIS";
/*======================================================
(C) 2000-2004 pnuts
Tested on   : IE6 on Windows works fine!
Type        : Cascading Style Sheet
Revision    : 2004/07/20
======================================================*/
HTML{		direction: ltr;}
BODY{		font-family: "Tahoma", Osaka,sans-serif; color: #333; background: #fef3eb no-repeat scroll top left; line-height: 150%;@margin-top: 20pt; margin-bottom: 0px; padding: 0;}

/* ===== Extension for IE ===== */
HTML{
scrollbar-track-color: #eee;
scrollbar-highlight-color: #999;	/* A in */
scrollbar-3dlight-color: #fff;		/* A out */
scrollbar-shadow-color: #999;		/* B in */
scrollbar-darkshadow-color: #fff;	/* B out */
scrollbar-arrow-color: #00f;
scrollbar-face-color: #fff;
word-break: break-all;
word-wrap: break-word;
}


H1{	font-weight: bold; font-size:medium;@line-height: normal; text-align: center;} 

H2{	font-weight: bold; font-size:medium;@line-height: 0; padding-left: 1%; padding-bottom: 0px;} 


PRE.mozi{	font-size:medium;
		white-space: -moz-pre-wrap ;
		white-space: -pre-wrap ;
		white-space: -o-pre-wrap ;
		white-space: pre-wrap ;
		margin: 1% 1%;
}


DIV.sub{	padding: 0%; font-size: small;}
DIV.topic{	padding: 1.5% 1% 2%; border-top: 1px solid #999;}
DIV.ato{	padding: 1.5% 0% 2%; border-top: 1px solid #999;}


/* ===== Footer ===== */
DIV#footer{	font-size: 90%; width: 100%; text-align: center; padding: 1% 0%; border-top: 1px solid #999;}
DIV#footer UL LI{	display: inline;}
DIV#footer P, DIV#footer UL{	margin: 0; padding: 0;} /* fixer for Mozilla */


/* ===== Link ===== */
A:link{		color: #009; background: transparent;}
A:visited{	color: #069; background: transparent;}
A:hover,
P.rtn A:hover{			color: #f00; background: transparent; text-decoration: underline;}
A.disabled{				color: #808080!important; background: transparent; cursor: no-drop;}

