/*Common*/
.align-l {
	text-align: left;
}
.align-c {
	text-align: center;
}
.align-r {
	text-align: right;
}
.Float-l {
	float: left;
}
.Float-r {
	float: right;
}
.Clear-l {
	clear:left;
}
.Clear-r {
	clear:right
}
	/*Division*/
	.Division-x1c-solid{
		border-top:1px solid #ccc;
		width:100%;
		height: 0.1px;
		overflow: hidden;
		margin: 5px 0;
		clear: both;
		float: none;
	}
	.Division-x1e-solid{
	border-top:1px solid #eee;
	width:100%;
	height: 1px;
	overflow: hidden;
	clear: both;
	float: none;
	margin: 5px 0;
	}
	.Division-x1c-solid{
		width:100%;
		height: 0.1px;
		overflow: hidden;
		margin: 5px 0;
		clear: both;
		float: none;
		border-top: 1px solid #ccc;

	}
	.Division-x1c-dashed {
	height: 1px;
	width: 100%;
	clear: both;
	border-top: 1px dashed #ccc;
	margin: 3px 0;
	}
	.Division--y1c-dotted {
		width: 1px;
		height: auto;
		float:left;
		border-left: 1px dotted #ccc;
		margin: 3px 0;
	}
	.Division-y1c-solid {
		border-right:1px solid #ccc;
		height: 100%;
		overflow: hidden;
		width: 1px;
		margin: 0 15px 0 15px;
	}
	.Division-x-groove {
		border-top:1px solid #999;
		border-bottom:1px solid #fff;
		width: 100%;
		overflow: hidden;
		margin: 8px 0;
		clear: both;
		height: 2px;
	}

.blank {
	display: block;
	height: 1px;
}
.p {
	text-indent: 24px;
	line-height: 22px;
	margin: 5px;
}
.border0{
	border: 0;
	background: transparent;
}
.WhiteBorder-1{
	border: 1px solid #fff;
}
.GrayBorder-1{
	border: 1px solid #ccc;
}
.margin10{
	margin: 10px; 
}
.bold{
	font-weight:bold;
}
.transparent{
	background:none;
	border: 0;
}
a.OrangeLink:link,a.OrangeLink:visited{
	color: #f60;
}
a.OrangeLink:hover{
	color: #f90;
}
a.link_gray:link,a.link_gray:visited,a.link_gray:active{ color:#666}
a.link_gray:hover{ color:#8C8C8C}
a.link_white:link,a.link_white:visited,a.link_white:active{ color:#fff}
a.link_white:hover{ color:#ddd}
a.link_red:link,a.link_red:visited,a.link_red:active{ color:#f00;}
a.link_red:hover{ color:#7A0000;}


/*Font*/
h1 {
	font-size: 20px;
	margin: 0;
}
h2 {
	font-size: 18px;
	margin: 0;
}
h3 {
	font-size: 16px;
	margin: 0;
}
h4 {
	font-size: 14px;
	margin: 0;
}
h5 {
	font-size: 12px;
	margin: 0;
}
h6 {
	font-size: 10px;
	margin: 0;
}
.f10-3 {
	font-size: 10px;
	color: #333;
}
.f11-9 {
	font-size: 11px;
	color: #999;
}
.f11b-3 {
	font-weight: bold;
	font-size: 11px;
	color: #333;
}
.f12-3 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.f12b-3{
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.f12-6 {
	font-size: 12px;
	color: #666;
}
.f12-9 {
	font-size: 12px;
	color: #999;
}
.f12-f,.f12-f a:link {
	font-size: 12px;
	color: #fff;
}
.f12-red{
	font-size: 12px;
	color: red;
}
.f12b-red {
	font-size: 12px;
	color: red;
	font-weight: bold;
}
.f12-red2 {
	font-size: 12px;
	color: #B70757;
}
.f12-org {
	font-size: 12px;
	color: #f90;
}
.f12b-org {
	font-size: 12px;
	color: #f90;
	font-weight: bold;
}
.f18b-org {
	font-size: 18px;
	color: #f90;
	font-weight: bold;
}
.f14b-org {
	font-size: 14px;
	color: #f90;
	font-weight: bold;
}
.f12-yelo {
	font-size: 12px;
	color: #ff0;
}
.f12b-yelo {
	font-size: 12px;
	color: #F7C600;
	font-weight: bold;
}
.f12-green{
	font-size: 12px;
	color: #090;
}
.f12b-green{
	font-size: 12px;
	color: #090;
	font-weight: bold;
}
.f14b-green {
	font-size: 14px;
	color: #090;
	font-weight: bold;
}
.f14bb-green,.brand {
	font-size: 14px;
	color: #060;
	font-weight: bold;
}
.f12-blue{
	font-size: 12px;
	color: #09c;
}
.f12b-blue {
	font-size: 12px;
	color: #09c;
	font-weight: bold;
}
.f14b-blue {
	font-size: 14px;
	color: #09c;
}
.f14-0 {
	font-size: 14px;
	color: #000;
}
.f14-3 {
	font-size: 14px;
	color: #333;
}
.f14b-0 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.f14b-3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.f14b-f {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.f14b-red {
	font-size: 14px;
	color: red;
	font-weight: bold;
}
.f14b-red2 {
	font-size: 14px;
	color: #B70757;
	font-weight: bold;
}
.f16b-red {
	font-size: 16px;
	color: red;
	font-weight: bold;
}
.f16b-0 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.f16b-3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.f16b-green {
	font-size: 16px;
	color: #090;
	font-weight: bold;
}
.f16b-blue {
	font-size: 16px;
	color: #069;
	font-weight: bold;
}
.f18b-red {
	font-size: 18px;
	color: red;
	font-weight: bold;
}
.p14 {
	text-indent: 28px;
	line-height: 22px;
	margin: 5px;
	font-size: 14px;
}


/*Tag*/
table{
	border-collapse: collapse;
	border: 0;
}
input {
	font-size: 12px;
}
p {
	line-height: 20px;
	text-indent: 24px;
	margin: 5px;
	display: block;
}
select {
	font: 12px  Arial;
}
form,iframe {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	border: 1px solid #999;
	background-color: #fff;
}
ul{
	padding:0;
	margin:0;
	list-style: none;
}
img {
	border: 0;
}

#ArticleCont p{margin:0px;padding:0px;text-indent:0px;font-size:14px; line-height:24px;margin-bottom:15px;}
