@charset "utf-8";
.pageTitle {
	text-align: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#theme section {

	margin: 0 0 30px;

}

#theme .read {

	margin: 0 0 20px;

}

#theme .read p{

	font-weight:bold;

}

#theme .read p span{

	font-weight:normal;

	font-size:14px;

	color:#666;

}

#theme .bottom span{

	font-weight:bold;

}



#theme section.group{

	margin:0 0 40px;

}

#theme h3 {
	margin:0 0 10px 10px;
}

#theme section.group h4{

	margin:0 0 20px;

}

#theme section.group div{

	padding:0 0 20px;

	margin:0 0 20px;

	border-bottom:1px dotted #999;

}

#theme section.group div:last-child{

	margin:0 0 40px;

	border:none;

}

#theme section.group div h5{

	margin:0 0 10px;

	border:none;

	padding:0;

	font-size:18px;

	line-height:1.4em;

}

#theme section.group h5 a{

	text-decoration:underline;

	color:#000000;

	background: url(../img/icon_outside.png) right top no-repeat;

	padding-right: 15px;	

}

#theme section.group div p{

	margin:0 0 20px;

	font-size:16px;

}

#theme section.group ul{

	margin:0 0 20px;

}

#theme section.group ul li{

	float:left;

	text-align:left;

	font-size:8px;

	margin:0 10px 0 0;
	
	width:93px;

}

#theme section.group ul li:last-child{

	margin-right:0;

}


#theme section.group dl{

	clear:both;

}

#theme section.group dl dt{

	border-left:4px solid #444444;

	padding:0 0 0 10px;

	line-height:1.2;

	font-size:16px;

	color:#444444;

	font-weight:bold;

	margin-bottom:5px;

}

#theme section.group dl dd{

	font-size:14px;

	margin-bottom:20px;

}

#theme section.group dl dd a{

	word-break: break-all;

}

#theme section.group dl dd:last-child{

	margin-bottom:0;

}

#theme p.pagetop{

	text-align:right;

	clear:both;

	margin:0;

	padding:10px 0 0

}

#theme p.pagetop a{
	color: #404042;
	text-decoration: underline;
	background: url(../img/arrow_pagetop.gif) left center no-repeat;
	background-size: 15px 15px;
	padding-left: 18px;

}

.bottom span {
	display: block;
	margin-bottom: 10px;
}

#theme table {
	margin: 0 10px 20px;
  font-size: 12px;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#theme table .title {
	background: #ddd;
	text-align: center;
}

#theme table th {
	font-weight: normal;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

#theme table .title td {
	background: none;
}

#theme table td {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	height:50px;
}

#theme table td {
	background: url(../img/icon01.gif) no-repeat 5px center;
	background-size:7px 15px;
	padding-left: 15px;
}

#theme table td a {
	text-decoration:underline;
}