/* initialize */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,select {
   margin:0;
   padding:0;
	 font-size:100%;
}

body {
color: #333333;
font-size: 16px;
font-size: 84%;
}

h2 {
margin:4px;
}

table {border-collapse:collapse;
	 font-size:100%;}

ul{ list-style-type: none; }

p, li, dl, table{ line-height: 1.3; }

select, option {font-size:12px;}

img { border:0px;}
 
p a:link, li a:link{
		color:#0066ff;
        text-decoration:none;
		}
		
p a:visited, li a:visited{
		color:#0066ff;
        text-decoration:none;
		}

p a:active, li a:active{
/*		color:#021669;
      	text-decoration:none;*/
		}

p a:hover, li a:hover{
       	text-decoration:underline;
		}

.info_title{
	padding:3px 0 0 0;
	font-size:12px;
}
.info_chg_date{
	font-weight:bold;
	padding:3px 0 0 0;
	font-size:10px
}
.info_comment{
	padding:3px 0 0 0;
	font-size:12px;
	line-height:130%;
	border-bottom:1px dotted #cccccc;
}
		
/* font */
.xs { font-size: 70%;}
.ss { font-size: 84%;}
.s{ font-size: 90%; }
.m { font-size: 110%; }
.l { font-size: 120%; }
.ll { font-size: 130%; }
.xl { font-size: 140%; }

.bold {
		font-weight:bold;
		}
.normal {
		font-weight:normal;
		}		

.underline {text-decoration:underline;}

.line_through {text-decoration:line-through;}

.wh {color:#ffffff;}

.dglay {color:#666666;}

.red {color:#ff0000;}

.dred {color:#cd0710;}

.blue {color:#0000ff;}

.or {color:#ff9900;}

/* design */

.center {text-align:center!important;}

.left {text-align:left!important;}

.right {text-align:right!important;}

.top {vertical-align:top!important;}

.nowrap {white-space:nowrap;}

.clear{ clear: both; }

/* gui */
.pointer {cursor:pointer;}
								
