@charset "Shift_JIS";
/* CSS Document */


/* ========================================== 

　　　　　   Welcome to Tajimi

 ========================================== */

*{
	margin:0px;
	padding:0px;
}

body{
	text-align: center;
	width: 100%;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	background-color: #FFF;
}

img {
    display: block;
    border: none;
}

a:hover img{
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 1050px;
	height: 1034px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 1050px;
	margin: 0px;
	padding: 0px;
	height: auto;
}


#header p {
	width: 1050px;
	padding: 43px 0 0 168px;
	height: auto;
}

#main {
	width: 1050px;
	height: auto;
}

#main .book {
	width: 329px;
	padding: 22px 0 0 0;
	height: auto;
	float: left;
}

#main .book p {
	padding: 0 0 0 63px;
}

.book_title {
	padding: 0 0 10px 30px;
}

#footer {
	width: 1050px;
	height: auto;
	text-align: center;
	margin-top: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C3C3C3;
	color: #999999;
	font-family: Tahoma, Geneva, sans-serif;
}


