@charset "utf-8";
.notemp {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
h1{
	background-image: url(../imgs/common/ti_h1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 20px 10px 17px 32px;
	color: #FFFFFF;
}
/*2行のときのためのh1背景*/
.h1bg {
	width: 560px;
	background-image: url(../imgs/common/ti_h1_bg.jpg);
	background-position: bottom right;
}
h1 span.sub{
	font-size:0.6em;
	line-height:1em;
	font-weight:normal;
	color: #CEEAFF;
}
h2{
	background-image: url(../imgs/common/ti_h2.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #001E6A;
	padding: 4px 10px 6px 10px;
	margin-top: 30px;
	width: 540px;
}
