
/*link*/
a.global:link 
{
	color: #003399;
	text-decoration:none;
}
a.global:visited 
{
	color: #003399;
	text-decoration:none;
}
a.global:hover 
{
	text-decoration: underline;
}
a.global:active {
	color: #003399;
/*	text-decoration: none;*/
}

/*contents*/
#main_left
{
  float: left;
  width: 327px;
}

#main_right
{
  float: left;
}

/*image*/
.img_margin
{
  margin-bottom: 16px;
}

.img_margin2
{
  margin-top: 16px;
}

/*list*/
ul
{
   margin: 0;
   padding: 0;
   list-style-type: none;
}

li
{
   padding-left: 1em;
   margin: 0;
   list-style-type: none;

}

.circle
{
   background-image: url(img/listCircle.gif);
   background-repeat: no-repeat;
   background-position: left;
}


.text_list
{
  margin: 10px 0 0 15px;
}

.text_list2
{
  margin: 0 0 0 15px;
}

.txtColor
{
  color: #000000;
}

.irTxt1
{
  margin-left: 2em;
  color: #003399;
}

.irTxt2
{
  margin-left: 1em;
  color: #003399;
}

