@charset "Shift_JIS";
/* 								*/
/* Copyright (c) 2000-2006 Mikito Koudou , All rights reserved. */
/* 								*/


/*------------------*/
/*  Basement Style  */
/*------------------*/
* {
	margin: 0;
	padding: 0;
	border-spacing: 0px;
	font-size: 100%;
}


/*-------------------*/
/*  Structure Style  */
/*-------------------*/
body {
	line-height: 1.4;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffee;
	background-image: url("http://eldorado1st.cool.ne.jp/images/bg-di.gif");
	color: #454545;
	padding-top: 3px;
	padding-bottom: 50px;
	font-family: "MS UI Gothic", Osaka, sans-serif;
}

/*--------------------------*/
/*  Page-main Design Style  */
/*--------------------------*/

div.top_left {
	clear: both;
	float: left;
	width: 154px;
	font-size: 10pt;
}
div.top_right {
	float: right;
	width: 619px;
}

div.main_width {
	width: 750px;
	text-align: left;
	clear: both;
}


/*---------------------------*/
/*  Para-table Design Style  */
/*---------------------------*/
dl.table {
	margin-bottom: 1em;
	border-top: #400000 2px solid;
	border-left: #400000 2px solid;
	border-right: #400000 2px solid;
}
dt.table {
	padding: 3px;
	border-bottom: #400000 2px solid;
	color: #ffffff;
	background-color: #804000;
	background-image: url("http://eldorado1st.cool.ne.jp/images/menu_bg2.gif");
	font-weight: bold;
}
dd.table {
	margin-left: 0px;
	padding: 2px;
	border-bottom: #400000 2px solid;
	color: #454545;
	background-color: #ffffff;
	line-height: 150%;
}

img {
	border: 0px;
}
p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

a,a:link {	/* link */
	text-decoration:underline;
	color:#0000ff;
}
a:visited {	/* vlink */
	text-decoration:underline;
	color:#008080;
}
a:active {	/* alink */
	text-decoration:underline;
	color:#dd0000;
}


.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}



div.design_title_img {
	margin-bottom: 2px;
	padding: 1px;
	background-color: #804000;
	background-image: url("http://eldorado1st.cool.ne.jp/images/menu_bg2.gif");
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border: 1px #000000 solid;
}

.pagetitle,
.pagetitle:link,
.pagetitle:visited {
	color: maroon;
	text-decoration: overline underline;
	font-size: 30pt;
	font-weight: bold;
}



