@charset "UTF-8";

/*
	Sleep Times
	(C) Inter IKEA Systems B.V. 2004 - 2010

	[Base] Formatting browser's default styles
		0. Zeroing out the margins and paddings
		1. HTML, Body, Anchor
		2. Headings, Paragraphs
		3. Lists
		4. Tables
		5. Forms
		6. Others
			6-1. Inline Elements
			6-2. Block-level Elements

	[Layout] 
		0. Base Layout
		1. Header
		2. Content
		3. Footer

	[Module] 
		0. Common
		1. intro
		2. blogNews
		80. Sub Content
		90. Others
		99. Clearfix
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Zeroing out the margins and paddings
-------------------------------------------------- */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	padding-top: 10px;
	background: #4a4b4e url(/img/common/bg/bg_body.jpg) repeat-y 50% 0;
	color: #3f2f28;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

/* Font-size list (base: 12px)
84% = 10px
92% = 11px
100% = 12px
109% = 13px
117% = 14px
125% = 15px
134% = 16px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
175% = 21px
184% = 22px
192% = 23px
200% = 24px
*/

a:link {
	color: #3f2f28;
	text-decoration: none;
}

a:visited {
	color: #3f2f28;
	text-decoration: none;
}

a:hover,
a:active  {
	color: #3f2f28;
	text-decoration: underline;
}

/* --------------------------------------------------
	2. Headings, Paragraphs
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

/* p {} */

/* --------------------------------------------------
	3. Lists
-------------------------------------------------- */

ul, ol {
	list-style: none;
}

/* --------------------------------------------------
	4. Tables
-------------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Forms
-------------------------------------------------- */

fieldset {
	border: none;
}

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/* --------------------------------------------------
	6. Others
-------------------------------------------------- */

/*  6-1. Inline Elements
----------------------------------- */

img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

q:before, q:after {
	content: '';
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

code {
	font-family: monospace;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

/*  6-2. Block-level Elements
----------------------------------- */

hr {
	display: none;
}

pre {
	font-family: monospace;
}

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Base Layout
-------------------------------------------------- */

#container {
	width: 950px;
	margin: 14px auto 0;
	background: #ebe8e4 url(/img/common/bg/bg_container_mdl.jpg) repeat-y;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */

#header {
	position: relative;
	top: -14px;
	width: 790px;
	margin-bottom: -14px;
	padding: 3em 80px 0; 
	background: url(/img/common/bg/bg_container_top.png) no-repeat;
}

.innerHeader {
	position: relative;
	height: 72px;
	padding-top: 13px;
}

.pageGood .innerHeader { background: url(/img/good/line/line_header_top.jpg) no-repeat; }
.pageBad .innerHeader { background: url(/img/bad/line/line_header_top.jpg) no-repeat; }

/* siteName
----------------------------------- */
#siteName {
	position: absolute;
	top: 13px;
	left: 147px;
}

/* companyLink
----------------------------------- */
#companyLink,
#imgHeader {
	text-align: right;
}

/* swfTodayDate
----------------------------------- */
#swfTodayDate {
	position: absolute;
	top: 13px;
	left: 0;
	width: 147px;
	height: 64px;
}

/* navGlobal
----------------------------------- */
#navGlobal {
	position: absolute;
	top: 47px;
	right: -155px;
}

/* msgClosed
----------------------------------- */
#msgClosed {
	position: absolute;
	top: -2em;
	left: 0;
	font-size: 92%;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */

#content {
	width: 790px;
	margin: 0 auto 10px;
	padding-top: 15px;
	background: url(/img/common/line/line_content_top.jpg) no-repeat;
}

/* main
----------------------------------- */
#main {
	float: left;
	width: 660px;
	padding-right: 11px;
	background: url(/img/common/line/line_common_y.jpg) repeat-y 100% 0;
}

/* sub
----------------------------------- */
#sub {
	float: right;
	width: 110px;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */

div#footer {
	width: 790px;
	margin: 0 auto;
	padding: 26px 0 25px;
	background: url(/img/common/line/line_footer_top.jpg) no-repeat;
	text-align: center;
}

/* footerBnr
----------------------------------- */
#footerBnr {
	margin-bottom: 10px;
}

/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Common
-------------------------------------------------- */

/* listLink
----------------------------------- */
.listLink li a {
	padding-left: 10px;
	background: url(/img/common/ico/ico_arrow.jpg) no-repeat 0 0.5em;
}
.listLink li a:link { text-decoration: underline; }
.listLink li a:visited { text-decoration: underline; }
.listLink li a:hover,a:active { text-decoration: none; }

/* unitPict
----------------------------------- */
.unitPict dl {
	position: relative;
	padding: 20px 0 15px;
	background: url(/img/common/line/line_common_x.jpg) repeat-x;
}
.unitPict dl dt {
	min-height: 40px;
	_height: 40px;
	padding: 20px 0 0 70px;
	font-weight: bold;
	font-size: 117%;
}
.unitPict dl dd.ico {
	position: absolute;
	top: 20px;
	left: 0;
}
.unitPict dl dd.txt {
	padding-top: 7px;
}
.firstChild dl {
	padding-top: 0;
	background: none;
}
.firstChild dl dd.ico {
	top: 0;
}
.unitPict.col2 {
	overflow: hidden;
	width: 700px;
	margin-right: -40px;
}
.unitPict.col2 dl {
	float: left;
	width: 310px;
	margin-right: 40px;
}
.unitPict.col3 {
	overflow: hidden;
	width: 680px;
	margin-right: -20px;
}
.unitPict.col3 dl {
	float: left;
	width: 206px;
	margin-right: 20px;
}

/* --------------------------------------------------
	1. intro
-------------------------------------------------- */
#intro {
	margin-bottom: 10px;
}

#intro h2 {
	margin-bottom: 15px;
}

#intro #swfGoodMovie {
	position: relative;
	z-index: 100;
	float: left;
	width: 440px;
	margin: -5px 0 5px -5px;
}

#intro #mainImg {
	float: left;
	width: 430px;
	margin-bottom: 5px;
}

#intro #mainImg .caption {
	margin-top: 5px;
	font-size: 92%;
}

#intro .txt {
	float: right;
	width: 220px;
	line-height: 1.6;
}

#intro a:link {
	color: #3f2f28;
	text-decoration: underline;
}

#intro a:visited {
	color: #3f2f28;
	text-decoration: underline;
}

#intro a:hover,
#intro a:active  {
	color: #C60;
	text-decoration: none;
}

/* pager
.pager {
	clear: both;
	width: 220px;
	margin-left: auto;
	padding-top: 10px;
	text-align: right;
}
.pager li {
	display: inline;
	margin: 0 1px;
}
.pager li img {
	vertical-align: middle;
}
*/

/* --------------------------------------------------
	2. changeover
-------------------------------------------------- */
#changeover {
	width: 660px;
	margin-bottom: 10px;
	padding-top: 10px;
	background: url(/img/common/line/line_common_x.jpg) repeat-x;
}
#changeover .listLink {
	width: 660px;
}
#changeover .listLink li {
	text-align: right;
}

/* --------------------------------------------------
	3. archives
-------------------------------------------------- */
#archives {
	margin-bottom: 40px;
}
#archives h3 {
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(/img/common/line/line_archives_top.jpg) no-repeat 0 100%;
}
#archives .listLink.col3 {
	margin-bottom: 5px;
}
#archives .listLink.col3 li {
	float: left;
	width: 33%;
	padding-bottom: 5px;
}

/* --------------------------------------------------
	4. recentNews
-------------------------------------------------- */
#recentNews {
	margin-bottom: 20px;
}
#recentNews h3 {
	margin-bottom: 10px;
}

/* --------------------------------------------------
	5. ikeasPickup
-------------------------------------------------- */
#ikeasPickup {
	margin-bottom: 20px;
}
#ikeasPickup h3 {
	margin-bottom: 10px;
}

/* --------------------------------------------------
	3. 404
-------------------------------------------------- */
#page404 .msgError {
	margin: 100px 0;
	text-align: center;
}

/* --------------------------------------------------
	80. Sub Content
-------------------------------------------------- */

/* todaysSleep
----------------------------------- */
#todaysSleep {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/img/common/line/line_common_x.jpg) no-repeat 0 100%;
}

#todaysSleep h2 {
	margin-bottom: 10px;
}

/* listBnr
----------------------------------- */
#listBnr li {
	margin-bottom: 10px;
}

#listBnr li.sp_banner {
	position: relative;
	height: 315px;
}

#listBnr li.sp_banner a {
	display: block;
	position: absolute;
	top: 0;
	left: -7px;
	cursor: pointer;
}

/* --------------------------------------------------
	90. Others
-------------------------------------------------- */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
