@charset 'UTF-8';

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


/*----- No Printing -----*/
#SearchArea,
.siteMap,
#Flash,
#Navigation,
#MainContents .headTool,
#MainContents h3 .fRight,
.pageTop,
#ResultContents,
#Footer .getFlash,
#Footer .footerMenu {
	display:none;
}


/*----- BASIC SETTING -----*/
body {
	width: 100%;
	margin: 0;
	background: url(../imgs/logo150.gif) right top no-repeat #FFF;
	text-align: left;
	font-size: 10pt;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS UI Gothic', sans-serif;
	line-height: 1.6;
}

a {
	text-decoration: none;
	color:#006699;
}
a img {
	border: 0;}
h1 {
	width: 468px;
	margin: 0;
	padding: 1px 8px;
	font-size: 8pt;
	line-height: 1.5;
	background: #333;
	color: #FFF;
}
h2 {
	margin: 10px 0 5px;
	padding: 0 0 2px 5px;
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.2em;
	border-left: 3px solid #F60;
	border-bottom: 1px solid #CCC;
}
h3 {
	margin: 1px 0 0;
	padding: 1px 8px 1px 14px;
	background: #F60;
	color: #FFF;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.2;
}


/*----- CRUMBS -----*/
#Crumbs {
	width: 424px;
	margin: 0 0 10px 0;
	padding: 0px 30px;
	font-size: 8pt;
	line-height: 1.4;
	background: url(../imgs/bg_crumbs.gif) 0 -3px no-repeat;
}
#Crumbs ol {
	margin: 0;
	padding: 0 8px;
}
#Crumbs ol li {
	display: inline;
	margin-right:3px;
}
#Crumbs ol li.level2,
#Crumbs ol li.level3,
#Crumbs ol li.level4,
#Crumbs ol li.level5 {
	padding-left: 14px;
	background: url(../imgs/icn_crumb_arw.gif) no-repeat;
}


/*----- CENTER -----*/
#MainContents {
	width: 468px;
}
#MainContents .mainTop p,
#MainContents .mainBottom p {
	margin: 0 0 12px 12px;
}
#MainContents .mainBottom p {
	font-size: 10pt;
	line-height: 1.4;
	color: #333;}

.information {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	font-size: 10pt;
	line-height: 1.2;
}
.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;
}

.margin12 {
	margin: 4px 12px;
}
.makeup {
	margin: 0 12px 12px 12px;
	font-size: 10px;
	line-height: 1.35;
	text-align: center;
}

ol.explanatory {
	font-size:83%;
	color:#666;
}
ol.explanatory li {
	margin-bottom:10px;
}


/*----- FOOTER -----*/
#Footer .footerCompany {
	width: 468px;
	margin: 10px 0 20px 0;
	font-size: 10pt;
	line-height: 1.2;
}
#Footer .footerCompany img {margin: 10px 0 0 0; }
#Footer .underMenu {
	width: 484px;
	font-size: 5.6pt;
	line-height: 1.35;
}

#PageEnd .copyright {
	width: 468px;
	margin: 0;
	padding: 1px 8px;
	font-size: 8pt;
	line-height: 1.5;
	background: #333;
	color: #FFF;
}
#PageEnd .copyright a {
	text-decoration: none;
	color: #FFF;
}


/*----- OTHERS -----*/
.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	margin: 0;
}