<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------------------
　　　　　ブ ラ ウ ザ  の  ス タ イ ル リ セ ッ ト
----------------------------------------------------------- */
html {
     overflow-y: scroll;
}

/*--レイアウト・テーブル内---------*/
tr {
     text-align: left;
     vertical-align: top; 
}

img, abbr, acronym, fieldset	{
     border: 0;
}

/* -----------------------------------------------------------
　　　　　フ ォ ン ト の ス タ イ ル
----------------------------------------------------------- */
body {
    font:14px "ヒラギノゴ角 Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight:normal;
    *font-size:small;
    *font:x-small;
}

table {
     font-size:inherit;
     font:100%;
}

/* --ページ名----------------------------------------------- */
h1{
     font-size: 167%;
     font-weight: normal;
     color: #ACACAC;
     line-height: 130%;
}

/* --表題--------------------------------------------------- */
h2{
     font-size: 153.9%;
     font-weight: normal;
     color: #3B3B3B;
     line-height: 130%;
}

/* --見出し------------------------------------------------- */
h3{
     font-size: 138.5%;
     color: #3B3B3B;
     background: #FFCC99
     line-height: 130%;
}

/* --小見出し----------------------------------------------- */
h4{
     font-size: 123.1%;
     color: #3B3B3B;
     line-height: 130%;
}

h5{
     font-size: 108%;
     color: #3B3B3B;
     line-height: 130%;
}

h6{
     font-size: 100%;
     color: #3B3B3B;
     line-height: 130%;
}

/* -----------------------------------------------------------
　　　　　リ ン ク ボ タ ン  の  ス タ イ ル
----------------------------------------------------------- */
a:link	{
     text-decoration: none;
     color: #FFFFFF;
}

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

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

a:active	{
     text-decoration: none;
     color: #FFFFFF;
}
/* -----------------------------------------------------------
参考サイト
＞　http://www.css-lecture.com/log/css-beginner/040.html
＞　http://colo-ri.jp/develop/2008/03/css.html
---------------------------------------------------------- */ 

/* -----------------------------------------------------------
　　table枠線を細線にする設定
----------------------------------------------------------- */
.table0 {
     border-collapse: collapse;
     font-size: 12px;
     letter-spacing: 0.0em;
     font-weight: lighter;
     line-height: 150%;
     color: #3B3B3B;
}

.table0 th {
  background-color: #cccccc;
}

/* -----------------------------------------------------------
　　個  別  設  定
----------------------------------------------------------- */
#container{
    width: 480px;
    text-align: left;
    margin: 20px;
}

p { 
    margin: 0px 0px;
}

.profile ul {
    margin: 0px 15px;
    padding: 0px;
}


/*--テキスト---------*/
.pickup {
     font-size: 18px;
     letter-spacing: 0.0em;
     line-height: 150%;
     color: #3B3B3B;
 }

.base {
     font-size: 16px;
     letter-spacing: 0.0em;
     font-weight: lighter;
     line-height: 150%;
     color: #3B3B3B;
 }

.base2 {
     font-size: 14px;
     letter-spacing: 0.0em;
     font-weight: lighter;
     line-height: 150%;
     color: #3B3B3B;
 }

.point {
     font-size: 16px;
     font-weight: bolder;
     color: #3B3B3B;
 }

.point2 {
     font-size: 16px;
     letter-spacing: 0.0em;
     font-weight: bolder;
     line-height: 150%;
     color: #3B3B3B;
 }

.point3 {
     font-size: 19px;
     letter-spacing: 0.0em;
     font-weight: bolder;
     line-height: 150%;
     color: #3B3B3B;
 }

.smallpoint {
     font-size: 13px;
     letter-spacing: 0.1em;
     font-weight: lighter;
     line-height: 150%;
     color: #808080;
 }

.sitemap {
     font-size: 12px;
     letter-spacing: 0.0em;
     line-height: 150%;
     color: #FFFFFF;
 }

.news {
     font-size: 14px;
     letter-spacing: 0.0em;
     font-weight: lighter;
     line-height: 150%;
     color: #3B3B3B;
 }

.blank {
     font-size: 6px;
     letter-spacing: 0.0em;
     font-weight: lighter;
     line-height: 100%;
     color: #808080;
 }
#normal { font-weight: lighter }


/*--レイアウト・絶対位置---------*/
#abs {
     position: absolute;
     top: 90px;
     left: 30px;
}
</pre></body></html>