@charset "utf-8";
/* Default Style  */
body {
	margin:0;
	padding:0;
	height:100%;
	color:#333;
	line-height:1.3;
	text-align: center;
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/command/bg_b.jpg);
}

*{
	margin:0;
	padding:0;
}

img{
    border:none;
}


/*************   link style   *****************/

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}


/*************   list style   *****************/

ul,ol,dl{
    list-style-type:none;
}

li,dt,dd{
    list-style-type:none;
}

li img{
	text-align: left;
}

/*************   misc style   *****************/

strong{
	font-weight:bold;
	font-size: 1em;
}
.clear_b{
	clear:both;
	line-height:0;
	font-size: 0px;
}

/************** table ************************/

table {
	border-collapse: collapse;
	border:1px #D3DDD9 solid;
}

td, th {
	padding: .5em;
	text-align: left;
	border:1px #D3DDD9 solid;
}

th{
	font-size: 12px;
	padding: 0.5em;
	text-align: center;
	background:#E9EFEC;
	font-weight:normal;
}

caption {
	padding: 0 0.5em 0;
	text-align: left;
	color: #333;
}
address{
	font-style: normal;
	font-family: "MS PGothic";
	padding-left: 30px;
}
.noBoder{
	border-bottom:none;
}

.english{
font-family:Arial, Helvetica, sans-serif
}

.right{
	text-align:right;
	}
	
	
/************** image ************************/

.RightImgBox{
	float:right;
	text-align:center;
}

.LeftImgBox{
	float:left;
	text-align:center;
	padding-right:20px !important;
}

.RightImgBox img, .LeftImgBox img{
	border:1px solid #CCCCCC;
	padding:2px !important;
}

.RightImgBox span, .LeftImgBox span{
	font-size:0.8em;
}

