html, body { 
height: 100%; 
margin: 0; 
padding: 0; 
} 
body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg_sidebg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* div ---------------------------------------- */
.contents{
	width: 100%;
}
.main{
	width: 855px;
	background-image: url(../images/bg_sidebg.gif);
	background-repeat: repeat-y;
}
.box1{
	width: 178px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.txt_box1{
	width: 594px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 18px;
}
.txt_box2{
	width: 570px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 18px;
}
.txt_box3{
	width: 574px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}
.txt_box4{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 12px;
	line-height: 18px;
}

.sbt{
	width: 581px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../images/sbt_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #2356b3;
	line-height: 20px;
}


/* link ---------------------------------------- */

a:link    { color: #003399; text-decoration: underline  }
a:hover   { color: #008eff; text-decoration: none; }
a:active   { color: #003399; text-decoration: underline  }
a:visited     { color: #003399;}

/* font ---------------------------------------- */
.maru  {
	font-size: 11px;
	line-height: 18px;
	color: #FF6600;
}
.maru2  {
	font-size: 11px;
	line-height: 18px;
	color: #003399;
}

.kome  {
	font-size: 11px;
	line-height: 16px;
	color: #D00202;
}
.text11  { font-size: 11px; line-height: 16px; }
.text10b  { font-size: 11px; line-height: 13px; }
.text11b  { font-size: 11px; line-height: 12px; }
.text12  { font-size: 12px; line-height: 14px; }
.text12wht  { font-size: 12px; line-height: 18px; color: #FFFFFF; }
.text12blue  { font-size: 11px; line-height: 18px; color: #003399; font-weight: bold; }
.text12orange  {
	font-size: 12px;
	line-height: 18px;
	color: #B14209;
	font-weight: bold;
}
.copy  { font-size: 11px;  color: #666666; line-height: 18px; }

/* Foot ---------------------------------------- */

a.foot:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
a.foot:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
}
a.foot:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.foottext  { color: #FFFFFF; font-size: 13px; line-height: 17px }
