@charset "utf-8";
/* heading
 ******************************************************/

h1.title {
	line-height: 1.0;
	color: #fff;
	height:112px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #0072bc;
	position:relative;
	clear: both;
}
h1.title span {
	font-size: 80%;
	position:absolute;
	top:24px;
	left:10px;
	width:100%;
}
h1.title span span {
	font-size: 140%;
	padding: 5px 0 0 25px;
}

h1.title2 {
	line-height: 1.0;
	color: #fff;
	height:112px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #0072bc;
	position:relative;
	clear: both;
}
h1.title2 span {
	font-size: 112%;
	padding: 5px 0 0 25px;
	position:absolute;
	top:32px;
	left:10px;
	width:100%;
}

h2 {
	color: #be4124;
	clear: both;
	padding: 0;
	margin: 0;
}
h2.test {
	color: #857b4b;
	clear: both;
}
h3 {
	color: #555;
	padding: 5px 0;
	margin: 0;
	background-image:none;
	background-color:transparent;
}
h4 {
	color: #FF6600;
	border-left: #f60 5px solid;
	margin: 0;
}
.catch {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.4;
	border: 0px;
	margin: 0px 0px 15px 0px;
}
/* font size
 ******************************************************/

.small {
	font-size : 90%;
	line-height : 1.4;
}
.big {
	font-size : 110%;
	line-height : 1.4;
}
.mainclass {
	font-size : 93%;
	line-height : 1.4;
}
.mainclassbold {
	font-size : 93%;
	line-height : 1.4;
	font-weight:bold;
}
.mainclasssmall {
	font-size : 85%;
	line-height : 1.4;
}
.mainclasssmallbold {
	font-size : 85%;
	line-height : 1.4;
	font-weight:bold;
}
.mainclasssmall2 {
	font-size : 75%;
	line-height : 1.2;
}
.mainclasssmall2bold {
	font-size : 75%;
	line-height : 1.2;
	font-weight:bold;
}
.mainclasslarge {
	font-size : 110%;
	line-height : 1.4;
}
.mainclasslargebold {
	font-size : 110%;
	line-height : 1.4;
	font-weight : bold;
}
.mainclasslarge2 {
	font-size : 120%;
	line-height : 1.6;
}
.mainclasslarge2bold {
	font-size : 120%;
	line-height : 1.6;
	font-weight:bold;
}
.captionclass {
	color: #333399;
	font-size : 65%;
	line-height : 1.2;
	margin: 3px 0px 0px 2px;
	padding: 0px;
}
.c-caption {
	font-size: 93%;
}
.labo {
	color:#996633;
}
.hrline hr {
	display:none;
}
.hrline {
	background: url(../../common/img/h1bg.gif) repeat-x;
	height: 3px;
	margin: 0;
}
.d-line hr {
	display:none;
}
.d-line {
	clear: both;
	background: url(../../aboutjiu/img/dot.gif) repeat-x center;
	height: 3px;
	margin: 0;
	border:none;
}
