@charset "utf-8";


/*-------------------------------------*/

p#mainImg{}

div#mainContents h2{
	font-weight: bold;
	font-size: 14px;
	margin: 60px 0 20px 0;
	padding: 4px 0 4px 10px;
	display: block;
	color: #fff;
	background-image: url(../../share/img/bg_blue.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* CHAPTER */
div#conceptBox{
	margin-bottom: 30px;
}

div#conceptBox h2{
	margin-top: 30px;
	background-image: url(../../img/bg_blue.gif);
	background-repeat: no-repeat;
}


div#conceptBox02 h2{
	margin-top: 30px;
	background-image: url(../../img/bg_green.gif);
	background-repeat: no-repeat;
}

/* 新着情報 */
div#topicsBox{}

div#topicsBox h2{
	background-image: url(../../share/img/bg_blue.gif);
	background-repeat: no-repeat;
}


div#topicsBox02 h2{
	margin-top: 30px;
	background-image: url(../../img/bg_green.gif);
	background-repeat: no-repeat;
}


div#topicsBox table{
	width: 570px;
	border-top: 1px solid #ccc;
}

div#topicsBox table th,
div#topicsBox table td{
	border-bottom: 1px solid #ccc;
}

div#topicsBox table th{
	padding: 10px 0 10px 14px;
	width: 100px;
	background: url(../../share/img/bg_border.gif) repeat 0 0;

}
div#topicsBox table td{
	padding: 10px 0 10px 20px;
	border-left: 1px solid #ccc;
}


/* 見出し */
div.chapterBox{
	font-weight: normal;
}

div.chapterBox h2{}

div.chapterBox strong{
	display: block;
	margin-bottom: 10px;
}

div.chapterBox span{
	display: block;
	margin-bottom: 8px;
	font-weight: normal;
}

div.chapterBox a{
	display: block;
	margin-bottom: 28px;
}

/*-------------------------------------*/
div#footer{
	clear: both;
	margin-top: 55px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#footer p#copyright{
	text-align: center;
	background-color: #003;
	color: #FFF;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	padding-top: 3px;
}
