/* -----------------------------------
standard setting
----------------------------------- */
*{
    margin:0;
    padding:0;
}

body{
	color:#333;
	font-size: small;
	line-height: 120%;
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border:0;
	vertical-align:bottom;
}

.clearboth {
	clear: both;
}

/* -----------------------------------
link color
----------------------------------- */
a {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #B24326;
}

/* -----------------------------------
headerline
----------------------------------- */
#headerline-bg {
	background-color: #53636D;
	background-image: url(../img_cmn/headerline_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	text-align: center;
	height: 33px;
}
#headerline {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 33px;
}

#headerline p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/* -----------------------------------
wrapper
----------------------------------- */
#wrapper {
	background-image: url(../img_cmn/bg.gif);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 20px;
}

/* -----------------------------------
footer
----------------------------------- */
#footer-bg {
	background-color: #CDD6D8;
	background-image: url(../img_cmn/footer_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #344B5F;
	text-align: left;
	margin-top: 20px;
	clear: both;
}

#footer {
	text-align: left;
	width: 740px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #333333;
}
#footer a:hover {
	color: #B24326;
	text-decoration: underline;
}
#copy {
	background-color: #20333A;
	background-image: url(../img_cmn/copy_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}
#copy p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
