@charset "utf-8";

/* -----------------------------------------------
 *	element
 * ----------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	position: relative;
}
/*justify flick macIE\*/
p,dd{
	text-align:justify;
	text-justify:distribute;
}
/**/
img{
	border: none;
	vertical-align: bottom;
}
ul{
	list-style-type: none;
}

#col1 ul{
	list-style-type: disc;
}

#system ul{
	list-style-type: disc;
}

address{
	font-style: normal;
	font-weight: normal;
}
table {
	font-size: 100%;/*Quirks mode(table Inheritance)*/
	padding:0;
	margin:0;
}
td,th.tr {
	vertical-align: middle;
	text-align: left;
}
/* ------------------------------------- 
 *	link
 * ------------------------------------- */
a {
	text-decoration: underline;
	color: #2e80b5;
}
a:visited {
	text-decoration: underline;
}
a:hover   {
	text-decoration: underline;
}
a:active  {
	text-decoration: underline;
}
