@charset "utf-8";

body {
    background: none repeat scroll 0 0 #ffd5d5;
    color: #333333;
    font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
    line-height: 1.5;
    width: 100%;
}


#onair {
/*	background: url("../images/bukatsu/band/bk.png") no-repeat 0 30px; */
	background-repeat:repeat;
	background-size: contain;
	display: block;
	margin: 0;
	position: relative;
	width: 100%;

}
#onair_link {
    margin: 0 auto;
    width: 50%;
}
#onairbody {
    background: none repeat scroll 0 0 #fff1f1;
    border-radius: 6px;
    margin: 5px auto;
    padding: 20px 10px;
    width: 85%;
    line-height: 1.4;
}

#onairbody p a {
	color:#333;
	text-align:center;
	text-decoration: none;
	display: block;
}


#onairbody ul {
    background: #fff;
    margin:auto -10px 20px;
    border-bottom:1px solid #ccc;
}

#onairbody ul li {
    background: #fff url(../../template/club/bookcomic/img/li_bg.png) scroll no-repeat 95% 50%;
    background-size:6%;
	padding:5px 10px;
	border-top:1px solid #ccc;
}

#onairbody ul li a {
	color:#333;
	text-decoration: none;
	display: block;
}

#mangabody {
    background: #fff;
    border-radius: 6px;
    margin: 5px auto;
    padding: 20px 10px 0;
    width: 85%;
    line-height: 1.4;
    overflow:hidden;
}

#mangabody p a {
	color:#333;
	text-align:center;
	text-decoration: none;
	display: block;
}


#footerImage {
    width: 100%;
}

#CopyRight {
    background-color: #001901;
    color: #FFFFFF;
    font-size: 10px;
    height: 20px;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
