@charset "UTF-8";

/*
京都アニメーション
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* ---------------------------
base setting
--------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}

/* ---------------------------
header setting
--------------------------- */
#header_wrapper { width: 100%; }
	#header {
		height: 30px;
		margin: 0 auto;
	}

/* ---------------------------
content setting
--------------------------- */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(/books/tamako/market/img/bg.jpg) repeat;
}
	#content_box {
		width: 968px;
		height: 674px;
		padding-bottom: 120px;
		margin: 0 auto;
	}
		#main_content {
			width: 968px;
			height: 674px;
			background: url(/books/tamako/market/img/content.png) no-repeat;
			position: relative;
		}
			#content_banner {
				position: absolute;
				bottom: 80px;
				right: 95px;
			}
			#content_copyright {
				position: absolute;
				bottom: 65px;
				right: 95px;
				font-size: 10px;
			}