@charset "utf-8";
/* CSS Document */
body{
    margin:0;
    padding:0;
    background-position: left top;
    background-image: url(../common/img/main_bg.jpg);
    background-repeat:repeat-x;
    background-color:#FFF;
	}

/* content
**********************/
#mainImg{
	margin:0 auto;
	width:900px;
	height:314px;
}
#contentWrapper{
    padding:0 10px 10px;
}

h3#h3img01{
	width:560px;
	margin:0;
	padding:0;
	height:26px;
	background-color:#006633;
}
div#h3box01{
	margin:0 0 10px;
	padding:5px 10px 10px;
	width:540px;
        background-position: left top;
        background-image: url(../img/h3box01_bg.jpg);
	background-repeat:repeat-y;	
	border-bottom:1px solid #CCCCCC;
}
#leftCon{
	width:550px;
	margin:10px 0 10px;
}
#rightCon{
	margin:10px 0 20px;
	width:300px;
}

#bnr02{
	margin:0 auto 10px;
}

#loginBoxh3{
	width:300px;
}
#loginBox{
	padding:5px 10px 10px;
	width:280px;
	background-image:url(../img/login_box_bg.jpg);
	border-bottom:1px solid #999999;
}
#loginBox table{
	width:250px;
	margin:0 atuo 5px;
}
#loginBox table th{
	width:50px;
        padding: 5px;
        font-weight: bold;
}
#loginBox table td{
	width:200px;
        padding: 5px;
}
#loginBox form input.textbox{
	width:150px;
}
#loginBox form input#submitbtn{
	width:129px;
	height:25px;
	background-image:url(../img/login_btn.jpg);
	border:0;
	background-repeat:no-repeat;

}

	
	
	
	

