@charset "utf-8";

/*===============================================*
*	reset
*===============================================*/
html{
color: #333333;
font-size: 100%;
}
body, div, dl, dt, dd, ul, ol, li, p, blockquote,h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, textarea, select, option, table, th, td, embed, object {
margin:0;
padding:0;
font-size: 100%;
}
table {
border-collapse:collapse;
border-spacing:0;
font-size: 100%;
}
fieldset, img {
border: 0;
}
address, caption, cite, code, dfn, th, var{
font-style:normal;
font-weight:normal;
font-size: 100%;
}
ul {
font-size: 100%;
list-style-position: outside;
list-style-image: none;
list-style-type: none;
}
caption, th {
text-align:left;
font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

/* customize
-------------------------------------------------*/

table {
/*border-collapse:separate;*/
border-spacing:0;
}
th{
background-color:#F7F5F4;
font-weight:bold;
}
table, th, td{
border:solid 1px #E2E1DF;
vertical-align:top;
}
th, td{
vertical-align:top;
padding:4px 6px;
}
thead th{
text-align:center;
}


/*===============================================*
*	text link
*===============================================*/
a:link,
a:visited{
text-decoration: underline;
color:#484747;
}
a:hover {
text-decoration: none;
color:#484747;
}

/*===============================================*
*	clearfix
*===============================================*/
.clear{
clear: both;
}
.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
}
.clearfix {
zoom: 1;
}
/*===============================================*
*	Break hr
*===============================================*/
hr.largeBreak,
hr.mediumBreak,
hr.smallBreak {
display: block;
width: 1px;
_margin: -6px 0;
clear: both;
border: solid 1px transparent;
}
hr.largeBreak {
margin-bottom: 28px;
_margin-bottom: 21px;
}
hr.mediumBreak {
margin-bottom: 13px;
_margin-bottom: 6px;
}
hr.smallBreak {
margin-bottom: 8px;
_margin-bottom: 1px;
}
