body{
	text-align:center;
	margin:0;
	padding:0;
	background-color:#f0f0f0;
}

p,pre,li,dt,dd,th,td,label,textarea,h1,h2,h3,h4,h5,h6,.checkbox div{
	font:12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#333333;
	text-align:left;
	word-break:break-all;
}

input[type="text"]{
	font:12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#333333;
}

p,pre,dt,dd,th,td,li,label,h4,h5,h6,.checkbox div{ line-height:20px; }

h1,h2,h3,h4,h5,h6,th,dt{ font-weight:bold; }

h4,h5{ font-size:12px; }

p,pre,h5,h6,table{ margin:12px auto; }

form{ margin:0; }

a,label{
	color:#3399CC;
	cursor:pointer;
	text-decoration:underline;
}

a:hover,label:hover{
	color:#FF6600;
}

img{ border:none; }

table{
	margin:0;
	margin-bottom:20px;
	width:100%;
	border-collapse:collapse;
	border-spacing:1px;
}

td{
	padding:2px;
	background:none;
	color:#333399;
}

th{
	text-align:center;
}

th span{
	color:red;
	font-weight:normal;
	margin-left:2px;
}

table ul{ margin:0 0 0 15px; }

ul{ margin:10px 0 10px 25px; padding:0; }

ol{ margin:10px 0 10px 30px; padding:0; }

dl{
	margin:10px auto;
}

dt{
	margin:10px 0;
}

dd{
	margin:10px 0 10px 20px;
}

.red{color:red;}
.red2{color:red;}
.bold{ font-weight:bold; }

.clear{ clear:both; }

.checkbox div{
	float:left;
	width:140px;
	height:20px;
	overflow:hidden;
	text-align:left;
}

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

.clearfix{ display: inline-block; }
/* Hides from IE Mac */
* html .clearfix{ height: 1%; }
.clearfix{  display:block; }


table.form{
	border:solid 1px #cccccc;
	border-collapse:separate;
	border-spacing:1px;
}

.form th{
	font-weight:normal;
	padding:2px;
	color:#FFFFFF;
	text-align:right;
	background-color:#003399;
}


#wrapper{
	margin:10px auto;
	padding:10px;
	width:840px;
	background-color:#ffffff;
	border:1px solid #999999;
}


#head{
	margin:0;
	padding:0;
	height:70px;
	width:840px;
	background:url(/img/common/head.jpg) no-repeat right center;
	border-bottom:solid 1px #cccccc;
}

h1{
	margin:0;
	padding:0;
    width: 200px;
    float: left;
}
.head_copy {
    float: left;
    text-align: left;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 26px;
    line-height: normal;
    font-style: oblique;
    color: #ff3d2f;
    font-weight: bold;
}
.clearfix {
	clear: both;
}

#body{
	width:100%;
	margin:0;
	padding:0 0 40px;
	background:url(/img/common/body.gif) repeat-y left center;
	border-bottom:1px solid #CCCCCC;
}


#right{
	float:right;
	margin:0;
	padding:15px 0 0 0;
	width:600px;
	height:100%;
	min-height:100%;
	text-align:center;
}

#right div.inner{
	margin:0 auto;
	width:580px;
}

h3{
	margin:20px 0 10px;
}


#left{
	float:left;
	margin:0;
	width:240px;
}

#left_menu{
	width:230px;
	margin:10px auto;
	background:url(/img/common/j_mb_bg.gif) repeat-y center top;
}

#left p{
	width:230px;
}


#foot{
	margin:0 auto;
	width:800px;
}

#foot p{
	width:400px;
	height:60px;
	line-height:60px;
	margin:0;
}

#copy{
	float:left;
	color:#666666;
}

#footmenu{
	float:right;
	text-align:right;
}


