@charset 'UTF-8';

/* r-de.net stylesheets
 *
 * update: 2008.01.26
 * code by Hidetake Kurihara
 * copyright (c)2008 R-design. all rights reserved.
 */

@import "base.css";

/*----- index.html -----*/
#MainContents h3 {
	margin-left: 12px;
	margin-right: 12px;
}
.information {
	width: 436px;
	margin: 0 12px 2px 12px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS UI Gothic', sans-serif;
	font-size:12px;
	line-height:1.5em;
}
html>body .information { width: 444px; }
.information th {
	width: 120px;
	text-align: left;
	color: #666;
}
.information th { padding-left: 10px; }

.headLine th,
.headLine td { border-bottom: 1px dotted #CCC; }
.headLine a,
.headLineEnd a {
	display: block;
	padding: 5px 0 5px 10px;
}

.newsHistory td {
	border-top: 1px solid #CCC;
	padding: 5px 10px; }
.makeup {
	margin: 0 12px 36px 12px;
	font-size: 10px;
	line-height: 1.35;
	text-align: center;
}
.margin12 {
	margin: 12px;
}

/*テーブル設定*/
.tbl01 {
	margin: 12px;
	border-collapse:separate;
	border-spacing:1px;
}
.tbl01 caption {
	color: #6e6e6e;
	background: #FFF;
	font-size: 100%;}
.tbl01 th { text-align: center;}
.tbl01 th,
.tbl01 td {
	padding: 2px 5px;
	font-size: 83%;
}


th.cell01 {
	background:	#162B3E;
	color: #FFF;
	border: 1px solid #040d18;
}
th.cell02 {
	background: #666645;
	color: #FFF;
	border: 1px solid #37371d;
}
th.cell03 {
	background: #45674B;
	color: #FFF;
	border:1px solid #1d3821;
}
th.cell04 {
	background: #45674B;
	color: #FFF;
	border:1px solid #1d3821;
}
td.cell01 {
	background: #778899;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #040d18;
}
td.cell02 {
	background: #E8E7D9;
	color: #300;
	border-bottom: 1px solid #37371d;
}
td.cell03 {
	background: #D9E8DC;
	color: #333;
	text-align: justify;
	border-bottom:1px solid #1d3821;
}
td.cell04 {
	background: #aec2d8;
	color: #333;
	text-align: justify;
	border-bottom:1px solid #040d18;
}
td.cell05 {
	background: #d4deea;
	color: #333;
	text-align: justify;
	border-bottom:1px solid #040d18;
}

