/*--------------body--------------*/
body{
	color:#333333;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px
}

/*--------------link--------------*/

a:link {
	color: #FF9900;
	text-decoration: none
}

a:visited{
	color: #660000;
	text-decoration: none
}

a:active{
	color: #ff3300;
	text-decoration: none
}

a:hover{
	color: #FF6600;
	text-decoration: underline
}

/*------------- made class-------------*/
.deirectory-navi{
	font-size:10px;
	color:#333333;
}
.title{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
}
.subtitle{
	font-size:12px;
	color:#ffffff;
	line-height:20px;
	font-weight:bold;
}
.bodycopy{
	font-size:14px;
	color:#000000;
	line-height:20px;
}
.bodysubcopy{
	font-size:12px;
	color:#000000;
	line-height:18px;
}
.subcaption{
	color:
}
.caption{
	font-size:10px;
	color:#333333;
	line-height:16px;
}
.copyright{
	font-size:10px;
	color:#000000;
	line-height:16px;
}

strong{
	color:#cc0000;
	line-height:20px;
	font-weight:bold;
	font-style:normal;
}
em{
	color:#cc0000;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
}


/*-------list etc-------------------*/

dl{
	margin-left: 160px;
	margin-bottom: 1.5em;
}
dt{
	font-weight:bold;
	margin-left: 10px;
}

dd{
	margin-left: 2em;
	margin-bottom:1em
}

ul {

	}

li{

}

ol{
	color:#000000;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}

/*-------Add(Start) 2006/2/7-------------------*/
p.gpo3 {font-weight:bold;
          font-size:15px;
          color:#0033FF;
 }
/*-------Add(End) 2006/2/7-------------------*/

