<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ページデザイン */
body {
	font-size: 14px;
	color: #000;
	margin-left: 28px;
	line-height: 30px;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
blank {
	font-size: 14px;
	color: #000;
	margin-left: 28px;
	line-height: 35px;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* リンク */
a {
	font-size: 14px;
	color: #F00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F0;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #F0F;
}

#wrapper {
	margin:0 auto;
	background-color: #FFF;
	width: 800px;
	text-align: left;
	}
#headder {
	margin:0 auto;
	background-color: #FFF;
	width: 800px;
	}
#main {
	margin:0 auto;
	background-color: #FFF;
	width: 800px;
	text-align: left;
	}
#intro {
	margin:0 auto;
	background-color: #FFF;
	width: 800px;
	}
#archive {
	margin:0 auto;
	width: 800px;
	clear: inherit;
	position: inherit;
	}
.block_right {
	width: 800px;
	padding-bottom: 30px;
	background-color: #FFF;
	clear: inherit;
	float: right;
	}
.block_right_zero {
	width: 700px;
	background-color: #FFF;
	clear: inherit;
	float: right;
	}	
.block_right_top {
	width: 800px;
	float: right;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #FFF;
	clear: inherit;
	display: block;
	}
#yodogawa {
	background-color: #FFF;
	margin: 10 auto;
	width: 468px;
	padding: 25px;
	}	
	
#footer {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	margin-top: 5px;
	}
	
a:link {
	color: #69F;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #6C9;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
	
	

.big {
	font-size: 20px;
	font-weight: bolder;
	line-height: 28px;
	color: #FF0;
}
	 
.middle {
	font-size: 16px;
	font-weight: bolder;
	line-height: 20px;
}
.attention {
	font-size: 16px;
	font-weight: bolder;
	line-height: 26px;
	color: #C00
}
.attention12 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 26px;
	color: #C00
}
.black11px {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.black12px {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.black13px {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.gray14px {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: left;
}
.gray13px {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
.gray12px {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.gray11px {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.skyblue11px {
	font-size: 11px;
	line-height: 18px;
	color: #09F;
}
.orange11px {
	font-size: 11px;
	line-height: 30px;
	color: #FC0;
}

.bkgray {
	background-color: #aaaaaa;
}
.red14px {
	font-size: 16px;
	line-height: 20px;
	color: #FF0000;
}
.white13px {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.white14px {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.line{ 
	border: 1px solid #cccccc;
}
.btn{
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size:0.01em;
	line-height: 0;
}
.clearfix {
	display: inline-table;
	position: relative;
	min-height: 1%;
}
</pre></body></html>