@charset "utf-8";
/************************************************     
 top Private Style
************************************************/

/*-----------------------------------------------
 index.html 
-------------------------------------------------*/
#top #contentMain h2{
	margin-bottom:10px;
}


#top ul.latestRelease li a:link,
#top ul.latestRelease li a:active {
color:#fff;
text-decoration:underline;
}

#top ul.latestRelease li a:visited {
color:#800080;
text-decoration:underline;
}


#top ul.latestRelease li a:hover,
#top ul.latestRelease li a:focus{
color:#b82e8b;
text-decoration:underline;
}

#top ul.latestRelease li{
	margin-bottom:7px;
	padding-bottom:7px;
	line-height:1.4;
	border-bottom:1px dotted #fff;
}
#top ul.latestRelease li.firstItem{
	border-bottom:none;
}

#top ul.latestRelease dt{
	margin-bottom:5px;
	padding-left:.8em;
	background:url(/common/images/index_ico_01.gif) left 6px no-repeat;
}


/*-----------------------------------------------
 sitepolicy.html 
-------------------------------------------------*/
/*-----------------------------------------------
 privacypolicy.html 
-------------------------------------------------*/
/*-----------------------------------------------
 announcement.html 
-------------------------------------------------*/
#announcement #contentMain .title02{
	margin:0;
}
/*-----------------------------------------------
 contact.html 
-------------------------------------------------*/
#contact .contactList li{
	margin-bottom:10px;
}

#contact .contactList dt{
	float:left;
	width:350px;
	color:#6700a7;
}

#contact .contactList dd{
	float:left;
	width:200px;
}
