@charset "utf-8";
/* CSS Document */

.tcenter	{text-align:center;}
.tright		{text-align:right;}
.tleft		{text-align:left;}

.tclear		{clear:both;}
.zero		{line-height:0; font-size:0;}

.spt10		{padding-top:10px;}
.spt20		{padding-top:20px;}
.spt30		{padding-top:30px;}
.spt40		{padding-top:40px;}
.spt50		{padding-top:50px;}

.spb10		{padding-bottom:10px;}
.spb15		{padding-bottom:15px;}
.spb20		{padding-bottom:20px;}
.spb25		{padding-bottom:25px;}
.spb30		{padding-bottom:30px;}
.spb35		{padding-bottom:35px;}
.large {
	font-size:120%;
}
.small80 {
	font-size:80%;
}


/* */
.box_chapter {
	width:100%;
	height:33px;
	position:relative;
	margin:0 0 10px 0;
	padding:0;
	background:url(../common-img/bg_chapter.jpg) top left repeat-x;
}
.box_chapter .maintxt {
	position:absolute;
	top:6px;
	left:12px;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#1a1a1a;
}
.box_chapter .maintxt span.sml {
	font-size:14px;
}

.box_subchapter {
	width:100%;
	height:36px;
	position:relative;
	margin:28px 0 19px 0;
	padding:0;
	background:url(../common-img/bg_sub_chapter.gif) top left repeat-x;
}
.box_subchapter .maintxt {
	position:absolute;
	top:12px;
	left:12px;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	color:#1a1a1a;
}

/* 追加　*/
.box_chapter_2 {
	width:100%;
	height:50px;
	position:relative;
	margin:0;
	padding:0;
	background:url(../common-img/bg_chapter.jpg) bottom left repeat-x;
}
.box_chapter_2 .maintxt {
	position:absolute;
	top:6px;
	left:12px;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#1a1a1a;
}
.box_chapter_2 .maintxt span.sml {
	font-size:14px;
}

.box_subchapter_2 {
	width:100%;
	height:36px;
	position:relative;
	margin:0 0 5px 0;
	padding:0;
	background:url(../common-img/bg_sub_chapter.gif) top left repeat-x;
}
.box_subchapter_2 .maintxt {
	position:absolute;
	top:12px;
	left:12px;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	color:#1a1a1a;
}

.box_subchapterL {
	width:100%;
	height:36px;
	position:relative;
	margin:0 0 5px 0;
	padding:0;
	background:url(../common-img/bg_sub_chapter.gif) top left repeat-x;
}
.box_subchapterL .maintxt {
	position:absolute;
	top:10px;
	left:12px;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	color:#1a1a1a;
}
