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

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
  background-color:#43bcee;
  background: url(../images/cmn_bg_wrap.png) center top repeat-y;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 14px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
}

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

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: none;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #3e3a39;
  text-decoration: underline;
}

a:hover {
  color: #43bcee;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */

/* ---------- 3:layout  ---------- */

#wrapper {
  width: 990px;
  margin:0 auto;
  color: #3e3a39;
}

/* Header Navigation */
#headNavi{
  width:960px;
  margin:0 auto;
  padding:6px 0 0;
}

#headNavi li{
  float:left;
}

#contents{
  width:960px;
  margin:0 auto 18px;
  padding-top:10px;
}

#contents h1{
  margin-bottom:11px;
}

ul.share{
  margin:0 0 0 15px;
}

ul.share li{
  float:left;
  padding-right:15px;
}

#contents #main {
  float:right;
  width:755px;
}

#contents #main #pageHead{
  position:relative;
  width:755px;
}

#contents #main #pageHead .share{
  position:absolute;
  right:0;
  top:13px;
}

#contents #side {
  float:left;
  width:195px;
}

#contents #side img{
  vertical-align:top;
}

#contents #side ul#sideNavi{
  margin-bottom:15px;
  padding:5px 5px 0;
  background-color:#cbe6f8;
}

#contents #side ul#sideNavi li{
  padding-bottom:5px;
}

#contents #side #bannerList li{
  margin-bottom:5px;
}

#footer {
  position:relative;
  width:960px;
  margin:0 auto;
  padding:20px 0 14px;
  clear:both;
}

#footer p#copy{
  text-align:left;
  padding:0 185px 0 6px;
  color:#505050;
  font-size:12px;
  line-height:20px;
  vertical-align:middle;
}

#footer ul#return{
  position:absolute;
  width:185px;
  padding-right:5px;
  right:0;
  top:20px;
}

#footer ul#return li{
  float:left;
  padding-left:5px;
}

.onMouse:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  opacity: 0.6;
}
</pre></body></html>