@charset "UTF-8";
/* Base setting　 */
#Content {
 color: #444444;
 line-height: 1.6;
 letter-spacing: 0.02em;
 font-size: 80%;
}
* {
 margin: 0px;
}
a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
}
a:hover img.nofilter, a:hover img.imgover {
 opacity: 1;
 filter: none;
}
a {
 color: #000000;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
button {
 cursor: pointer;
}
object {
 vertical-align: bottom;
}
img {
 border: none;
 margin: 0px;
 padding: 0px;
}
input {
 padding-top: 2px;
}
ul, ol {
 list-style-type: none;
}
li img {
 vertical-align: bottom;
}
strong {
 font-weight: bold !important;
}
em {
 font-style: italic !important;
}
ins {
 text-decoration: underline !important;
}
del {
 text-decoration: line-through !important;
}
#wrap {
 width: 920px;
 margin: 0px auto;
 text-align: left;
}
/*===========================
header
===========================*/
#header {
 border-bottom: 1px solid #EEEEEE;
 position: relative;
 zoom: 1;
}
#header * {
 line-height: 1;
 vertical-align: bottom;
}
#header #head-topnavi_allb {
 position: absolute;
 right: 0;
 top: 12px;
}
#header #head-topnavi_allb li {
 float: left;
 margin-left: 10px;
 margin-top: 2px;
}
#header #head-topnavi_allb li#log-btn_allb {
 margin-top: 0;
}
#header #head-topnavi_allb li#add-line_allb {
 padding-left: 11px;
 border-left: 1px solid #CCCCCC;
}
/*===========================
plist
===========================*/
#plist {
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 3px;
 line-height: 1;
 _line-height: 1.1;
 vertical-align: middle;
}
#plist li {
 float: left;
 font-size: 83.4%;
}
/*===========================
col-wrap
===========================*/
#col-wrap {
 margin-bottom: 30px;
}
/*===========================
main-col
===========================*/
#main-col {
 float: left;
 width: 700px;
}
.merry {
 clear: both;
}
/*===========================
footer
===========================*/
div#footer {
 clear: both;
 border-top: 1px solid #EEEEEE;
 text-align: center;
 margin: 6px 0 0;
 padding: 20px 0 25px;
 font-size: 83.4%;
}
div#footer p.logo {
 margin: 12px 0;
}
.pagetop {
 text-align: right;
 margin-top: 30px;
}