@charset "euc-jp";

div.contents table.nav {
	margin-bottom:5px;
}

div.contents table.nav td img {
	border:none;
}

div.contents table.nav p.mainread {
	font-size:11px;
	line-height:1.5;
	color:#333;
	margin:0;
	padding:1em 1.2em;
	background:url(../img/readbase.jpg) repeat-x;
}

/* リード */
div.contents p.read {
	display:block;
	font-weight:bold;
	margin:0.4em 0 0 0;
}

div#sp1 p.read {
	color:#600000;
	margin-bottom:1em;
}

div#sp2 p.read {
	color:#8a3700;
	margin-bottom:1em;
}

div#sp3 p.read {
	color:#004f4f;
	margin-bottom:1em;
}

div.contents p strong {
	color:#000;
}

/* リンク */
div.contents p.archives {
	background:url(../../../img/headers/arrow.gif) no-repeat left 50%;
	padding-left:9px;
}

div.contents p.archives2 {
	clear:both;
	background:url(../../../img/headers/arrow.gif) no-repeat left 50%;
	padding:0 0 0 9px;
	margin:0;
}

/* 画像 */
div.contents img {
	border:1px solid #ccc;
}

/* サブタイトル画像 */
div.contents img.subtitle {
	border:none;
	margin:2em 0;
}

/* 小見出し */
div.contents h3 {
	font-size:14px;
	line-height:1.1;
	color:#fff;
	background:#000;
	margin:0 0 0.5em 0;
	padding:0.4em 0 0.3em 0.5em;
}

div#sp1 h3 {
	margin-top:1.5em;
	background:#f66;
}

div#sp2 h3 {
	background:#f60;
}

div#sp3 h3 {
	background:#099;
}

div#sp1 p {
	margin-bottom:0;
}

div#sp1 p.que {
	color:#f66;
	margin-top:1em;
}

div#sp1 p span.name {
	font-weight:bold;
	color:#f33;
	margin-right:1em;
}

/* ブロック */
div.contents div.block {
	position:relative;
	width:610px;
}

div.contents div.block2 {
	position:relative;
	width:580px;
	margin-top:15px;
	padding:10px 15px 15px 15px;
}

div.contents div.pickupblock {
	position:relative;
	border:1px dotted #f99;
	padding:1em 1.2em;
	background:#ffe6e6;
}

div#sp1 div.pickupblock h3 {
	font-size:14px;
	line-height:1.4;
	color:#f33;
	background:none;
	margin:0 0 0.5em 0;
	padding:0;
}

div#sp2 div.block2 {
	background:#f93;
}

div#sp3 div.block2 {
	background:#7ee1e9;
}

div.contents div.block2 h4 {
	font-size:16px;
	color:#fff;
	margin:0 0 0.5em 0;
}

div.contents div.block2 div.data {
	background:#fff;
	padding:10px 15px 15px 15px;
}

div.data p {
	margin-bottom:1em;
}

/* 定義リスト */
div.data dl {
	line-height:1.6;
	margin:0;
	padding:0.6em 0.8em;
	background:#ddd;
}

div.data dl.none {
	background:none;
	padding:0;
}

div.data dl dt {
	width:8em;
	margin:0;
	padding:0;
}

div.data dl dt.t {
	width:90%;
	font-weight:bold;
	color:#000;
}

div.data dl dd {
	margin:-1.6em 0 0 4em;
	padding:0;
}

div.block2 div.data dl dd {
	margin-left:5.5em;
}

/* キャプション付きフォト */
div.contents div.middlephoto img, div.contents div.leftphoto img, div.contents div.rightphoto img {
	display:block;
	margin-bottom:5px;
	border:1px solid #ccc;
}

div.contents div.middlephoto p, div.contents div.leftphoto p, div.contents div.rightphoto p {
	margin:0.2em 0 0.5em 0;
}

div.contents div.middlephoto img {
	display:block;
	margin-bottom:5px;
}

div.contents div.leftphoto {
	float:left;
	margin:3px 10px 5px 0;
}

div.contents div.rightphoto {
	float:right;
	margin:3px 0 5px 10px;
}

/* キャプション */
div.contents p.caption {
	font-size:75%;
	text-align:center;
	line-height:1.3;
	color:#666;
	margin:0;
}

/* プロフィール */
div.contents div.profile {
	position:relative;
	margin:0.5em 0 0.8em 0;
	padding:0.7em 1em;
}

div#sp1 div.profile {
	border:1px solid #f99;
	background:#fcc;
}

div#sp2 div.profile {
	border:1px solid #fcc;
	background:#ff9;
}

div#sp3 div.profile {
	border:1px solid #68ffff;
	background:#b5ffff;
}

div.contents div.profile p {
	margin-bottom:0;
}

div.contents div.profile p strong {
	font-size:110%;
	color:#333;
}

