/*! common.css */

/* ==========================================================================
   Base styles
   ========================================================================== */

body {
font: 12px/1.5 "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
color: #333;
}
img {
vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-size: 1em;
}
p {
margin: 0;
}
ol, ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
dl, dd {
margin: 0;
}
small {
font-size: 100%;
}
em {
font-style: normal;
}
a {
color: #333;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
main #pageTop {
margin: 30px auto 0;
width: 980px;
text-align:right;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* clearfix
-------------------------------------------------- */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}

/* clear
-------------------------------------------------- */
.clear{
clear:both;
}






/* ==========================================================================
   breadcrumb styles
   ========================================================================== */
.breadcrumb {
width: 980px;
margin: 15px auto 0px auto;
font-size:x-small;
}
.breadcrumb li {
float: left;
}



