@charset "UTF-8";



/* Default
------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 80%;
	color: #222;
	background: #f9f9f8 url(../images/bg.jpg) repeat center top;
}

body, p, div, hr, blockquote, form, h1, h2, h3, h4, h5, object, embed, script, table, th, tr, td {
	margin: 0; padding: 0;
}

p, span, blockquote, dt, dd, li, h1, h2, h3, h4, h5 {
	line-height: 140%;
}

img, table { border: 0; }

hr { display: none; }

strong { font-weight: bold; }

table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}

a {
	outline: none;
}

a:link    { color: #336699; }
a:hover   { color: #197fe5; }
a:visited { color: #486480; }



/* Background
------------------------------------------------------------- */

#bg {
	width: 100%;
	text-align: center;
	background: transparent url(../images/bg_short.jpg) repeat-x center top;
}

#home #bg {
	background: transparent url(../images/bg_full.jpg) repeat-x center top;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#character #container {
	background: transparent url(../images/character_main.png) no-repeat center top;
}



/* Layout
------------------------------------------------------------- */

#main {
	position: relative;
	width: 950px;
	height: 580px;
	margin-bottom: 30px;
	background: transparent url(../images/close_bg.jpg) no-repeat left top;
}

#footer {
	width: 950px;
	clear: both;
	text-align: center;
	margin: 20px 0;
}



/* Header
------------------------------------------------------------- */

#header {
	position: relative;
	height: 56px;
	overflow: hidden;
}

#home #header {
	height: 426px;
	background: transparent url(../images/header_bg.png) no-repeat center bottom;
}

#header h1 {
	overflow: hidden;
	position: absolute;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#header ul li.morning {
	display: block;
	position: absolute;
	left: 0px;
	top: 9px;
}

#header ul li.feed {
	display: block;
	position: absolute;
	left: 804px;
	top: 9px;
}

#moviearea {
	position: absolute;
	left: 0px;
	top: 56px;
	width: 950px;
	height: 360px;
}



/* Main
------------------------------------------------------------- */

#main h2 {
	position: absolute;
	left: 130px;
	top: 45px;
}

#main p {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#main p.amazon {
	position: absolute;
	left: 40px;
	top: 145px;
}

#main p.amazon_notes {
	position: absolute;
	left: 40px;
	top: 337px;
}

#main p.shoukibo {
	position: absolute;
	left: 40px;
	top: 400px;
}

#main .premium {
	position: absolute;
	left: 485px;
	top: 145px;
	width: 425px;
	height: 312px;
	background: transparent url(../images/close_premium_bg.png) no-repeat left top;
}

#main .premium h3,
#main .premium p {
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#main .premium ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	font-size: 0;
	line-height: 0;
}

#main .premium ul li {
	position: absolute;
}

#main .premium ul li.premium-amazon  { left: 11px;  top: 225px; }
#main .premium ul li.premium-seven   { left: 148px; top: 225px; }
#main .premium ul li.premium-tsutaya { left: 11px;  top: 268px; }
#main .premium ul li.premium-rakuten { left: 148px; top: 268px; }



/* clearfix
------------------------------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

