@charset "UTF-8";
*{
	margin					:	0;
	padding					:	0;
}

body{
	text-align				:	center;
	font-size				:	12px;
	color					:	#5A5A5A;
	background-color		:	#FFFFFF;
	line-height             :   1.7em;
	margin:0;
	padding:0;
	background-image:url(../images/common/bg.gif);
	background-repeat:repeat-x;
}




a{
	cursor					:	pointer;
	cursor					:	hand;
	color					:	#0066FF;
	text-decoration			:	none;
}

a:hover{
	color					:	#FF9900;
	text-decoration			:	underline;
}

table{
	border-style			:	none;
}

td,th{
	font-size				:	12px;
	line-height             :   1.6em;
}

ul, ol, dl{
	margin					:	0;
	padding					:	0;
}

li{
	list-style-type			:	none;
}
h1{
	font-size:14px;
	font-weight:bold;
	padding:11px 0 10px 30px;
	margin:0;
	text-align:left;
	color:#999999;
}
p{
	margin					:	0;
	padding					:	0;
	font-size				:	12px;
}


h2{
	background-image:url(../images/common/img_20.gif);
	background-repeat:no-repeat;
	width:600px;
	height:31px;
	font-size:14px;
	font-weight:bold;	
	text-align:left;
	text-indent:20px;
	line-height:33px;
	padding:0 0 15px 0;
}

h3{
background-image:url(../images/top/img_25.gif);
background-repeat:no-repeat;
width:280px;
height:26px;
text-indent:20px;
line-height:25px;
padding:0 0 10px 0;
font-size:14px;
}

h4{
margin:0;
padding:0 0 0 10px;
font-size:12px;
font-weight:bold;
}

h5{
color:#0066CC;
margin:0;
padding:0 0 15px 10px;
font-size:14px;
font-weight:bold;
}


h6{
	margin:	0;
	padding:0 0 10px 10px;
	font-size:	20px;
	color:#FF0000;
	font-weight:bold;
}

.top_line{
background-color:#000000;
}
img{
	display					:	block;
	border					:	none;
}

hr{
	display					:	none;
}

.cl{
	clear					:	both;
}

span.dl{
	display					:	block;
	text-indent				:	-9999px;
}

.txt_left{
	text-align				:	left;
}

.txt_right{
	text-align				:	right;
}

div.left_box{
	float					:	left;
}

div.right_box{
	float					:	right;
}

.floathack{
	overflow				:	hidden;
	height					:	auto;
}

.floathack:after{
	content					:	"";
	display					:	block;
	height					:	0px;
	clear					:	both;
	overflow				:	hidden;
}


/*\*/
* html .floathack{
	height					:	1%;
	overflow				:	visible;
}
/**/


.cl{
	clear					:	both;
}


ul.col li{
	padding:0px;
	white-space:nowrap;
	*white-space:inherit;
	*line-break:strict;
	*word-break:keep-all;
	display:inline;
	margin:2px 3px 2px 1px;

}


div.clear{
	width:1px;
	height:1px;
	font-size:1px;
	clear:both;
	padding:0px;
	margin: 0px;
	background-position:50% 100%;
}


/*

body{
	font-size				:	13px;
	color:#555;
}

*{
	margin					:	0;
	padding					:	0;
}

h1{
	font-size				:	16px;
}

h2,h3,h4{
	font-size:100%;
	color:#000;
}

h1 a, h2 a, h3 a, h4 a{
	font-weight:bold;
}

:root SMALL{
	font-size: 80%;
}

em{
	font-style: normal;
}

input, select{
	color:#444;
}

input.filename{
	*font-size:100%;
	*padding: 2px;
}

label{
	cursor:pointer;
	cursor:hand;
}

th{
	text-align: left;
	font-weight: normal;
}

a{
	cursor:pointer;
	cursor:hand;
	color:#058;
	text-decoration:underline;
}

a:hover{
	color:#08b;
	text-decoration:underline;
}

img{
	display:block;
}

img,fieldset{
	border:none;
}

ul,ol{
	list-style:none;
}



.floathack{
	overflow				:	hidden;
	height					:	auto;
}

.floathack:after{
	content					:	"";
	display					:	block;
	clear					:	both;
	height					:	1px;
	overflow				:	hidden;
}
*/

ul.row{
	list-style: disc inside !important;
}
ul.row li{
	list-style: disc inside !important;
	width:90% !important;
	clear:both !important;
	padding-left:8px;
	line-height:1.3;
	
}

ul.seq{
	list-style: decimal outside !important;
	padding-left: 2em;
}

