@charset "UTF-8";

@import "navi.css";


/*======================================================================================
   インフォメーション
======================================================================================*/

h3,h4 {
	clear: both;
}
#information {
	margin: 0 auto 5px;
}
.pagetop-button {
	clear: both;
	padding-top: 20px;
	text-align: right;
}
* html .pagetop-button {
	margin: 0px auto;
	padding: 0;
}

/*　中身
-----------------------------------------------------*/
#information dl dt {
	width: 100%;
	height: 30px;
	background: url(../images/title_info.gif) no-repeat 0 0;
	position: relative;
}
#information dl dt img {
	position: absolute;
	top: 4px;
	right: 4px;
}
#information dl dd {
	padding: 5px 5px 5px 10px;
	border: solid #aaa;
	border-width: 0 1px 1px;
}

/* 日付 */
#information dl dl dt {
	float: left;
	clear: left;
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	margin-right: 10px;
	font-size: 93%;
}

/* テキスト */
#information dl dl dd {
	display: block;
	margin-left: 8.5em;
	padding: 0 0 0 16px;
	text-indent: -16px;
	border: none;
	font-size: 93%;
}
#information dl dl dd a {
	background-position: 0 1px;
}

/*======================================================================================
   メニュー
======================================================================================*/

ul#menu {
	margin-top: 20px;
}
*:first-child+html ul#menu { margin-bottom: 20px; }

ul#menu li {
	float: left;
	margin-bottom: 18px;
}
ul#menu li.middle {
	padding: 0 18px;
}
#cm-button {
	text-align: right;
}


/*======================================================================================
   内容
======================================================================================*/

table.layout {
	width: 780px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.layout td.space {
	width: 10px;
	vertical-align: top;
}
table.layout td.contents {
	width: 385px;
}









.wrapper {
	clear: both;
}
.wrapper { min-height: 1%; }
.wrapper:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html .wrapper { display: inline-block; }
/* no ie-mac \*/
* html .wrapper { height: 1%; }
.wrapper { display: block; }
/* clearfix END */

.wrapper-l {
	float: left;
	width: 385px;
}
.wrapper-r {
	float: right;
	width: 385px;
}
* html .wrapper-l,
* html .wrapper-r {
	width: 373px;
}

.boxset {
	padding-right: 0px;
}
.box {
	margin-bottom: 10px;
	padding: 10px;
	background: #f6f6f6;
}

.box { min-height: 1%; }
.box:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html .box { display: inline-block; }
/* no ie-mac \*/
* html .box { height: 1%; }
.box { display: block; }
/* clearfix END */


.wrapper-l .box,
.wrapper-r .box {
	margin-right: 0;
}


.box img {
	border: 1px solid #fff;
}
.box dl {
	float: right;
	width: 200px;
}
.box dt {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 93%;
}
.box dd {
	font-size: 93%;
	line-height: 1.2;
}

/*======================================================================================
   ＣＭ紹介
======================================================================================*/

.cm {
	float: left;
	width: 385px;
	margin: 10px 0 30px;
	padding: 0;
	background: white;
}
* html .cm { width: 370px; }

.cm h3 {
	margin-top: 0;
}
.cm p {
	float: right;
	width: 210px;
	padding: 0;
	font-size: 93%;
}
* html .cm p {	width: 200px; }

.cm a {
	font-weight: bold;
}

.cm img {
	padding-left: 10px;
}

#get-reader {
	width: 70%;
}
#get-reader a.text {
	display: inline;
	float: none;
}





