
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #0000EF;}

img {border:none; }

a:hover {
	color: #0000ff;
	text-decoration: underline;}

body {
	background: url(../images/mainsite/bg_img_01.jpg); 
	background-repeat: repeat;
	color: #000;
	padding-top: 20px;
}

p,code,ul {padding: 5px;}

p.greenback {background-color: #98FB98}

p.peachback {background-color: #FFF0E1}

p.yellowback {background-color: #FDEB62}

H6.greenback {background-color: #98FB98}

#main li {list-style: none;}


#check
{
margin: 0 15px 0 55px;
padding: 0 15px 0 15px;
list-style: none; 
}

#check li
{
padding: 0 35px 0 35px;
background-image: url('../images/mainsite/check.jpg');
background-repeat: no-repeat;
background-position: 0 .5px; 

}

#check2
{
margin:  0 0px 0 25px;
padding: 0 0px 0 25px;
list-style: none; 
}

#check2 li
{
padding: 0 30px 0 35px;
background-image: url('../images/mainsite/check.jpg');
background-repeat: no-repeat;
background-position: 0 .5px; 

}

#check3
{
margin:  0 0px 0 0px;
padding: 0 0px 0 0px;
list-style: none; 
}

#check3 li
{
padding: 0 30px 0 35px;
background-image: url('../images/mainsite/check.jpg');
background-repeat: no-repeat;
background-position: 0 .5px; 

}





h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
}
h1 {
   font-size: 32px;
   font-weight: bold;
}
h2 {   
   font-size: 27px;
   font-weight: bold;
}
h3 {   
   font-size: 24px;
}
h4 {
   font-size: 27px;
   color: #A52A00;
}
h5 {
   font-size: 24px;
   color: #A52A00;
}
h6 {
   font-size: 21px;
   color: #00008B;
}

form,input {margin: 0; padding: 0; display: inline;}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	background: none;
	font-size: 1em;
	margin: 0 auto;
	width: 860px;
}

.header {
	background: url('../images/mainsite/head.jpg') no-repeat;
	height: 192px;
	margin-bottom: 0px;
	text-align: center;
}
.header .title {
	color: #FFF;
	
}

.header .title .tag {
	float: right;
	text-align: center;
	padding-top:20px;
    font-family: 'Arial';
	font-size: 18px;
}

.header .title .tag a {
	color: #0023F0;
	text-decoration: underline;
	font-family: 'Arial';
	font-size: 18px;

}

.header .title .tag a:hover {
	color: #750000;
	text-decoration: none;
	font-family: 'Arial';
	font-size: 18px;

}


.main {
	background: #ffffff;
	padding: 20px;
	font-family: Arial;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
}

.main2 {
	background: #ffffff;
	padding: 20px;
	font-family: Arial;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
	margin-top:-30px;
}

.content {
	width: 100%;

}

.content {
	width: 96%;

}

.content_right_240{
	float:right;
	width: 240px;
}

.content_right_520{
	float:right;
	width: 520px;
}

.content_left_240{
	float:left;
	width: 240px;
}

.content_left_520{
	float:left;
	width: 520px;
	padding-bottom: 20px;
}

.content_left_620{
	float:left;
	width: 590px;
	padding-bottom: 20px;
}

.content_left_140{
	float:left;
	width: 170px;
}
.timeClass {
  font-family:arial,verdana,helvetica,sans-serif;
  font-weight:normal;
  font-size:10pt;
}




