@charset "Shift_JIS";

/* basic elements
------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-size: 94%;
	line-height: 1.3;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
th,
td {
	color: #000000;
	font-size: 94%;
	line-height: 1.3;
	font-weight: normal;
}
hr {
	display: none;
}
img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}

/* text */

small {
	font-size: 0.8em;
}
big {
	font-size: 1.3em;
}
.cap1 {
	font-size: 86%;
	line-height: 1.3;
}
.cap2 {
	font-size: 73%;
	line-height: 1.2;
}

/* standard helper classes
------------------------------------------------*/

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ?*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

*+html .pkg { overflow: hidden; }
