﻿/* ���Z�b�gCSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	/*font-size: 100%;*/
	text-align: center;
	font-weight: normal;
}
P{
	/*text-align: center;*/
	font-size: 16px;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
    border: 0;
}


/* �������� */
.bold {font-weight: bold;}
.bold-red {font-weight: bold; color: #FF0000;}


/* IME���� */
.ime-on { ime-mode: active; }
.ime-off { ime-mode: disabled; }

.list-paddingleft-2 li{
background-image:url(/en/skin/images/dh.png);
background-repeat: no-repeat;
background-position:-0em 0.3em;
}
.list-paddingleft-2 li p{
margin-left:30px;
}
.list-paddingleft-3 li{
 list-style-type:decimal;
margin-left:22px;
}
.list-paddingleft-3 li p{
margin-left:8px;
}