@charset "utf-8";

/* -----------------------------------------
general.css

--FORMAT
--BASIC
--ANCHOR
 -TABLE
 -ANCHOR
 -HORIZONTAL RULE
 -LIST TYPE
 -DIV
 -FONT
----------------------------------------- */

/* =FORMAT----------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {height:100%;}
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 */
	line-height:1.4;
}

/* =ANCHOR---------- */
img,a img {
	border:none;
	background:transparent;
	vertical-align:bottom;
}
a {color:#03c;text-decoration:underline;}
a:visited {color:#03c;text-decoration:underline;}
a:hover {color:#f90;text-decoration:none;}

/* =TABLE---------- */
table p,table ul,table table {font-size:1em;} 
table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	/*vertical-align:top;*/
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
th p, td p {
	margin:5px 0;
}
caption {
	font-weight:normal;
	text-align:left;
}

/* =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 {
	clear:both;
	visibility:hidden;
	margin:100px 0 0;
	padding:0;
}

/* =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;
	padding:0;
}
ul.notes li {
	list-style-type:none !important;
	margin:0;
	padding:0 0 0 15px;
	background:url(../icon/list_notes.gif) left top 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:8em;
	padding:0.5em;
	line-height:1.6;
}
dl.string dd {
	margin:-2.6em 0 0;
	padding:0.5em 0.5em 0.5em 9em;
	line-height:1.6;
}
/* dl_list */
dl.normal {
	margin:15px 0 0;
	padding:0;
	font-size:100%;
}
dl.normal dt {
	margin-bottom:7px;
	padding:3px 5px;
	border:1px dotted #999;
	background-color:#ffc;
	font-weight:bold !important;
	line-height:1.6;
}
dl.normal dd {
	margin-bottom:10px;
	padding:5px 5px 5px 20px;
	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 {float:left;width:49%;}
div.FloatR {float:right;width:49%;}
div.Float33 {float:left;width:33%;}

div.FloatL {float:left;width:49%;}
div.FloatR {float:right;width:49%;}
div.ImgL {float:left;margin-right:10px;}
div.ImgR {float:right;margin-left:10px;}
div.ImgLB {float:left;margin:0 10px 10px 0;}
div.ImgRB {float:right;margin:0 0 10px 10px;}
div.ImgLT {float:left;margin:10px 10px 0 0}
div.ImgRT {float:right;margin:10px 0 0 10px;}

.clrFix:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	max-height:0;
	content:".";
}
.clrFix {display:inline-block;}
/* \*/
* html .clrFix {height:1%;}
.clrFix {display: block;}
/**/

/* =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;}
blockquote {
	margin-bottom:15px;
	padding:15px 15px 5px;
	border:2px #ccc dotted;
}

span.alt {
	top:-5000px;
	left:-999px;
	text-indent:-9999px;
/*\*/
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;}
}
@media print {
body {overflow:visible !important;}
}

