.text01 { font-size: 80%; line-height: 120%; color: #000000 }
.text01a { font-size: 80%; line-height: 120% }
.text02 { font-size: 80%; line-height: 120% }
.text03 { font-size: 90%; line-height: 150%; color: #000000 }
.text04 { font-size: 90%; line-height: 150%; color: #545454 }
.text04a { font-size: 80%; line-height: 150%; color: #545454 }
.text05 { font-size: 70%; line-height: 120% }
.text06 { font-size: 12px; line-height: 120% }
.text07 { font-size: 90%; line-height: 120% }
.text08 { font-size: 80%; line-height: 150% }
.text09 { font-size: 11px; line-height: 120% }
.text10 { font-size: 90%; line-height: 150% }
.text11 { font-size: 10px; line-height: 120% }
.text12 { font-size: 70%; line-height: 150% }
.text13 { font-size: 80%; line-height: 120%; color: #333333 }

.padding01 { padding-top: 5px }
.padding02 { padding-bottom: 5px }
.padding03 { padding-bottom: 10px }
.padding04 { padding-top: 10px }
.padding05 { padding-left: 10px }
.padding06 { padding: 5px 0px 10px 10px }
.padding07 {
	margin-right: 5px;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 3px;
}

/*  */

h2.catchCopy {
	color:#000000;
	font-size:80%;
	font-weight:normal;
	line-height:120%;
}

h3.title {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

h4.subTitle {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 150%;
	color: #000000
}

p.text01 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}


/* 検索 サジェスト用CSS */
form#SS_searchForm {
	margin-bottom: 5px;
}
div.SS_suggest { 
	font-weight: normal;
	z-index: 9;
	display: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	margin-top: -5px;
}
div.SS_suggest div.SS_suggestItemOff { 
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding: 1px 2px 1px 4px;
}
div.SS_suggest div.SS_suggestItemOn {
	background-color: #ECF5FA;
	border-top: 1px solid #CCC;
	padding: 1px 2px 1px 4px;
}
div.SS_suggest span.SS_suggestKey {
	font-size: 13px;
}