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

/*/////////////////////////////////////////////////////////////
SETTING
/////////////////////////////////////////////////////////////*/

html,body{
	height:100%;
	margin:0;
	padding:0;
}

body {
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	background-color: #EEB1C0;
	background-image: url(../images/bm-bg.jpg);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,input,object,embed {margin:0; padding:0;} 
a img {border:none;}
ul {list-style:none; margin:0; padding:0;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#bg{
	width: 100%;
	height: 430px;
	background-image: url(../images/bgribon.png);
	background-position: top center;
	position: absolute;
	z-index: 0;
	top: 0px;
}
#wrapper{
	width: 840px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#headder{ }
#sil{
	background-image: url(../images/bm-silet.png);
	height: 94px;
	padding-top: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#body1{
	background-image: url(../images/bm-head1.png);
	height: 18px;
}
#body2{}
#body3{
	background-image: url(../images/bm-head3.png);
	height: 22px;
}
#logo{
	background-image: url(../images/ca-1.png);
	width: 387px;
	height: 103px;
	background-repeat: no-repeat;
	margin: 10px 0 5px 15px;
}
#logo h1 span{
	position: absolute;
	text-indent: -9999px;
}
#footer{}
.tit{}

#copyright{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	padding-bottom: 25px;
}
#case1{
	background-image: url(../images/bm-head2.png);
	background-repeat: repeat-y;
	padding: 0 25px;
}
.data{ padding: 0 15px; }
.data p {padding:5px 0;}
.bdr-bot{
	border-bottom:#FFDFDF 2px dotted;
	margin: 0 0 15px 0;
}
.corner-top{
	height: 67px;
	background-image: url(../images/bm-toha1.png);
	width: 550px;
}
.corner{ width: 550px; 
}
.corner-bot{
	background-image: url(../images/bm-toha3.png);
	width: 550px;
	height: 15px;
}
.corner-mid{
	background-image: url(../images/bm-toha2.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 20px;
}
.bijo{
	float: left;
	padding: 8px;
	background-color: #FCF0EE;
	border: #ffffff 3px solid;
	width: 240px;
	height: 450px;
}
.clear{
clear:both;}
</pre></body></html>