/* CSS Document */

@charset "utf-8";


#header ul { margin-top: 0px; margin-bottom: 0em; margin-left: 0; padding: 0; }

/* モバイルポータル ヘッダーCSS */
div#header {
    width: 980px;
    background: #FFF;
    margin-left: 0px;
}

div#header {
clear: left;
min-height: 60px;
_height: 60px;
margin: 0 auto 10px;
text-align: left;
position: relative;
z-index: 1000; 
}

.borderNone{ border: none; }

li#headerunder {
    width: 964px;
    height: 5.5px;
    list-style: none;
    float: left;
    border-bottom-color: #b8b8b8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
div#headerTop {
    width: 978px;
    height: 45px;
    padding-bottom: 1px;
    border-right-color: #b8b8b8;
    border-left-color: #b8b8b8;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: none;
}
li#headerleft {
    width: 8px;
    height: 6px;
    background-image: url(../img/r_left.png);
    background-repeat: no-repeat;
    list-style: none;
    float: left;
}
li#headerright {
    width: 8px;
    height: 6px;
    background-image: url(../img/r_right.png);
    background-repeat: no-repeat;
    list-style: none;
    float: left;
}
div#corporatesymbol {
    margin: 4px 10px 3px 9px;
    width: 78px;
    height: 38px;
    float: left;
}
div#sitelogo {
    vertical-align: middle;
    text-align: right;
    margin-right: 20px;
    margin-top: 15px;
    float: right;
}
div#search {
    vertical-align: middle;
    text-align: right;
    margin-right: 20px;
    margin-top: 12px;
    float: right;
}

div#footer {
    min-width: 100%;
    background-color: #666;
    height:25px;
    line-height: 25px;
    color:white;
    text-align: right;
}


div#footer.affix {
    bottom:0;
    left:0;
}
div#footer .privacypolicy {
    float: left;
    width: 200px;
    text-align: left;
}
div#footer .privacypolicy a {
    color: #fff;
    text-decoration: none;
}
div#footer .privacypolicy a:hover {
    text-decoration: underline;
}
div#footer .copyright {
    float: right;
    width: 200px;
    text-align: right;
}
div#footer .container {
    width:980px;
    margin:0 auto;
    background-color: #666;
    color:white;
    text-align: right;
}

/** top page link navi list */
ul.cld-pagelink {
	margin: 10px 0 15px;
	padding: 0;
	list-style: none;
}
ul.cld-pagelink li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 95%;
}
ul.cld-pagelink li img {
	padding-right: 3px;
}
ul.cld-pagelink li a {
	padding-right: 10px;
}


/* attention */
#clearsureAttention ul {
	padding-top: 0.25em;
	margin-bottom: 0.75em;
}
#clearsureAttention li {
	line-height: 1.4;
	margin-bottom: 0.25em;
}

.maincontents li img { margin-left: 5px; border: none; }