@charset "UTF-8";
@import url(/themes/concept/master.css);

dl.float {
   clear: both;
}
dl.float dt{
   float: left;
}
dl.float dd{
   float: left;
}
h2,h3 {
	line-height: 1.5;
}
.title {
	color:#FF5500;
	font-size: 16px;
	font-weight: bold;
}
h3.subTitle {
	color:#00AAFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	color:#33AA55;
	font-size: 15px;
	font-weight: bold;
}
ul.entryNavi {
	float: right;
	margin-bottom: 1em;
}
.pageTop {
	clear: both;
}
ul.entryNavi li {
	float: left;
	margin-left: 10px;
	font-size: 110%;
}
ul.entryNavi li.link01 {
	background: url(images/next.gif) no-repeat 100% 4px;
	padding-right: 20px;
}
ul.entryNavi li.link02 {
	background: url(images/prev.gif) no-repeat 0 4px;
	padding-left: 20px;
}