@charset "utf-8";
/* ---------------------------------------------------------
type00
--------------------------------------------------------- */
.type00 {
	clear:both;
	display:table;
	width:100%;
}
.type00 .Contents {
	clear:both;
}
/* ---------------------------------------------------------
type01
--------------------------------------------------------- */
.type01 {
	margin-bottom:10px;
	clear:both;
	display:table;
	width:100%;
}
.type01 .Title{
	background:url(images/container01_bg.jpg) repeat-x;
	float:left;
	width:100%;
}
.type01 .TitleBody {
	width:70%;
	float:left;
	height:28px;
	text-align:left;
	line-height:28px;
	padding-left:15px;
	background:url(images/container01_left.jpg) no-repeat 0 0;
}
.type01 .TitleRight {
	width:10%;
	float:right;
	height:28px;
	line-height:28px;
	background:url(images/container01_right.jpg) no-repeat right top;
}
.type01 .TitleRight a img {
	float:right;
	vartical-align:middle;
	padding-right:10px;
	margin-top:5px;
}
.type01 .TitleBody h2 {
	margin:0px;
}
.type01 .TitleBody .Head {
	font-size: 100%;
	font-weight: bold;
	color:#333;
}
.type01 .TitleBody h2 img {
	vertical-align:middle;
	margin-right:5px;
}
.type01 .Contents {
	padding-top:10px;
	clear:both;
}
/* ---------------------------------------------------------
type02
--------------------------------------------------------- */
.type02 {
	margin-bottom:10px;
	clear:both;
	display:table;
	width:100%;
}
.type02 .Title{
	background: url(images/container02_bg.jpg) repeat-x;
	float:left;
	width:100%;
}
.type02 .TitleBody {
	width:85%;
	float:left;
	padding-left:20px;
	height:22px;
	line-height:22px;
	text-align:left;
	background:url(images/container02_left.jpg) no-repeat 0 0;
}
.type02 .TitleRight {
	width:10%;
	float:right;
	height:22px;
	line-height:22px;
	background:url(images/container02_right.jpg) no-repeat right top;
}
.type02 .TitleRight a img {
	float:right;
	vartical-align:middle;
	padding-right:10px;
	margin-top:3px;
}
.type02 .TitleBody h2 {
	margin:0px;
}
.type02 .TitleBody .Head {
	font-size: 100%;
	color:#333;
	font-weight:bold;
}
.type02 .TitleBody h2 img {
	vertical-align:middle;
	margin-right:5px;
}
.type02 .Contents {
	padding-top:10px;
	clear:both;
}


