<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ベース */
.cl, #mainWrap, #headerWrap {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, #mainWrap:after, #headerWrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html #mainWrap, * html #headerWrap {
  height: 1%;
}

/*----------------------------------
=01 reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a:link {
  color: #43677e;
  text-decoration: none;
}

a:visited {
  color: #43677e;
  text-decoration: none;
}

a:hover {
  color: #c41230;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #43677e;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

/*  */
li img,
dt img,
dd img {
  vertical-align: top;
}

/* IE7 Zoom対策 */
* {
  letter-spacing: 0;
}

body {
  font: 14px/1.6 "メイリオ", Meiryo, "Lucida Grande", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 780px;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

section, nav {
  margin: 0 auto;
}

/*モダンブラウザ用*/
img, iframe, object {
  max-width: 100%;
  height: auto;
}

/*----------------------------------
=02 wrapper
----------------------------------*/
#wrapper {
  text-align: left;
  font-size: 100%;
}

#innerWrap {
  margin-left: 260px;
  padding-right: 20px;
}

/*----------------------------------
=03 header
----------------------------------*/
#headerWrap {
  padding: 6px 0;
  background: #000;
}
#headerWrap h1 {
  width: 93px;
  padding: 9px 0 0 25px;
  float: left;
}

/*----------------------------------
=04 searchArea
----------------------------------*/
#searchArea {
  float: right;
  padding-right: 25px;
}
#searchArea input[type="text"] {
  width: 210px;
  padding: 8px;
  margin-right: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#searchArea input[type="submit"] {
  width: 70px;
  padding: 8px;
  background: #959da0;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
#searchArea input {
  vertical-align: middle;
  border: none;
  font-size: 114.28571%;
}

/*----------------------------------
=07 content
----------------------------------*/
#content {
  width: 100%;
  margin-left: -210px;
  float: right;
}

/*----------------------------------
=06 menu
----------------------------------*/
#menu {
  width: 210px;
  float: left;
}
#menu li {
  border-bottom: 1px solid #cccccc;
  background: url(../img/list_icon01.gif) 9px 50% no-repeat;
}
#menu a {
  padding: 15px 0 15px 25px;
  display: block;
}
#menu #current {
  background: #959da0 url(../img/list_icon02.gif) 9px 50% no-repeat;
}
#menu #current a {
  color: #ffffff;
}

/*----------------------------------
=07 panNavi
----------------------------------*/
#panNavi {
  padding-top: 20px;
}
#panNavi span {
  margin-left: 17px;
  padding-left: 20px;
  background: url(../img/list_icon01.gif) 9px 50% no-repeat;
}

/*----------------------------------
=08 topicsArea
----------------------------------*/
#topicsArea {
  margin-top: 50px;
  padding: 15px 25px;
  border: 1px solid #cccccc;
  font-size: 92.85714%;
}
#topicsArea li {
  padding-left: 15px;
  margin-top: 10px;
  background: url(../img/list_icon04.gif) 3px 50% no-repeat;
}

/*----------------------------------
=09 footer
----------------------------------*/
footer small {
  display: block;
  padding: 45px 0 20px 9px;
}

/*----------------------------------
=10 detailArea
----------------------------------*/
#detailArea{
	display:block;
	margin-top:45px;
	padding:10px;
	border-top:1px dotted #ccc;
}
#detailArea a{
	display:block;
	width:15.4em;
	background: url(../img/list_icon_blank.gif) right 50% no-repeat;
}
#detailBtn{
	display:block;
	width:17.2em;
	margin:35px 0 0 30px;
	border:1px solid #ccc;
	border-radius:3px;
}
#detailBtn a{
	display:block;
	width:14.6em;
	padding:0.7em 0.85em;
	background: url(../img/list_icon_blank.gif) right 50% no-repeat;
}
#detailArea a:hover,
#detailBtn a:hover,
.listDetail a:hover{
	background: url(../img/list_icon_blank_on.gif) right 50% no-repeat;
}
.listDetail a{
	padding-right:15px;
	background: url(../img/list_icon_blank.gif) right 50% no-repeat;
}</pre></body></html>