@charset "utf-8";



/* base
----------------------------------------------------*/
body,div,
h1,h2,h3,h4,h5,h6,
p,ul,li,dl,dt,dd,table,th,td,img,
form,select,option,address,pre {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','MS UI Gothic',
						Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	line-height: 1.5;
	color: #000;
}

img,
a img {
	border: none;
}

a {
	cursor: pointer;
}

a:link,
a:visited {
	color: #e6001b;
	text-decoration: underline;
}

a:hover {
	color: #e97482;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:focus {
	outline: none;
}


body {
	text-align: center;
	margin: 0 auto;
	background: url(../img/bg.gif) repeat-x;
	background-position: left top;
	
}



/* container
----------------------------------------------------*/
#container	{
	text-align: left;
	width: 980px;
	margin: 0 auto;
}


/* header
----------------------------------------------------*/
#header {
	position: relative;
	width: 980px;
	height: 35px;
}

img#top_logo {
	margin: 5px 0;
}

img#btn_si_tachiyomi {
	position: absolute;
	top: -5px;
	right: 0px;
}



/* contents
----------------------------------------------------*/
.btns a:hover img {
/* 	filter: alpha(opacity=85); */
 	-moz-opacity:0.85;
	opacity:0.85;
}
.btns a:active img {
/* 	filter: alpha(opacity=100); */
 	-moz-opacity:1;
	opacity:1;
}

#contents {
	width: 965px;
}

#top {
	position: relative;
	margin: 20px -20px 10px;
}
img#top_copy {
	position: absolute;
	top: 10px;
	left: 435px;
}
img#book {
	position: absolute;
	top: 295px;
	left: 428px;
}

p {
	padding: 0 20px 10px;
	font-size: 12px;
}

#columns {
	float: left;
	width: 965px;
	padding: 0 0 50px;
}
#column_left {
	float: left;
	width: 650px;
}
#column_right {
	float: right;
	width: 315px;
	margin: -10px 0 0;
}
.column_L {
	float: left;
	width: 650px;
}
.column_L_bg {
	background: url(../img/colum_l.gif) no-repeat;
	background-position: left bottom;
	padding: 0 0 20px;
}
.column_S {
	float: left;
	width: 315px;
	padding: 10px 0 0;
}
.column_S_bg {
	background: url(../img/colum_s.gif) no-repeat;
	background-position: left bottom;
	padding: 0 0 20px;
}
.margin10 {
	margin-right: 10px;
}

h4 {
	padding: 10px 20px 0;
	font-size: 17px;
	font-weight: bold;
}

.hiketsu {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

#list-01 {
	overflow-y: scroll;
	width: 325px;
	height: 135px;
	border: none;
	font-size: 12px;
	margin: 0 0 0 -25px;
	padding:　5px 0 5px 0;
}

ul#pdf li {
	background: url(../img/tachiyomi_mark.gif) no-repeat;
	height: 22px;
	margin: 0 20px;
	padding: 2px 0 0 26px;
	font-size: 13px;
}
a img {
	margin: 10px 20px 5px;
}

.link p a {
	font-size: 15px;

}



/* footer
----------------------------------------------------*/
#footer {
	clear: both;
	text-align: left;
	background: #000;
	height: 60px;
}
#footer_contents {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
img#footer_logo {
	float: left;
	width: 230px;
	margin: 4px 0 0;
}

img#si_twitter {
	position: absolute;
	top: 8px;
	left: 220px;
}

#footer p {
	float: right;
	color: #fff;
	font-size: 10px;
	margin: 35px 0 0;
}