@charset "utf-8";
/* CSS Document */
#about {
	margin: 0px;
	padding: 0px;
}
#about h2 {
	background-image: url(../img/about_tit01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
#about h3 {
	background-image: url(../img/about_tit02.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: -9999px;
}
#about_inner01 {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 5px;
	background-color: #EFF9FE;
}
#about_inner02 {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#about_inner02 dl {
	margin-bottom: 10px;
}
#about_inner02 dt {
	font-weight: bold;
}
#about_inner02 dd {
	margin-bottom: 10px;
}
#about_inner02 ol {
	margin-bottom: 10px;
}
#toi {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #AE1111;
	background-color: #FEF5F5;
	margin-bottom: 10px;
}
#attention {
	background-image: url(../../img/icon/attention.gif);
	background-repeat: no-repeat;
	height: 31px;
	color: #A80000;
	padding-left: 40px;
	padding-top: 3px;
}

