/**
 * 
 * @version 
 * @author 
 */


@import 'global.css';
@import 'textstyle.css';
/** Contents
-----------------------------------------*/
#contents p {
	font-size:77%;
}
body {
	behavior:url("../../images/global/csshover.htc");
}
.subtitle{
	margin-top:20px;
}
#leftside h5{
	margin:2em 0 1em;
}
#leftside .leftbox h5{
	margin-top:0;
}
p.access{
	padding:0.75em 0;
	border-bottom:#DADBDB 1px solid;
	border-top:#DADBDB 1px solid;
	margin-bottom:1em;
}
p.access a{
	background:url(../images/global/arrow_black.gif) left 50% no-repeat;
	padding:1px 0 1px 20px;
	color:#8482C7;
	font-weight:bold;
}