@charset "utf-8";


.ActionBtn {
	width: auto;
	}
.ActionBtn a img{
	vartical-align:middle;
    margin:5px 0px 0 0;
	float:right;
	}

/* ---------------------------------------------------------
PageTitle
--------------------------------------------------------- */
.PageTitle {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0;
 	padding:0;
 }
 
.PageTitle .TitleBody {
	background: url(images/pagetitle_right.gif) left top repeat-x;
	width:100%;
	margin-bottom:10px;
	}
.PageTitle .Title{
	background: url(images/pagetitle_bg.gif) left top no-repeat;
	height:40px;
	line-height:40px;
}
.PageTitle .Title h2{
	float:left;
	background: url(images/pagetitle_left.gif) left top no-repeat;
	padding:0 0 0 20px;
}
.PageTitle .Title .Head {
	color:#1EA57C;
	font-weight:bold;
	font-size:16px;
}

.PageTitle .Contents {
	clear:both;
	margin-bottom:20px;
}


/* ---------------------------------------------------------
type00
--------------------------------------------------------- */
.type00{
	clear:both;
	display:table;
	width:100%;
	margin:0;
 	padding:0;
	}
/* ---------------------------------------------------------
type01
--------------------------------------------------------- */
.type01 {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0;
 	padding:0;
 }
.type01 .Title{
	width:100%;
	background: url(images/type01_bg.gif) right top repeat-x;
	height:21px;
	margin-bottom:10px;
	padding:0 0 0 5px;
}
.type01 .Title h2{
	float:left;
	padding:0;
	font-size:12px;
}
.type01 .Title .Head {
	color:#1EA57C;
	font-weight:bold;
	font-size:12px;
}
.type01 .Contents {
	clear:both;
	margin-bottom:20px;
}

/* ---------------------------------------------------------
type02
--------------------------------------------------------- */
.type02 {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	margin:0;
 	padding:0;
 }
.type02 .Title{
	width:100%;
	background: url(images/type02_bg.gif) right top repeat-x;
	height:40px;
	line-height:40px;
}
.type02 .Title h2{
	float:left;
	background: url(images/type02_left.gif) left top no-repeat;
	height:40px;
	padding:0 0 0 20px;
}
.type02 .Title .Head {
	color:#1EA57C;
	font-weight:bold;
	font-size:12px;
}
.type02 .Contents {
	clear:both;
	margin-bottom:20px;
	padding:5px 5px 5px 5px;
	background: #E9FFF8;
}


