@charset "utf-8";

/*---defaultStyle ------------------*/
body{
	background: #000;
}

/*=========================================================
06 contents
==========================================================*/
div#contents{
	padding: 25px 0 0 0;
}
div#contentsInner{
	padding-top: 25px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
}


/*---#footNaviTop ------------------*/
div#footer #footNaviTop{
	background-color: #333;
}
/*---#footNaviBottom ------------------*/
div#footer #footNaviBottom{
	background: #fff;
}



/* [ 見出し系 ]
-----------------------------*/
.tpl-title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.tpl-subtitle{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}



#contentsFooter .ttl {
	padding-top: 20px;
}
