/* CSS Document */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}

.title1 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #1593D8;
}
.title2 {
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 0px;
	color: #1593D8;
	margin: 0px;
}

#contents ul.link {
	font-size: 12px;
	padding-left: 36px;
	list-style-position: inside;
	list-style-image: url(../img/arrow02.gif);
	list-style-type: none;
	line-height: 20px;
}
#contents .text-m h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
	height: 24px;
	width: 400px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contents .text-m h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	background-color: #E6EEF7;
	margin: 10px;
}
#contents .text-m h5 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 14px;
	line-height: 30px;
	margin-right: 25px;
	margin-left: 25px;
	color: #0066CC;
}
#contents .text-m ul {
	padding-right: 30px;
	padding-left: 42px;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 20px;
}
.text30p {
	padding-left: 30px;
}
.m60 {
	margin-left: 60px;
	border: 1px dotted #999999;
}
.m60 th {
	background-color: #F0F0F0;
}

.m60 td {
	padding: 10px;
}
.flright {
	float: right;
	padding-right: 20px;
	font-size: 12px;
}
