@charset "euc-jp";

/* -----------------------------------------
general.css

--FORMAT
--BASIC
--ANCHOR
--PARAGRAPH
--TABLE
--HORIZONTAL RULE
--LIST TYPE
--DIV
--FONT
----------------------------------------- */

/* FORMAT----------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {height:100%;}
html>/**/body {overflow:-moz-scrollbars-vertical;}
html:first-child body {
	min-height:100%;
	padding-bottom:1px;
} 
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form {
	line-height:0;
	list-style-type:none;
}
object,embed {vertical-align:top;}

/* BASIC----------------------------------------- */
body {
	background-color:#fff;
	color:#333;
	font-size:87.5%; /* 14px,10.5pt */
	font-family:verdana;
	line-height:1.4;
	background:url(../img/bg_body.gif) left top repeat-x;
}

/* ANCHOR---------- */
img,a img {
	border:none;
	vertical-align:bottom;
	background:transparent;
}
a {text-decoration:underline;color:#06f;}
a:visited {text-decoration:underline;color:#06f;}
a:hover {text-decoration:none;color:#06f;}

a.download {
	margin-right:3px;
	padding-right:14px;
	background-image:url(../icon/download.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
a.blank {
	margin-right:3px;
	padding-right:14px;
	background-image:url(../icon/blank.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
a.more {
	margin-right:3px;
	padding-right:18px;
	background-image:url(../icon/more.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

/* PARAGRAPH---------- */
p.pagetop {
	margin:40px 3px 0 0 !important;
	text-align:right;
	font-size:10px;
	line-height:1;
	clear:both;
}
p.pagetop a {
	padding-left:14px;
	background-image:url(../icon/pagetop.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

/* TABLE---------- */
table p,table ul,table table {font-size:1em;} 
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,td {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
caption {
	text-align:left;
	font-weight:normal;
}

/* HORIZONTAL RULE---------- */
hr {
	height:0;
	margin:15px 0;
	padding:0;
	border:none;
	border-top:1px solid #999;
}
* html hr {margin:0; /* for IE6 */}
*:first-child+html hr {margin:0; /* for IE7 */} 

hr.dotted {border-style:dotted;}
hr.space {
	margin:100px 0 0;
	padding:0;
	clear:both;
	visibility:hidden;
}
hr.clr {
	margin:0;
	padding:0;
	height:1;
	clear:both;
	visibility:hidden;
}
hr.clr:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
hr.clr {
	_height:1px;
	min-height:1px;
/*\*//*/
height:auto;
overflow:hidden;
/**/
}

/* LIST TYPE---------- */
ul,ol {
	padding-left:2.5em;
	font-size:100%;
	list-style:none;
}
ul li,li ul li {
	list-style-type:square;
	line-height:1.6;
	display:list-item;
	zoom:normal;
}
ol li,li ol li {
	list-style-type:decimal;
	line-height:1.6;
	display:list-item;
	zoom:normal;
}
ul ul,ul dl,dl ul {font-size:1em;}

/* notes(img) */
ul.notes {margin:10px 0;}
ul.notes li {
	margin-bottom:0;
	padding-left:12px;
	background-image:url(../icon/list_notes.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:1.4;
}
/* notes(txt) */
p.notes { 
	padding-left:1em;
	text-indent:-1em;
}
/* notes(number) */
dl.notes dt {
	width:2em;
	padding:0.5em;
	line-height:1.6;
}
dl.notes dd {
	margin:-2.6em 0 0;
	padding:0.5em 0.5em 0.5em 3em;
	line-height:1.6;
}
/* notes(string) */
dl.string {margin-bottom:15px;}
dl.string dt {
	width:6em;
	padding:0.5em;
	line-height:1.6;
}
dl.string dd {
	margin:-2.6em 0 0;
	padding:0.5em 0.5em 0.5em 7em;
	line-height:1.6;
}
/* dl_list */
dl.normal {
	margin:0;
	padding:0;
	font-size:100%;
}
dl.normal dt {
	margin-bottom:10px;
	font-weight:bold !important;
	line-height:1.6;
}
dl.normal dd {
	margin-bottom:20px;
	padding:5px 5px 5px 20px;
	background-color:#600;
	color:#fff;
	line-height:1.6;
}

/* DIV------------------ */
div.wrapgray,div.wrapred,div.wrapblue,div.wrapgreen,div.wrapyellow {
	margin-bottom:15px;
	padding:15px 15px 5px;
}
div.wrapgray {border:2px #ccc solid;}
div.wrapred {border:2px #c00 solid;}
div.wrapblue {border:2px #06c solid;}
div.wrapgreen {border:2px #090 solid;}
div.wrapyellow {border:2px #fc0 solid;}

div.FloatL {width:49%;float:left;}
div.FloatR {width:49%;float:right;}

div.ImgL {margin-right:10px;float:left;}
div.ImgR {margin-left:10px;float:right;}
div.ImgLB {margin:0 10px 10px 0;float:left;}
div.ImgRB {margin:0 0 10px 10px;float:right;}
div.ImgLT {margin:10px 10px 0 0;float:left;}
div.ImgRT {margin:10px 0 0 10px;float:right;}

.clrFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clrFix {overflow:hidden;}
/*\*/
* html .clrFix {overflow:visible;}
/**/

/* FONT------------------ */
.fs,.fsl {font-size:95% !important;}
.fr,.frl {font-size:100% !important;}
.fm,.fml {font-size:110% !important;}
.fb,.fbl {font-size:130% !important;}

.fsl,.frl {line-height:1.4;}
.fml,.fbl {line-height:1.5;}

em {font-style:normal;text-decoration:underline;}
strong {font-weight:bold;}
em.red,strong.red {color:#c00;text-decoration:none;}
em.blue,strong.blue {color:#06c;text-decoration:none;}
em.green,strong.green {color:#090;text-decoration:none;}
em.yellow,strong.yellow {color:#fc0;text-decoration:none;}

abbr,acronym {border-bottom:1px dotted #666;}
address,dfn {font-style:normal;}

span.alt {
	text-indent:-9999px;
	top:-5000px;
	left:-999px;
/*\*/
position:absolute;
/**/
}

.rt {text-align:right;}
.lt {text-align:left;}
.cen {text-align:center;}


@media screen {
\html>body a img {vertical-align:text-bottom;}
head:first-child+body a img {vertical-align:baseline;}
p {text-align:justify;text-justify:inter-ideograph;}
}

