@charset "utf-8";
/* CSS Document */

@import "common.css";


/* Body */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	color:#fff;
	text-align:center;
	background-color: #000000;
	font-size: 82%;
	line-height: 140%;
}

/*Link*/
a {color:#660033; text-decoration:none;}
a:visited {color:#993300; text-decoration:underline;}
a:hover {color:#ff6500; text-decoration:underline;}


#top_wrap {
	background-color: #000;
}

#wrapper_index {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------------------------------
Main　index用のmain
-------------------------------------------------*/	

#main_index {
	width:887px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}
#left {
	width: 561px;
	float: left;

}
#right {
	float: right;
	width: 260px;
	margin-bottom: 30px;

}
h1 {
	background-image: url(../what/img/title.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 463px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	margin-bottom: 40px;
	text-indent: -1000em;
}


#oidenHistory {
	width:830px;
	background-image: url(../what/img/reki3.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 47px;
	padding-left: 0;
	clear: both;
	float: none;
}

#oidenHistory h3 {
	margin:0;
	width:830px;
	height:57px;
	line-height:58px;
	text-indent:-9999px;
	background-image: url(../what/img/reki1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#oidenHistory dl {
	width:835px;
	background-image: url(../what/img/reki2.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 43px;
	padding-bottom: 20px;
	padding-left: 43px;
	margin-top: 0px;
}

#oidenHistory dl dt {
	margin:0;
	line-height:20px;
	font-weight:bold;
	padding-top: 5;
	padding-bottom: 5;
	background-color: #6F3A22;
	width: 200px;
	text-align: center;
}

#oidenHistory dl dd {
}

#oidenHistory dl dd ul {
	margin:0 0 15px;
	padding:0 0 0 70px;
	color: #000000;
}

#oidenHistory dl dd ul li {
	line-height:1.6;
}

#oidenHistory dl dd p {
	margin:0 0 10px;
	padding:0 0 0 30px;
	color: #000000;
}

#oidenHistory dl dd p img {
	margin:0 10px 0 0;
	vertical-align:middle;
}

#oidenHistory dl dd p strong {
	font-weight:bold;
	color:#990000;
}

