@charset "utf-8";

#old_page{
	margin:0 100px;
}

#pageTop{
	margin:30px 0 10px 0;
	text-align: right;
}

.linkIcon {
	background-image: url(../images/common/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

div.pageNext ul.numberLink {
	padding-left: 360px;
}
div.pageNext ul.numberLink li {
	float: left;
}
div.pageNext ul.numberLink li.current {
	background:#EEF8FD none repeat scroll 0 50%;
	border:1px solid #2098DF;
	color:#666666;
	font-size:110%;
	margin:0 5px 0 0;
	padding:3px 9px;
	text-align:center;
	text-decoration:none;
	width:0.5em;
}
div.pageNext ul.numberLink li a {
	border:1px solid #CCCCCC;
	color:#2098DF;
	cursor:pointer;
	display:block;
	font-size:110%;
	margin:0 5px 0 0;
	padding:3px 9px;
	text-align:center;
	text-decoration:none;
	width:0.5em;
}
div.pageNext ul.numberLink li a:hover {
	background:#EEF8FD none repeat scroll 0 50%;
	border:1px solid #2098DF;
	color:#666666;
}
div.pageNext a.pageNextBtn {
	margin-top: 3px;
}

.mgt5{margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt25{margin-top:25px;}
.mgt30{margin-top:30px;}
.mgt120{margin-top:120px;}

.mgr5{margin-right:5px;}
.mgr10{margin-right:10px;}
.mgr15{margin-right:15px;}
.mgr20{margin-right:20px;}
.mgr25{margin-right:25px;}
.mgr30{margin-right:30px;}

.mgb5{margin-bottom:5px;}
.mgb10{margin-bottom:10px;}
.mgb15{margin-bottom:15px;}
.mgb20{margin-bottom:20px;}
.mgb25{margin-bottom:25px;}
.mgb30{margin-bottom:30px;}
.mgb120{margin-bottom:120px;}

.mgl5{margin-left:5px;}
.mgl10{margin-left:10px;}
.mgl15{margin-left:15px;}
.mgl20{margin-left:20px;}
.mgl25{margin-left:25px;}
.mgl30{margin-left:30px;}
.mgl35{margin-left:35px;}
.mgl215{margin-left:215px;}

.pdt5{padding-top:5px;}
.pdt10{padding-top:10px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt30{padding-top:30px;}

.pdr5{padding-right:5px;}
.pdr10{padding-right:10px;}
.pdr15{padding-right:15px;}
.pdr20{padding-right:20px;}
.pdr25{padding-right:25px;}
.pdr30{padding-right:30px;}
.pdr180{padding-right:180px;}

.pdb5{padding-bottom:5px;}
.pdb10{padding-bottom:10px;}
.pdb15{padding-bottom:15px;}
.pdb20{padding-bottom:20px;}
.pdb25{padding-bottom:25px;}
.pdb30{padding-bottom:30px;}

.pdl5{padding-left:5px;}
.pdl10{padding-left:10px;}
.pdl15{padding-left:15px;}
.pdl20{padding-left:20px;}
.pdl25{padding-left:25px;}
.pdl30{padding-left:30px;}


.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearer {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}

