﻿


*{
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	border: 0;
}

body {
	text-align: center;
}

#mainTitle {
	zoom: 1;
	width: 530px;
	margin: 0 auto;
	text-align: center;
}


#mainTitle p {
	text-indent: 0;
}



#wrapper {
	width: 570px;
	margin: 0 auto;
	text-align: left;
}


#container {
	margin-top: 20px;
}


h1 {
	color: #0000FF;
	font-size: 18px;
	width: 100%;
	text-align: center;
}


h2 {
	color:#FF0000;
	font-weight:bold;
	font-size: 16px;
	margin: 40px 0 23px;
	line-height: 1.2;
}

h3 {
	color:#0000FF;
	font-weight:bold;
	font-size: 16px;
	margin: 40px 0 20px;
	line-height: 1.2;
}


h2.topLine {
	margin-top: 0;
}

p {
	margin-bottom: 18px;
	line-height: 1.4;
	text-indent: 1em;
}

#container div.chartArea {
	margin: 40px 0 20px;
}


#container div.chartArea p {
	margin: 0;
}

div#pager {
	text-align: center;
}

div#pager table {
	width: 450px;
	margin: 17px auto 40px;
}

div#pager table td {
	text-align: center;
}


#wrapper p.toHome {
	margin: 0 0 10px;
	text-align: center;
}


p strong.borderSquare {
	border: #000 1px solid;
	font-weight: normal;
}


p strong.underLine {
	text-decoration: underline;
	font-weight: normal;
}

p.titleType01 {
	color:#008800;
	font-weight:bold;
	font-size: 16px;
	text-indent:0;
	margin-bottom: 5px;
	line-height: 1.2;
}

p.titleType02 {
	color:#008800;
	font-weight:bold;
	font-size: 16px;
	margin: 40px 0 23px;
	line-height: 1.2;
}


ul.listType01 {
	list-style: none;
}

ul.listType01 li {
	margin-bottom:5px;
	line-height: 1.4;
}


.indentType01 {
	text-indent:-1em;
	margin-left: 1em;
	margin-bottom: 0;
	display: block;
}

dl {
	text-align: center;
	margin-bottom: 18px;
}


dl dd {
	padding-top: 5px;
	font-size: 14px;
}


.clearFix {
	overflow: hidden;
	zoom 1;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearFix dl {
	padding-left: 10px;
	margin-bottom: 0;
}

.mBottom18 {
	margin-bottom: 18px!important;
}


