@charset "EUC-JP";

@import "textsettings.css";
@import "design.css";
@import "leftcol.css";


body {
	margin: 0;
	padding: 0;
	background: url(../img/header_back.jpg) repeat-x;
}
#container {
	width:980px;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
}
#header {
	width:980px;
	height:180px;
	margin: 10px 0 0 0;
}
#pagetop {
	width:980px;
	height:315px;
	display:block;
}
#contents {
	float:right;
	width:740px;
	margin: 15px 0 0 0;
}

#leftcol {
	width:220px;
	float:left;
	margin: 15px 0 0 0;
}

#footer {
	width:100%;
	margin: 0 auto;
	background:#F4F4F4;
	overflow:hidden;
	padding: 10px 0 30px 0;
}

#footer .copy a:link {color: #000000; text-decoration: none;}
#footer .copy a:visited {color: #000000; text-decoration: none;}
#footer .copy a:hover {color: #000000; text-decoration: none;}

#footer .wap {
	width:980px;
	margin:0 auto;
	text-align:center;
}




#leftcol #blog_bns {
    margin: 20px 0 20px 0;
}

    #leftcol #blog_bns li {
        margin: 0 0 7px 0;
    }
    
    #leftcol #blog_bns li img {
        float: none;
    }