/* @override http://gd-basara.jp/nichiden/basic/css/basic.css */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
	width:600px; 
	background-color:#fff; 
	border:3px solid #ccc;
	padding: 20px 30px;
	}
	
#simplemodal-container a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
	}
	
#simplemodal-container #basicModalContent {
	padding:8px;
	}


.simplemodal-data h4{
	font-size: 1.8em;
	font-weight: bold;
	color: #ad821d;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid #ad821d;
}

h4#dc1964{
		background: url(../../nichidenkyou_hp_img/1964.gif) 75px 1px no-repeat ;
}

h4#dc1985{
		background: url(../../nichidenkyou_hp_img/1985.gif) 75px 1px no-repeat ;
}

h4#dc1987{
		background: url(../../nichidenkyou_hp_img/1987.gif) 100px 1px no-repeat ;
}

h4#dc1988{
		background: url(../../nichidenkyou_hp_img/1988.gif) 75px 1px no-repeat ;
}

h4#dc1990{
		background: url(../../nichidenkyou_hp_img/1990.gif) 75px 1px no-repeat ;
}

h4#dc1992{
		background: url(../../nichidenkyou_hp_img/1992.gif) 75px 1px no-repeat ;
}

h4#dc2004{
		background: url(../../nichidenkyou_hp_img/2004.gif) 75px 1px no-repeat ;
}

.slot_honbun{
	text-align: left;
	line-height: 1.7em;
	margin-top: 10px;
}

.hyougumi{
	text-align: left;
	margin-top: 10px;
}

.koumoku01{
	color: #ad821d;
}

.hyougumi dd{
	line-height: 1.3em;
	font-size: 0.9em;
}




