@charset "Shift_JIS";

/* Mikito Koudou ... All Website StyleSheet Color:White */


/*---------------------*/
/*  Base Style Format  */
/*---------------------*/
* {
	padding: 0;
	border-spacing: 0px;
	background-color: transparent;
	color: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.mid {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 50px;
	background-color: #ffffff;
	background-image: url("base_set/bg_02.gif");
	color: #454545;
}

dl.table {
	margin-bottom: 1.5em;
	border-left: 2px solid #400000;
	border-top: 1px solid #400000;
	border-right: 1px solid #400000;
}
dt.table {
	width: auto;
	border-top: 1px solid #400000;
	border-bottom: 1px solid #400000;
	padding: 3px;
	background-color: #804000;
	background-image: url("base_set/menu_bg_02.gif");
	color: #ffffff;
	font-weight: bold;
}
dd.table {
	border-top: 1px solid #400000;
	border-bottom: 1px solid #400000;
	margin: 0;
	padding: 2px;
	background-image: none;
	background-color: #ffffff;
	line-height: 150%;
	font-family: "MS UI Gothic", Osaka, sans-serif;
}
ol,
ul {
	margin-left: 2em;
}

h1,h2,h3 {
	margin: 0;
	font-weight: bold;
}


.toptitle,
.toptitle:link,
.toptitle:visited,
.toptitle:hover {
	border: 0px;
	color: #800000;
	text-decoration: overline underline;
	font-size: 30pt;
	font-weight: bold;
}

p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
img {
	border: 0px;
}
strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.tt {
	font-family: monospace;
}
.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.vtop {
	vertical-align: top;
}

a,a:link {
	color: #0000ff;
}
a:active, a:visited {
	color: #800080;
}




