<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 */

/* レイアウト */

*{ 
font-family : "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", sans-serif;
}

textarea {
font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}


body {
	width: 480px;
	font-size:13px;
	margin:auto;
	line-height: 1.3em;
	behavior: url(ie/PIE.htc);
}

td.middle {
	text-align:center;
}

h1 {
	padding:0px;
	padding-top:5px;
	margin:0px;
	font-size:12px;
	color:#FFF;
}

h2 {
	font-size:14px;
	background-color: #CCC;
	height: 20px;
	background-image: url("../image/obi-orange.gif");
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFF;
}

h3 {
	font-size:14px;
	background-color: #FFF;
	height: 20px;
	color: #FFF;
	background-image: url(../image/obi-blue.gif);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h4 {
	background-color: #CCC;
	height: 20px;
	padding: 5px 0px 0px 5px;
}


#header {
	z-index: 200;
	right: 0;
	left: 0;
	top: 0;
	position: fixed;
	width:100%;
	background-color:#000;
	text-align:center;
	padding:5px;
	height:65px;
}

#headerT {
	width:480px;
	margin:auto;
	text-align:center;
	background-color:#000;
}

#header1 {
	float:left;
	width:100px;
	background-color:#000;
}

#header2 {
	float:left;
	width:155px;
	background-color:#000;
}

#header3 {
	float:left;
	width:215px;
	background-color:#000;
}

.img img {
	float: left;
	margin-right:5px;
}

footer {
	text-align: center;
}


#content{
	width:480px;
	margin:auto;
}

#information {
	text-align:center;
}

img.gleft {
  float: left; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin-right:20px;
}

img.gright {
  float: right; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin: 0 0 1em 20px;
}

p.cl {
	clear:both;
}

#Bmikeiken {
	background-image:url(../images/mikeikenshanokatahe/back-mizusawa480.jpg);
}

#Bkeiken {
	background-image:url(../images/keikenshanokatahe/b-gion-keikensha480.jpg);
}

#Bmessage {
	background-image:url(../images/b-message480.jpg);
}

td.by {
    border-right:1px;
    border-bottom:1px dotted;
    background-position:left top;
    padding:2em 1.5em;
}

/* サムネイルつき矢印リスト */
.list3 ul{
 border-bottom: 1px solid #ccc;
 margin: 0;
 padding: 0;
 }
 .list3 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: 1px solid #ccc;
 height: 70px;
 margin: 0px;
 }
 .list3 ul li a{
 background: url(list_mark1.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 70px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 .list3 ul li img{
 float: left;
 height: 70px;
 width: 70px;
 margin-right: 10px;
 }
 .list3 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 17px;
 }</pre></body></html>