@charset "utf-8";

/* ---------------------------------------------------------
DefaultTitle
--------------------------------------------------------- */
.TerminalDefaultTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.TerminalDefaultTitle .Title {
	width:100%;
	background: url(images/defaulttitle-right.gif) right top no-repeat;
	height:22px;
	line-height:22px;
}
.TerminalDefaultTitle .Title h2 {
	width:100%;
	float:left;
	height:22px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	background:url(images/defaulttitle-left.gif) left top no-repeat;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0;
}
.TerminalDefaultTitle .Title .Head {
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-indent: 0;
}
.TerminalDefaultTitle .Contents {
	clear:both;
	padding: 10px 0;
	margin: 0;
	color: #666666;
}

/* ---------------------------------------------------------
IconDefaultTitle
--------------------------------------------------------- */
.TerminalIconDefaultTitle {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.TerminalIconDefaultTitle .Title {
	width:100%;
}
.TerminalIconDefaultTitle .Title h2 {
	width:100%;
	float:left;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
.TerminalIconDefaultTitle .Title .Head {
	padding: 0;
	text-indent: 0;
}
.TerminalIconDefaultTitle .Contents {
	clear:both;
	padding: 10px 0;
	margin: 0;
	color: #666666;
}

/* ---------------------------------------------------------
SideNavi
--------------------------------------------------------- */
.TerminalSideNavi {
	clear:both;
	display:table;
	margin-bottom:20px;
	width:100%;
	padding:0;
}
.TerminalSideNavi .Title {
	width:100%;
	background: url(images/sidenavi-right.gif) right top no-repeat;
	height:34px;
	line-height:34px;
}
.TerminalSideNavi .Title h2 {
	width:100%;
	float:left;
	line-height: 34px;
	padding: 0;
	margin: 0;
	background:url(images/sidenavi-left.gif) left top no-repeat;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0;
}
.TerminalSideNavi .Title .Head {
	font-size: 12px;
	color: #ffffff;
	line-height: 34px;
	padding: 0 0 0 30px;
	font-weight: bold;
	text-indent: 0;
}
.TerminalSideNavi .Contents {
	clear:both;
	padding: 1px;
	margin: 0;
	color: #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;	
border-top: 1px solid #dddddd;			
}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.NoTitle {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}


