@charset "UTF-8";

/*======================================
	2-1. メインコンテナ
=======================================*/

body {
	text-align: center;	/* 互換モードのIE対応（ボックスのセンタリング） */
	color: #000060;
	background-color: white; /*white;*/
	-webkit-text-size-adjust: 100%;
}

header#pageHeader,
footer#pageFooter,
div#content {
	margin: auto; /* ボックスのセンタリング*/
	width: 980px; /* 横幅の指定*/
	text-align: left; /* インラインの中央揃えを左寄せにリセット */
	line-height: 1.15;
}


/*======================================
	ページヘッダ部
=======================================*/

header#pageHeader {
	padding: 10px 0px 10px 0px;
	position: relative; /* 子孫要素を絶対配置する際の基点に設定 */
	background-color: white; /*white;*/
}

header#pageHeader nav {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

header#pageHeader h1 {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	color: navy;
	font-size: 26px;
	text-align: center;
/*	text-shadow: 0px 0px 6px #000; */
}

header#pageHeader h2 {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	color: #000090;
	font-size: 18px;
	text-align: center;
}

header#pageHeader h1 a {
	text-decoration: none;
	color: #000090;
}

header#pageHeader h1 img {
  vertical-align: bottom;
  border: none;
}

header#pageHeader div.lastUpdate p {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: right;
}

header#pageHeader div.introduction p {
	margin: 16px 100px 16px 100px;
	padding: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 16px;
	text-align: center;
}

header#pageHeader em {
	font-style: normal;
	font-weight: 600;
}


/*======================================
　　コンテンツ部
=======================================*/

div#content {
	position: relative;
	background-color: white; /*white;*/
	border-top: 1px dotted #000060;
}

div#content span.fv {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	color: #FFFFFF;
	background-color: #0000FF;
}


/*--------------------------------------
　　試聴記本文
---------------------------------------*/

div#content div#review {
	width : 640px;	/* paddingと合わせて幅660px */
	margin: 0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background-color: white;
	float: left;
}


/*--------------------------------------
　　記事(article)
---------------------------------------*/

div#content div#review article.entry {
	clear: both;
 	width: 620px;
	margin: 10px 0px 10px 0px;	/* 上下のマージンを確保 */
	padding: 0px 10px 0px 10px; 
	background-color: white;
/*	border-top: 1px dotted #000060; */
}

div#content div#review article.entry h1 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: 900;
}

div#content div#review article.entry h2 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	font-weight: 900;
	text-decoration: none;
}

div#content div#review article.entry table{
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
/*	font-size: 14px;*/
}

div#content div#review article.entry table th{
	padding: 0px 5px 0px 0px;
	text-aling: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;	/* 改行しない */
}

div#content div#review article.entry table td{
	padding: 0px 5px 0px 0px;
	text-aling: left;
	vertical-align: top;
}

div#content div#review article.entry img {
	vertical-align: text-bottom;
}

div#content div#review article.entry p {
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#content div#review article.entry p.pic {
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div#content div#review article.entry figure {
	margin: 16px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div#content div#review article.entry figure span.legend {
	font-size: 14px;
}

div#content div#review article.entry figcaption {
	margin: 8px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
	font-weight: 900;
}

div#content div#review article.entry p {
	margin: 8px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

div#content div#review article.entry em {
	font-style: normal;
	font-weight: 900;
}

div#content div#review article.entry footer {
	text-align: right;
}

div#main span.new {
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 2px;
	color: white;
	background-color: red;
	font-size: 14px;
	font-weight: 600;
}


/*--------------------------------------
　2-3-2. div#subNavi (ナビゲーションカラム)
---------------------------------------*/

div#content div#subNavi {
	-webkit-text-size-adjust: 100%;

/*	position: absolute;
	top: 0;
	right: 0;*/
	width: 300px;	/* paddingと合わせて幅320px */
	margin: 0px 0px 0px 660px;
	padding:10px 10px 10px 10px;
	font-size: 14px;
	background-color: white; /*white;*/
}

div#content div#subNavi article.entry {
	width 200px;
	margin: 10px 10px 20px 10px;	/* 上下左右のマージンを確保 */
/*	padding: 4px 10px 4px 10px; */
	padding: 0px 0px 0px 0px; 
	background-color: white; /*white;*/
}

div#content div#subNavi article.entry h1 {
	font-size: 14px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 0px;
}

div#content div#subNavi article.entry li.hp {
	font-weight: 900;
}

div#content div#subNavi article.entry p {
	margin: 5px 0px 5px 0px;
}


/*======================================
　　ページフッター部
=======================================*/

footer#pageFooter {
	clear: both;
	padding: 1px 0px;
	background-color: white; /*white;*/
	border-top: 1px dotted #000060;
}

footer#pageFooter p.copyright {
	margin-top: 4px;
	text-align: center;
}

footer#pageFooter small {
	font-size: 16px;
	font-style: italic;
}

footer#pageFooter address {
	margin-top: 1.4em;
	text-align: center;
}

footer#pageFooter div.counterarea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

}