/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*-------------------------HTML TAG
*/
body{
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
ul{
	list-style-type:none;
}
ul li img{
	vertical-align:bottom;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
table td,
table th{
	vertical-align:top;
}

/*-------------------------hr
*/
/*
*hr.hr-none,
*hr.hr-none-l{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 1px;
	visibility:hidden;
}
*hr.hr-none{
	margin-bottom:1px;
	margin-top:1px;
}
*hr.hr-none-l{
	margin-bottom:3px;
	margin-top:3px;
}

html>body hr.hr-none,
html>body hr.hr-none-l{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 1px;
	visibility:hidden;
}
html>body hr.hr-none{
	margin-bottom:7px;
	margin-top: 7px;
}
html>body hr.hr-none-l{
	margin-bottom:10px;
	margin-top: 10px;
}
*/
*hr.hr-space{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 1px;
	margin-bottom:1px;
	margin-top:1px;
	visibility:hidden;
}

html>body hr.hr-space{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	margin-bottom:7px;
	margin-top: 7px;
	visibility:hidden;
}
*hr.hr-dot{
	border-top: 1px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 1px;
	margin-bottom:1px;
	margin-top:1px;
}

html>body hr.hr-dot{
	border-top: 1px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	display: block;
	margin-bottom:7px;
	margin-top: 7px;
}

/*-------------------------Basic Layout Class
*/

.align-l{
	text-align:left;
}

.align-c{
	text-align:center
}

.align-r{
	text-align:right
}
.indent{
	text-indent:1em;
}
.m-indent{
	text-indent:-1em;
	padding-left:1em
}
.t-indent{
	text-indent: -11px;
	padding-left:12px;
}
.page-top{
	text-align:right;
	padding-top:10px;
	padding-bottom:30px;
}
.page-top a{
	background-image: url(../../img/common/iocn_page_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 8px;
}
/*-----------------------------------Link style
*/
a{
    color:#374BE1;
    text-decoration:none;
}
a:hover {
    color:#000099;
    text-decoration:underline;
}

/*-------------------------------------------------------------

					// DEFAULT SETTING end //
				
---------------------------------------------------------------*/
/*-----------------------------------topic-path
*/
.topic-path{
	color:#666666;
}
.topic-path a{
	color:#374BE1;
}
.topic-path a:hover{
	color:#000099;
	text-decoration: underline;
}

