/* Reset-min */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input[type='checkbox']{
	height: 20px;
	width: 20px;
}
legend{
	color:#000;
}
/* Reset-min END */
/* Base-min */
h1,h2,h3,h4,h5,h6,strong{
	font-weight:bold;
}
abbr,acronym{
	border-bottom:1px dotted #000;
	cursor:help;
	font-variant:normal;
} 
em{
	font-style:italic;
}

ol li{
	list-style:decimal outside;
}
ul li{
	list-style:none outside;
}
dl dd{
	margin-left:1em;
}
th,td{
	border:0px;
	padding:.5em;
	vertical-align:top;
}
th{
	font-weight:bold;
	text-align:center;
}
caption{
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table,pre{
	margin-bottom:1em;
}
#search_form input[type=text],input[type=password],textarea {
	border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 33px;
    line-height: 22px;
    padding: 0 3px 0 16px;
    width: 266px;
	background:#eeeeee;
}
.three-col-fce  input[type=text],input[type=password],textarea {
	border-top: 1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
    height: 40px;
    width: 298px;
	background:#eeeeee;
	margin-bottom:20px;
	margin-top:3px;
}
input[type=submit],input[type=reset] {
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	padding:2px 6px;
	cursor:pointer;
}
input[type=image] {
	vertical-align:bottom;
}
/* Base-min END */