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


/*文字に関するスタイル*/

.text_14to12{
font-size:86.1%;/*14pxを12pxに*/
}
.text_14to10{
font-size:71.3%;/*14pxを12pxに*/
}
.text_12to11{
font-size:91.4%;/*12pxを11pxに*/
}
.text_12to10{
font-size:82.7%;/*12pxを10pxに*/
}
.text_11to10{
font-size:90.5%;/*11pxを10pxに*/
}
.text_11to9{
font-size:81.1%;/*11pxを9pxに*/
}
.text_11to12{
font-size:109.4%;/*11pxを12pxに*/
}
.text_12to14{
font-size:116.13%;/*12pxを14pxに*/
}

/* .text09 { font-size:69%;} */
.text10 { font-size:77%;}/*最小サイズ*/
.text11 { font-size:85%;}/*使用禁止 */
.text12 { font-size:93%;}
.text13 { font-size:100%;}/* 使用禁止 */
.text14 { font-size:108%;}
.text15 { font-size:116%;}
.text16 { font-size:123.1%;}
.text17 { font-size:131%;}
.text18 { font-size:138.5%;}
.text19 { font-size:146.5%;}
.text20 { font-size:153.9%;}
.text21 { font-size:161.6%;}
.text22 { font-size:167%;}
.text23 { font-size:174%;}
.text24 { font-size:182%;}
.text25 { font-size:189%;}
.text26 { font-size:197%;}

.text_height110{ line-height:110%;}
.text_height120{ line-height:120%;}
.text_height130{ line-height:130%;}
.text_height140{ line-height:140%;}
.text_height150{ line-height:150%;}
.text_height160{ line-height:160%;}
.text_height170{ line-height:170%;}
.text_height180{ line-height:180%;}
.text_height190{ line-height:190%;}
.text_height200{ line-height:200%;}

.text_color_000000{ color:#000000;}
.text_color_111111{ color:#111111;}
.text_color_222222{ color:#222222;}
.text_color_333333{ color:#333333;}
.text_color_444444{ color:#444444;}
.text_color_555555{ color:#555555;}
.text_color_666666{ color:#666666;}
.text_color_777777{ color:#777777;}
.text_color_888888{ color:#888888;}
.text_color_999999{ color:#999999;}
.text_color_aaaaaa{ color:#aaaaaa;}
.text_color_bbbbbb{ color:#bbbbbb;}
.text_color_cccccc{ color:#cccccc;}
.text_color_dddddd{ color:#dddddd;}
.text_color_eeeeee{ color:#eeeeee;}
.text_color_ffffff{ color:#DDDDDD;}

.text_color_red1{ color:#ff0000;}
.text_color_red2{ color:#990000;}
.text_color_red3{ color:#590A09;}
.text_color_purplishblue{ color:#6600FF;}
.text_color_grey1{ color:#444444;}
.text_color_green{ color:#1B7128;}


.text_weight_normal{font-weight:normal;}
.text_weight_bold{font-weight:bold;}


/*リンクに関するスタイル*/
a:link {
color:#444444;
text-decoration:underline;}
a:visited {
color:#666666;
text-decoration:underline;}
a:hover {
color:#cccccc;
text-decoration:none;}
a:active {
color:#aaaaaa;
text-decoration:none;}

.content_list dl dt a:link {
color:#5B4A3F;
text-decoration:none;}
.content_list dl dt a:visited {
color:#5B4A3F;
text-decoration:none;}
.content_list dl dt a:hover {
color:#AA9488;
text-decoration:none;}
.content_list dl dt a:active {
color:#AA9488;
text-decoration:none;}</pre></body></html>