Help
RSS
API
Feed
Maltego
Contact
Domain > kasuko55.jp
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2016-04-09
52.11.34.185
(
ClassC
)
2025-09-05
35.85.171.79
(
ClassC
)
2026-02-25
34.214.46.189
(
ClassC
)
Port 80
HTTP/1.1 200 OKAccept-Ranges: bytesContent-Security-Policy: frame-ancestors self web.fc2.comContent-Type: text/htmlDate: Wed, 25 Feb 2026 02:13:16 GMTLast-Modified: Sat, 13 Dec 2025 03:04:53 GMTServer: openrestyX-Content-Type-Options: nosniffX-Powered-By: ModLayout/5.1X-XSS-Protection: 1; modeblocktransfer-encoding: chunkedConnection: keep-alive !DOCTYPE html>html langja>head> meta charsetutf-8 > title>かすこー55【2026同窓会】/title> meta namedescription content> meta namekeywords content> meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno> link relstylesheet href//use.fontawesome.com/releases/v6.6.0/css/all.css> link relstylesheet href/design_template_lib/slick/1.8.1/slick.min.css> link relstylesheet href/design_template_lib/slick/1.8.1/slick-theme.min.css> link relstylesheet href//fonts.googleapis.com/css?familyAbril+Fatface> link relstylesheet href//fonts.googleapis.com/css?familyOpen+Sans> script src//ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js>/script> script src/design_template_lib/slick/1.8.1/slick.min.js>/script> style> /*ページ全体の構成*/ body{ background: #fff; color: #444444; font-size: 16px; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Helvetica, Arial, MS Pゴシック, sans-serif; line-height: 1.42857; margin: 0; } a:link { color: #999; text-decoration: none; } a:hover { color: #999; text-decoration: none; } a:visited { color: #999; text-decoration: none; } /* ヘッダーの設定 */ .header {/*ヘッダー全体の構成*/ z-index: 100; padding: 24px 0; width: 100%; } .header-title {/*サイト名*/ font-family: Abril Fatface, cursive; color: #444; font-weight: bold; font-size: 2.4em; border-bottom: #ccd1d9 solid 1px; text-align: center; position: relative; margin: 0 auto 30px; padding: 0 0 20px; } .header-title:after{/*サイト名下の線の設定*/ position: absolute; bottom:-2px; left: 0; right: 0; margin: auto; border-bottom: 3px solid #444; content:; width:120px; } /*画面サイズ960px以下のヘッダースタイル*/ @media screen and (max-width : 960px){ .header{/*ヘッダー全体の構成*/ padding: 24px 0px; position: relative; border-bottom: 1px solid #ccd1d9; margin-bottom: 50px; display: flex; justify-content: space-between; } .header:after{/*サイト名下の線の設定*/ position: absolute; bottom: -2px; left: 30px; border-bottom: 3px solid #444; content: ; width: 140px; } .header-title {/*サイト名*/ position: relative; font-size: 30px; text-align: left; border:none; padding: 0; margin: 0 0 0 30px } .header-title:after{/*サイト名下の線の設定*/ display: none; } } /* ナビゲーション */ .nav {/*ナビの構成*/ max-width: 960px; height: auto; margin: 0 auto; padding: 21px 0 0; background: #fff; text-align: center; } .nav-list { display: flex; justify-content: center; padding: 0; margin: 0; } .nav-list > li { list-style-type: none; padding: 0 20px; } .nav-list > li a { display: block; padding: 6px 12px; color: #333; text-decoration: none; } .nav-list > li a:hover { color: #999; } .nav-list > li a.active { border-bottom: #333 solid 2px; color: #999; } /*画面サイズ960px以下のナビスタイル*/ @media screen and (min-width:960px) { #nav-drawer{ display:none; } } /*画面サイズ960px以下のスタイル*/ @media screen and (max-width:960px) { .nav{ display:none; } /*ハンバーガーメニューの設定*/ #nav-drawer { position: relative; margin: 0 0 0 auto;/*IE対策の右寄せ*/ } .nav-unshown {/*チェックボックス等は非表示に*/ display:none; } #nav-open { /*アイコンのスペース*/ display: inline-block; width: 30px; margin: 0 30px 0 0; } /*ハンバーガーアイコンをCSSだけで表現*/ #nav-open span, #nav-open span:before, #nav-open span:after { position: absolute; height: 3px;/*線の太さ*/ width: 28px;/*長さ*/ background: #555; display: block; content: ; cursor: pointer; } #nav-open span:before { bottom: -8px; } #nav-open span:after { bottom: -16px; } /*閉じる用の薄黒カバー*/ #nav-close { display: none;/*はじめは隠しておく*/ position: fixed; z-index: 99; top: 0;/*全体に広がるように*/ left: 0; width: 100%; height: 100%; background: black; opacity: 0; transition: .3s ease-in-out; } /*ハンバーガーメニュー展開後の中身*/ #nav-content { overflow: auto; position: fixed; top: 0; left: 0; z-index: 9999;/*最前面に*/ width: 90%;/*右側に隙間を作る(閉じるカバーを表示)*/ max-width: 330px;/*最大幅(調整してください)*/ height: 100%; background: #fff;/*背景色*/ transition: .3s ease-in-out;/*滑らかに表示*/ -webkit-transform: translateX(-105%); transform: translateX(-105%);/*左に隠しておく*/ } /*チェックが入った後の表示*/ #nav-input:checked ~ #nav-close { display: block;/*カバーを表示*/ opacity: .5; } #nav-input:checked ~ #nav-content { -webkit-transform: translateX(0%); transform: translateX(0%);/*中身を表示(右へスライド)*/ box-shadow: 6px 0 25px rgba(0,0,0,.15); } /*展開後のリストのスタイル*/ .nav-drawerList{ list-style: none; text-align: center; padding: 0; } .nav-drawerList-item{ line-height: 1.5; } .nav-drawerList-item > a{ display: block; padding: 15px; } } /* スライドイメージ */ .mainImg{ margin-bottom: 80px; } /*スライドイメージ > スライダーの設定*/ .slider{ margin: 0 auto 80px; padding: 0; max-width: 480px; height: auto; } .slider img{ height: 150px; width: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .slick-initialized, .slick-slide{ max-height: 500px !important; } .slick-next, .slick-prev{ display: none !important; } /*スライダー両サイドの矢印*/ .slick-prev:before, .slick-next:before { color: #64646c; } /*画面サイズ480px以下のスライダースタイル*/ @media screen and (max-width : 960px){ .mainImg{ margin-bottom:0 ; } .slider img{ height: 150px; width: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .slider{ margin-bottom: 50px !important; } } /*ページ全体の構成*/ .content{ max-width: 480px; margin: 0 auto 190px; text-align: center; } .content-title{ font-family: Open Sans, sans-serif; font-size: 20px; margin: 0 auto 50px; padding-bottom: 10px; position: relative; } .content-title:after{ position: absolute; bottom:-2px; left: 0; right: 0; margin: auto; border-bottom: 2px solid #444; content:; width:140px; } .content-discription{ padding: 0 80px; margin-bottom: 50px; font-size: 14px; line-height: 2.5; } /*more aout のbuttonスタイル*/ .content-button{ width: 170px; margin: 0 auto; padding: 5px 10px; text-align: center; } .content-button > a{ background: #b8e1d9; display: block; max-width: 170px; padding: 7px 15px; margin: 0 auto; text-align: center; } .content-button > a:hover{/*カーソルが触れているときの設定*/ opacity: 0.5; } /*画面サイズ960px以下のボタンスタイル*/ @media screen and (max-width : 960px){ .content{ margin-bottom: 100px; } } /*画面サイズ600px以下のボタンスタイル*/ @media screen and (max-width : 600px){ .content-discription{ padding: 0 30px; margin-bottom: 50px; font-size: 14px; } .content-button{ width: auto; margin: 0 auto; padding: 0 30px; line-height: 1.2; } .content-button > a{ display: block; max-width: 100%; background: #b8e1d9; padding: 15px; margin: 0 auto; } } /*メイン記事*/ .content-list{ max-width: 960px; padding: 0 20px; margin-bottom: 50px; display: flex; justify-content: space-between; } .content-listItem{ width: 250px; height: 250px; list-style: none; position: relative; /* 相対位置指定 */ } .content-listItem img{ width: 100%; height: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .content-listItemMask {/*マスクの設定*/ width: 100%; height: 100%; position: absolute; /* 絶対位置指定 */ top: 0; left: 0; opacity: 0; /* マスクを表示しない */ background-color: rgba(0,0,0,0.4); /* マスクは半透明 */ -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .content-listItem:hover .content-listItemMask { opacity:2; /* マスクを表示する */ } .content-listItemMask-caption{/*マスクの上の*/ font-size: 14px; text-align: left; position: absolute; padding: 10px; bottom: 0; color:#fff; } @media screen and (max-width : 960px){ .content-list{ display: flex; flex-direction: column; margin: 0; } .content-listLast{ margin-bottom: 50px; } .content-listItem{ width: 300px; height: 300px; margin:0 auto 10px; } .content-button{ width: auto; margin: 0 auto; padding: 0 30px; line-height: 1.2; } .content-button > a{ display: block; max-width: 100%; background: #b8e1d9; padding: 15px; margin: 0 auto; } } /*プロフィール*/ .content-profile{ max-width: 960px; display: flex; border: 1px solid #ccc; } .content-profileImg{/*プロフィール写真*/ width: 380px; height: auto; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .content-profileImg>img{ width: 100%; height: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .content-profileText-name{/*プロフィール名前*/ font-weight: bold; line-height: 0; } .content-profileText{/*プロフィールテキスト*/ margin: 0 auto; padding: 38px 0; text-align: left; font-size: 14px; } .content-profileText-self{ margin: 30px 0; } .content-profileText-button{ font-size: 16px; } /*画面サイズ960px以下のプロフィール部分のスタイル*/ @media screen and (max-width: 960px){ .content-profile{ display: block; border: none; } .content-profileImg{ max-width: 360px; margin: 0 auto; } .content-profileText-name{ padding: 0 30px; } .content-profileText{ text-align: center; } } /*フッター*/ /*注釈権利*/ .footer{ border-top: 1px solid #ccc; text-align: center; padding: 20px 0; font-size: 12px; } /*SNSボタン*/ .footer-SNSicon{ margin: 0 auto 10px; padding: 0; list-style: none; display: flex; justify-content: center; } /*SNSボタン-色サイズ*/ .snsIcon { width: 48px; height: 48px; margin: 0 0 5px 10px; font-size: calc(48px * 0.64); color: white; background-color: #cdcdcd; border-radius: 50%; display: inline-block; text-align: center; line-height: 48px; box-sizing: border-box; } @media(max-width: 960px){ .footer-wrapGroupSNSicon{ margin: 0 auto; padding: 20px; } .footer-wrapGroupSNSicon-group{ justify-content: center; } } /style>/head>body idtop>div classheader>table border1 styleheight: 358px; width: 100%; border-collapse: collapse; border-style: hidden;>tbody>tr styleheight: 41px;>td stylewidth: 100%; height: 41px; border-style: hidden; background-color: #bdb76b; text-align: center;>span stylefont-size: 24pt;>strong>KASUGAOKA55/strong>/span>/td>/tr>tr styleheight: 41px;>td stylewidth: 100%; height: 52px; background-color: #d3d3d3; text-align: center;>strong>span stylefont-size: 24pt;>Reunion/span>/strong>/td>/tr>tr styleheight: 150px;>td stylewidth: 100%; height: 150px; border-style: hidden; text-align: center;>p>strong>span stylefont-size: 18pt;>かすこー55学年同窓会準備室/span>/strong>/p>p>span stylefont-size: 10pt;>strong>2025/9/26~●!-- FC2カウンター ここから -->script languagejavascript typetext/javascript src//counter1.fc2.com/counter.php?id40524129&main1>/script>noscript>img src//counter1.fc2.com/counter_img.php?id40524129&main1 />/noscript>!-- FC2カウンター ここまで -->●アクセス/strong>span styletext-decoration-line: underline;>/span>/span>/p>p>span stylefont-size: 10pt; color: #ff0000;>strong>NOW閲覧中★!-- FC2カウンター ここから -->script languagejavascript typetext/javascript src//counter1.fc2.com/views.php?id40524129&main1>/script>noscript>img src//counter1.fc2.com/counter_now.php?id40524129&main1 />/noscript>!-- FC2カウンター ここまで -->★/strong>/span>/p>ul classnav-list>li>span styletext-decoration: underline; font-size: 10pt;>a href#HOME>home/a>/span>/li>li>span styletext-decoration: underline; font-size: 10pt;>a href#KANJI>幹事会/a>/span>/li>!--ナビ-->li>span styletext-decoration: underline; font-size: 10pt;>a href#KEIKAKU>同窓会計画/a>/span>/li>!--ナビ-->li>span styletext-decoration: underline; font-size: 10pt;>a href#fumei target_blank relnoopener title不明者>不明者探索/a>/span>/li>/ul>p>img srchttp://kasuko55.jp/titleback.jpg altimage01 width480 height150 styledisplay: block; margin-left: auto; margin-right: auto; />/p>p>/p>p>span stylefont-size: 14pt; color: #333333;>span stylecolor: #000000;>2025/12/13更新 不明者リスト更新(予告ハガキ宛所不明者)/span>/span>/p>p>span stylefont-size: 14pt; color: #333333;>span stylecolor: #000000;>2025/11/17更新 予告ハガキ(11月末発送)を掲載/span>/span>/p>p>span stylefont-size: 14pt; color: #333333;>a href#dai3kai titledai3kai>span stylecolor: #000000;>2025/10/30更新 第3回幹事会記録を掲載(リンク)/span>/a>/span>/p>p>a href#dai2kai target_blank relnoopener titlehttps://drive.google.com/file/d/1TjzAaH8uQ4LykfA8gih0wuGfItL71GOP/view?uspdrive_link>span stylefont-size: 14pt; color: #333333;>2025/10/15更新 第2回幹事会記録を掲載(リンク)/span>/a>/p>p>span stylefont-size: 14pt; color: #333333;>a href#kanajikai title幹事会リンク stylecolor: #333333;>2025/9/17更新 第1回幹事会記録を掲載/a>(リンク)/span>/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>p>span stylecolor: #ff0000;>strong>span stylefont-size: 14pt;>span stylefont-size: 18pt;>2025年11月末に、同窓会【予告ハガキ】を郵送しまました!/span>br />LINE連絡89件+ハガキ発送数295通計384名に告知(うち宛先不明23通)/span>/strong>/span>/p>p>a hrefhttp://kasuko55.jp/yokokuhagaki202511.pdf target_blank relnoopener title予告ハガキPDF>img srchttp://kasuko55.jp/yokokuhagaki202511.jpg alt予告ハガキ202511 width800 height600 />/a>/p>p>12月初旬までに届かない方は、幹事会で住所が不明となっている恐れがあります。/p>p>◆ なお、グループLINEに参加している方のうち、ハガキ不要と回答の方ヘは発送しておりません(※1)/p>p>ハガキが届かなかった方(※1対象の方は除く)は、最新住所をメールでお知らせください。/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>/td>/tr>tr styleheight: 115px;>td stylewidth: 100%; background-color: #f5f5dc; text-align: center; height: 115px;>p>strong>span stylefont-size: 18pt;>span stylefont-size: 24pt;>a idKANJI>/a>幹事会/span>br />span stylefont-size: 24pt;>span stylefont-size: 12pt;>2025年8月に結成した、/span>span stylefont-size: 12pt;>企画推進メンバー/span>br />/span>/span>/strong>/p>h6 styletext-align: center;>span stylefont-size: 14pt;>strong>幹事一覧<協力してくださる新幹事も随時募集中>/strong>/span>/h6>p>span stylefont-size: 14pt;>strong>img srchttp://kasuko55.jp/yasaka.jpg alt八阪 width340 height100 styledisplay: block; margin-left: auto; margin-right: auto; />/strong>/span>/p>/td>/tr>/tbody>/table>h6 styletext-align: center;>/h6>/div>div classcontent>table border1 stylewidth: 491px; height: 323px;>tbody>tr styleheight: 18px;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>組/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>氏名(卒業時)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>同窓会職/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>部活/span>/td>/tr>tr styleheight: 18px;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>1/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>藤岡 知子(辻本)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>演劇/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>2/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>柳生 武俊/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>2/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>諏江 尚子(飯田)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/東京/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>明原 修/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>バレー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>大畑 充子(柿木)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>中村 茂子(山口)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>土方 淳子(横山)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>演劇/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>4/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>柳澤 千秋(安藤)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>タイプ/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>5/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>吉田 昌美(川村)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>剣道/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>5/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>寺北 典子(藤田)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>書道/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>6/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>藤岡 康治/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>事務局/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>演劇・山岳スキー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>7/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span stylecolor: #000000;>羽白 誠/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>幹事/td>td stylewidth: 197.562px; height: 18px; text-align: center;>帰宅/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>8/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>八阪 政一/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事長/東京/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>柔道/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>8/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>辻 弘子(川上)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計監査/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>バレー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>9/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>平井 寛/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計監査/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>サッカー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>9/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>西村 康子(小原)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>剣道/span>/td>/tr>tr styleheight: 17px;>td stylewidth: 17.8594px; height: 17px; text-align: center;>span>10/span>/td>td stylewidth: 134.312px; height: 17px; text-align: center;>span>杉本 幸彦/span>/td>td stylewidth: 113.266px; height: 17px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 17px; text-align: center;>span>将棋(サッカー)/span>/td>/tr>/tbody>/table>br />h2 classcontent-button>span stylefont-size: 18pt;>span stylefont-size: 18pt;> /span>/span>/h2>div classcontent-title styletext-align: center;>span stylefont-size: 18pt;>a idkanajikai>/a>幹事会報告/span>/div>table border1 styleheight: 71px; width: 115.296%; border-collapse: collapse; border-style: hidden; float: left; height18>tbody>tr styleheight: 18px;>td stylewidth: 100%; height: 18px;>p>第3回幹事会 2025/10/27 21:30~22:30 LINEミーティング/p>table border1 styleborder-collapse: collapse; width: 100%;>tbody>tr>td stylewidth: 100%;>a hrefhttps://drive.google.com/file/d/1lAa4D8SqeQqU3-bWOuxHT3sQXAjgsCXa/view?uspsharing target_blank relnoopener title第3回幹事会記録>span stylecolor: #ff0000; font-size: 14pt;>strong>/strong>/span>/a>strong>a iddai3kanji>/a>a iddai3kai>/a>a hrefhttps://drive.google.com/file/d/1lAa4D8SqeQqU3-bWOuxHT3sQXAjgsCXa/view?uspsharing target_blank relnoopener title第3回幹事会記録>span stylecolor: #ff0000; font-size: 14pt;>第3回幹事会記録【PDF】/span>/a>/strong>/td>/tr>/tbody>/table>p>a iddai2kai>/a>第2回幹事会 2025/10/14 21:30~22:30 LINEミーティング/p>table border1 styleborder-collapse: collapse; width: 100%;>tbody>tr>td stylewidth: 100%;>span stylefont-size: 14pt;>a hrefhttps://drive.google.com/file/d/1TjzAaH8uQ4LykfA8gih0wuGfItL71GOP/view?uspdrive_link target_blank relnoopener title第2回幹事会>strong>span stylecolor: #ff0000;>第2回幹事会記録【PDF】/span>/strong>/a>/span>/td>/tr>/tbody>/table>p>第1回幹事会 2025/9/17 21:00~22:05 LINEミーティング/p>table border1 styleborder-collapse: collapse; width: 100%; height19>tbody>tr>td stylewidth: 100%;>a hrefhttps://drive.google.com/file/d/1PclVwwXdSu9EvPN-1_Majc8KtMpFFqc8/view?uspsharing target_blank relnoopener title第1回幹事会記録>span stylecolor: #ff0000;>strong>span stylefont-size: 18pt;>span stylefont-size: 14pt;>第1回幹事会記録【PDF】/span>/span>/strong>/span>/a>/td>/tr>/tbody>/table>br />p>/p>/td>/tr>/tbody>/table>p styletext-align: center;>span stylefont-size: 24pt;>strong>span stylecolor: #008080;>span stylecolor: #0000ff;>【進捗状況】/span>span stylefont-size: 14pt; color: #0000ff;>2025/12/13更新/span>/span>/strong>/span>/p>p styletext-align: center;>span stylecolor: #ff0000;>span stylefont-size: 14pt;>strong>★具体的な開催日・会場等/strong>/span>span stylefont-size: 14pt;>strong>が決まりました/strong>/span>strong stylefont-size: 14pt;>。/strong>/span>/p>p styletext-align: center;>span stylecolor: #ff0000;>strong stylefont-size: 14pt;>/strong>/span>/p>table border1 styleborder-collapse: collapse; width: 113.333%; height23>tbody>tr>td stylewidth: 100%;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>開催日/span>/strong>/span>/td>/tr>/tbody>/table>p>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>●●●決定です●●●/span>/strong>/span>/p>p styletext-align: center;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>span stylecolor: #ff0000; font-size: 24pt;>2026年6月20日(土)14時~/span>(/span>/strong>/span>/p>table border1 styleborder-collapse: collapse; width: 112.5%; height21>tbody>tr>td stylewidth: 100%;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>会 場/span>/strong>/span>/td>/tr>/tbody>/table>p styletext-align: center;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>●●●決定です●●●/span>/strong>/span>/p>p styletext-align: center;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>img srchttp://kasuko55.jp/hilton.jpg altHilton_logo width164 height164 />/span>/strong>/span>/p>p styletext-align: center;>strong stylefont-size: 14pt;>span stylecolor: #008080;>span stylecolor: #ff0000; font-size: 24pt;>ヒルトン大阪/span>/span>/strong>/p>p styletext-align: center;>/p>p styletext-align: left;>span stylecolor: #0000ff; font-size: 12pt;>strong>選定理由:①/strong>strong>会場空き日程の都合(他会場日程合わず)、/strong>/span>span stylecolor: #0000ff; font-size: 12pt;>strong>②梅田(JR大阪)に立地、 ③2次会開催可等 /strong>/span>/p>p styletext-align: center;>/p>p styletext-align: left;>span stylefont-size: 10pt;>/span>/p>h2>*******/h2>h2>img srchttp://kasuko55.jp/LINEkasuko55OSAKA_GL.jpg altQRグループLINEかすこー大阪 width150 height150 />/h2>p>span stylecolor: #339966; font-size: 14pt;>strong>↑↑↑↑↑↑↑/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>かすこー大阪/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>グループLINEに/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>参加しよう!/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>/strong>/span>/p>/div>div classcontent>ul classcontent-list>li classcontent-listItem>table border1 styleborder-collapse: collapse; width: 172.8%; height: 332px;>tbody>tr styleheight: 36px;>td stylewidth: 172.8%; height: 12px; background-color: #800000; colspan3>pre>span stylecolor: #ffffff;>strong>span stylefont-size: 18pt;><必見!>学年写真/span>/strong>/span>/pre>pre>span stylefont-size: 12pt; color: #ffffff;>クラス替え時に撮影されたクラス写真/span>/pre>/td>/tr>tr styleheight: 20px;>td stylewidth: 33.3333%; height: 20px; background-color: #ffc0cb;>span stylefont-size: 12pt;>strong>1977年4月/strong>/span>/td>td stylewidth: 33.3333%; height: 20px; background-color: #ffe4e1;>span stylefont-size: 12pt;>strong>1978年4月/strong>/span>/td>td stylewidth: 106.133%; height: 20px; background-color: #ffc0cb;>span stylefont-size: 12pt;>strong>1979年4月/strong>/span>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/1LaHI20nb-7LWiJ7oJWxNBPxLlpllFLrf/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年1組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/17Me_aCB70cE9yUxVkqOQCNIRxCnPZrIl/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年1組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 31px;>a hrefhttps://drive.google.com/file/d/1eqK8W9m9jj9VkuEk-ATgQaAFbba6fO_Y/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年1組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1R2rMT95NWX4pNrEp9gA9480lmXR-4Vj3/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年2組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1ofrs496-sFJmGSo24GGmN7B-vaDof5PM/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年2組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 27px;>a hrefhttps://drive.google.com/file/d/18_deNpPYAzkRoisi0EybzRDYwyL-NEE5/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年2組/strong>/span>/a>/td>/tr>tr styleheight: 23px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1-0t9WZwOQ-Jl52wPZcg4AFSvgy3Ljc9a/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年3組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1PvVamaS8wqNJx8tu7BCwfAGUE1dUjDjq/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年3組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1KKN8ZvMwEISPCyDtm9VJOeSmJylZx2re/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年3組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 26px;>a hrefhttps://drive.google.com/file/d/1rlcdAzxWOrLv7ltqssxp58iuCWrm8alr/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年4組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 26px;>a hrefhttps://drive.google.com/file/d/11hpf3Q6E1tgcS8YLUjFfsX9cox1s8fEU/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年4組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 26px;>a hrefhttps://drive.google.com/file/d/1AWq4fz7LgkNmEJPW3hK5liS-2iXpYicW/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年4組/strong>/span>/a>/td>/tr>tr styleheight: 21px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1LY4Tz9ose6_flPCCr2XW-X3Z7Gf-ZoBI/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年5組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/15hNFneBLecunb8BAZ5C7iIx0NkmlNjez/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年5組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1WpO2rH5-O6-wcfdYbE89UFIuZjEWfgd_/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年5組/strong>/span>/a>/td>/tr>tr styleheight: 19px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1h7KKkYL0ZGKqVP5MCpdMH4s3Srz3qytv/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年6組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1D8g7dalk1ls6_og0e7D8ZFM7CdWlBfql/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年6組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1lxYiKc30LpGbO92grWHHFrTAV8Dy5I83/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年6組/strong>/span>/a>/td>/tr>tr styleheight: 10px;>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/1EoWW24CkmQPtgDatgmyhE3OXgyQAMNvB/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年7組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/1bZItH1RkeVUapvkVnUfWjvzKGvgXr415/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年7組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 31px;>a hrefhttps://drive.google.com/file/d/1IluVL9Wow5sJlTEKiD_y810kW5geiDUV/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年7組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/17RzgU_WNgzxnn-pM50Ndf7WNVc4IFfSr/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年8組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1hHcfLOM-pdBe_WiAv1lrOvP79p8nYJnR/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年8組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1vWD4pzyAcsLKNGf2FYp3XOG0ff7kpyN6/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年8組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1NVn2w6fwQQKRaUowo_j7wR5CntEg3Alc/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年9組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1WPY3Qjiry0wJCoDb4nf_hFKXficVB-E0/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年9組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 27px;>a hrefhttps://drive.google.com/file/d/19S6Zb3eb_pcQ0J611PzA3cvFB_jP3zm6/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年9組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1zyqWlXhTWPpnJv5AZx3L4Xbyhgy-Bmsk/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年10組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1lwh1MElEBXSTepgn1OVafj0_Ysps5heV/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年10組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/11AQHrsuaRsAbtJPs41zSeNuhobiPQ3Zl/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年10組/strong>/span>/a>/td>/tr>/tbody>/table>a href#>/a>/li>/ul>ul classcontent-list content-listLast>/ul>div classcontent-button>span stylecolor: #000000; font-size: 24pt;>/span>/div>div classcontent-button>span stylecolor: #000000; font-size: 24pt;>/span>/div>div classcontent-button>/div>div classcontent-button styletext-align: left;>h2>/h2>/div>div classcontent-button styletext-align: left;>/div>div classcontent-button>table border1 styleborder-collapse: collapse; width: 130%; height87>tbody>tr>td stylewidth: 100%; border-style: hidden;>p>span stylecolor: #000000; font-size: 24pt;>a href# stylecolor: #000000;>/a>a idfumei>/a> /span>/p>p>span stylecolor: #000000; font-size: 24pt;>a href# stylecolor: #000000;>不明者探索/a>/span>/p>/td>/tr>/tbody>/table>/div>div classcontent-button>span stylecolor: #000000; font-size: 24pt;>a href# stylecolor: #000000;>/a>/span>/div>div classcontent-button>table border1 styleborder-collapse: collapse; width: 128.824%; height: 119px; height93>tbody>tr styleheight: 114px;>td stylewidth: 100%; height: 114px;>p>span stylefont-size: 14pt;>strong>a hrefhttp://kasuko55.jp/fumei.html target_blank relnoopener title不明者リスト(2016年時点)>不明者リスト/a>/strong>/span>/p>p styletext-align: center;>span stylefont-size: 14pt;>strong>a hrefhttp://kasuko55.jp/fumei.html target_blank relnoopener title不明者リスト(2016年時点)>2025年12月13日時点/a>/strong>/span>/p>/td>/tr>/tbody>/table>span stylecolor: #0000ff;>strong>↑クリック /strong>/span> /div>div classcontent-button>span stylecolor: #0000ff;>strong>新しいページが開きます/strong>/span>/div>div classcontent-button>不明者リストに掲載された方の連絡先(LINE可)が分かる方は/div>div classcontent-button>a hrefmailto:kasugaoka55@gmail.com>strong>メールでお知らせください/strong>/a>/div>/div>!--プロフィール-->div classcontent>div classcontent-title>連絡先/div>div classcontent-profile>div classcontent-profileText>p classcontent-profileText-name>大阪府立春日丘高等学校 昭和55年卒学年同窓会/p>div classcontent-profileText-self><事務局>br />span stylefont-size: 12pt;>a hrefmailto:kasugaoka55@gmail.com titleメール>e-mail ★ kasugaoka55@gmail.com/a>/span>/div>div classcontent-profileText-self>span stylefont-size: 12pt;>a hreftel:090-3924-2205">phone ★ 090-3924-2205/a> (藤岡)/span>/div>div classcontent-profileText-self>span stylefont-size: 12pt;>a hrefhttps://line.me/ti/p/2ooLh_HFcj title事務局(藤岡)LINE target_blank relnoopener>img srchttp://kasuko55.jp/fujiokaLINEQR.jpg alt事務局藤岡LINE width100 height100 />/a>a hrefhttps://line.me/ti/p/2ooLh_HFcj target_blank relnoopener title事務局(藤岡)LINEu>事務局(藤岡)LINE/a>/span>/div>a hreftel:000-1234-5678>/a>div classcontent-button content-profileText-button>a href#>more about/a>/div>/div>/div>/div>!--フッター-->div classfooter>ul classfooter-SNSicon>!--SNSアイコン-->li>a href#>i classsnsIcon fa-brands fa-x-twitter titleX>/i>/a>/li>li>a href#>i classsnsIcon fa-brands fa-instagram titleInstagram>/i>/a>/li>li>a href#>i classsnsIcon fa-brands fa-facebook titlefacebook>/i>/a>/li>/ul>div classfooter-text>無断転載はご遠慮ください/div>div classfooter-copyright>Copyright © 2025 kasuko55/div>/div>!--スライダー-->p>script> $(.slider).slick({ autoplay:true, autoplaySpeed:8000, dots:true, }); /script>/p>script>!--var fc2footerparam ver1 + &url + encodeURIComponent(document.location) + &service0 + &r + Math.floor(Math.random() * 99999999999);var fc2footertag //vip.chps-api.fc2.com/apis/footer/? + fc2footerparam;var script document.createElement(script);script.src fc2footertag;script.charset UTF-8;script.async true;document.getElementsByTagName(head)0.appendChild(script);//-->/script>!-- FC2, inc.-->img src//media.fc2.com/counter_img.php?id50 styledisplay:none altinserted by FC2 system width0 height0>!-- FC2, inc.-->/body>/html>
Port 443
HTTP/1.1 200 OKServer: openrestyDate: Wed, 25 Feb 2026 02:13:17 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveLast-Modified: Sat, 13 Dec 2025 03:04:53 GMTAccept-Ranges: bytesX-Powered-By: ModLayout/5.1X-XSS-Protection: 1; modeblockX-Content-Type-Options: nosniffContent-Security-Policy: frame-ancestors self web.fc2.com !DOCTYPE html>html langja>head> meta charsetutf-8 > title>かすこー55【2026同窓会】/title> meta namedescription content> meta namekeywords content> meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno> link relstylesheet href//use.fontawesome.com/releases/v6.6.0/css/all.css> link relstylesheet href/design_template_lib/slick/1.8.1/slick.min.css> link relstylesheet href/design_template_lib/slick/1.8.1/slick-theme.min.css> link relstylesheet href//fonts.googleapis.com/css?familyAbril+Fatface> link relstylesheet href//fonts.googleapis.com/css?familyOpen+Sans> script src//ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js>/script> script src/design_template_lib/slick/1.8.1/slick.min.js>/script> style> /*ページ全体の構成*/ body{ background: #fff; color: #444444; font-size: 16px; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Helvetica, Arial, MS Pゴシック, sans-serif; line-height: 1.42857; margin: 0; } a:link { color: #999; text-decoration: none; } a:hover { color: #999; text-decoration: none; } a:visited { color: #999; text-decoration: none; } /* ヘッダーの設定 */ .header {/*ヘッダー全体の構成*/ z-index: 100; padding: 24px 0; width: 100%; } .header-title {/*サイト名*/ font-family: Abril Fatface, cursive; color: #444; font-weight: bold; font-size: 2.4em; border-bottom: #ccd1d9 solid 1px; text-align: center; position: relative; margin: 0 auto 30px; padding: 0 0 20px; } .header-title:after{/*サイト名下の線の設定*/ position: absolute; bottom:-2px; left: 0; right: 0; margin: auto; border-bottom: 3px solid #444; content:; width:120px; } /*画面サイズ960px以下のヘッダースタイル*/ @media screen and (max-width : 960px){ .header{/*ヘッダー全体の構成*/ padding: 24px 0px; position: relative; border-bottom: 1px solid #ccd1d9; margin-bottom: 50px; display: flex; justify-content: space-between; } .header:after{/*サイト名下の線の設定*/ position: absolute; bottom: -2px; left: 30px; border-bottom: 3px solid #444; content: ; width: 140px; } .header-title {/*サイト名*/ position: relative; font-size: 30px; text-align: left; border:none; padding: 0; margin: 0 0 0 30px } .header-title:after{/*サイト名下の線の設定*/ display: none; } } /* ナビゲーション */ .nav {/*ナビの構成*/ max-width: 960px; height: auto; margin: 0 auto; padding: 21px 0 0; background: #fff; text-align: center; } .nav-list { display: flex; justify-content: center; padding: 0; margin: 0; } .nav-list > li { list-style-type: none; padding: 0 20px; } .nav-list > li a { display: block; padding: 6px 12px; color: #333; text-decoration: none; } .nav-list > li a:hover { color: #999; } .nav-list > li a.active { border-bottom: #333 solid 2px; color: #999; } /*画面サイズ960px以下のナビスタイル*/ @media screen and (min-width:960px) { #nav-drawer{ display:none; } } /*画面サイズ960px以下のスタイル*/ @media screen and (max-width:960px) { .nav{ display:none; } /*ハンバーガーメニューの設定*/ #nav-drawer { position: relative; margin: 0 0 0 auto;/*IE対策の右寄せ*/ } .nav-unshown {/*チェックボックス等は非表示に*/ display:none; } #nav-open { /*アイコンのスペース*/ display: inline-block; width: 30px; margin: 0 30px 0 0; } /*ハンバーガーアイコンをCSSだけで表現*/ #nav-open span, #nav-open span:before, #nav-open span:after { position: absolute; height: 3px;/*線の太さ*/ width: 28px;/*長さ*/ background: #555; display: block; content: ; cursor: pointer; } #nav-open span:before { bottom: -8px; } #nav-open span:after { bottom: -16px; } /*閉じる用の薄黒カバー*/ #nav-close { display: none;/*はじめは隠しておく*/ position: fixed; z-index: 99; top: 0;/*全体に広がるように*/ left: 0; width: 100%; height: 100%; background: black; opacity: 0; transition: .3s ease-in-out; } /*ハンバーガーメニュー展開後の中身*/ #nav-content { overflow: auto; position: fixed; top: 0; left: 0; z-index: 9999;/*最前面に*/ width: 90%;/*右側に隙間を作る(閉じるカバーを表示)*/ max-width: 330px;/*最大幅(調整してください)*/ height: 100%; background: #fff;/*背景色*/ transition: .3s ease-in-out;/*滑らかに表示*/ -webkit-transform: translateX(-105%); transform: translateX(-105%);/*左に隠しておく*/ } /*チェックが入った後の表示*/ #nav-input:checked ~ #nav-close { display: block;/*カバーを表示*/ opacity: .5; } #nav-input:checked ~ #nav-content { -webkit-transform: translateX(0%); transform: translateX(0%);/*中身を表示(右へスライド)*/ box-shadow: 6px 0 25px rgba(0,0,0,.15); } /*展開後のリストのスタイル*/ .nav-drawerList{ list-style: none; text-align: center; padding: 0; } .nav-drawerList-item{ line-height: 1.5; } .nav-drawerList-item > a{ display: block; padding: 15px; } } /* スライドイメージ */ .mainImg{ margin-bottom: 80px; } /*スライドイメージ > スライダーの設定*/ .slider{ margin: 0 auto 80px; padding: 0; max-width: 480px; height: auto; } .slider img{ height: 150px; width: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .slick-initialized, .slick-slide{ max-height: 500px !important; } .slick-next, .slick-prev{ display: none !important; } /*スライダー両サイドの矢印*/ .slick-prev:before, .slick-next:before { color: #64646c; } /*画面サイズ480px以下のスライダースタイル*/ @media screen and (max-width : 960px){ .mainImg{ margin-bottom:0 ; } .slider img{ height: 150px; width: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .slider{ margin-bottom: 50px !important; } } /*ページ全体の構成*/ .content{ max-width: 480px; margin: 0 auto 190px; text-align: center; } .content-title{ font-family: Open Sans, sans-serif; font-size: 20px; margin: 0 auto 50px; padding-bottom: 10px; position: relative; } .content-title:after{ position: absolute; bottom:-2px; left: 0; right: 0; margin: auto; border-bottom: 2px solid #444; content:; width:140px; } .content-discription{ padding: 0 80px; margin-bottom: 50px; font-size: 14px; line-height: 2.5; } /*more aout のbuttonスタイル*/ .content-button{ width: 170px; margin: 0 auto; padding: 5px 10px; text-align: center; } .content-button > a{ background: #b8e1d9; display: block; max-width: 170px; padding: 7px 15px; margin: 0 auto; text-align: center; } .content-button > a:hover{/*カーソルが触れているときの設定*/ opacity: 0.5; } /*画面サイズ960px以下のボタンスタイル*/ @media screen and (max-width : 960px){ .content{ margin-bottom: 100px; } } /*画面サイズ600px以下のボタンスタイル*/ @media screen and (max-width : 600px){ .content-discription{ padding: 0 30px; margin-bottom: 50px; font-size: 14px; } .content-button{ width: auto; margin: 0 auto; padding: 0 30px; line-height: 1.2; } .content-button > a{ display: block; max-width: 100%; background: #b8e1d9; padding: 15px; margin: 0 auto; } } /*メイン記事*/ .content-list{ max-width: 960px; padding: 0 20px; margin-bottom: 50px; display: flex; justify-content: space-between; } .content-listItem{ width: 250px; height: 250px; list-style: none; position: relative; /* 相対位置指定 */ } .content-listItem img{ width: 100%; height: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .content-listItemMask {/*マスクの設定*/ width: 100%; height: 100%; position: absolute; /* 絶対位置指定 */ top: 0; left: 0; opacity: 0; /* マスクを表示しない */ background-color: rgba(0,0,0,0.4); /* マスクは半透明 */ -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .content-listItem:hover .content-listItemMask { opacity:2; /* マスクを表示する */ } .content-listItemMask-caption{/*マスクの上の*/ font-size: 14px; text-align: left; position: absolute; padding: 10px; bottom: 0; color:#fff; } @media screen and (max-width : 960px){ .content-list{ display: flex; flex-direction: column; margin: 0; } .content-listLast{ margin-bottom: 50px; } .content-listItem{ width: 300px; height: 300px; margin:0 auto 10px; } .content-button{ width: auto; margin: 0 auto; padding: 0 30px; line-height: 1.2; } .content-button > a{ display: block; max-width: 100%; background: #b8e1d9; padding: 15px; margin: 0 auto; } } /*プロフィール*/ .content-profile{ max-width: 960px; display: flex; border: 1px solid #ccc; } .content-profileImg{/*プロフィール写真*/ width: 380px; height: auto; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .content-profileImg>img{ width: 100%; height: 100%; object-fit: cover; font-family: object-fit: cover;; /*IE対策*/ } .content-profileText-name{/*プロフィール名前*/ font-weight: bold; line-height: 0; } .content-profileText{/*プロフィールテキスト*/ margin: 0 auto; padding: 38px 0; text-align: left; font-size: 14px; } .content-profileText-self{ margin: 30px 0; } .content-profileText-button{ font-size: 16px; } /*画面サイズ960px以下のプロフィール部分のスタイル*/ @media screen and (max-width: 960px){ .content-profile{ display: block; border: none; } .content-profileImg{ max-width: 360px; margin: 0 auto; } .content-profileText-name{ padding: 0 30px; } .content-profileText{ text-align: center; } } /*フッター*/ /*注釈権利*/ .footer{ border-top: 1px solid #ccc; text-align: center; padding: 20px 0; font-size: 12px; } /*SNSボタン*/ .footer-SNSicon{ margin: 0 auto 10px; padding: 0; list-style: none; display: flex; justify-content: center; } /*SNSボタン-色サイズ*/ .snsIcon { width: 48px; height: 48px; margin: 0 0 5px 10px; font-size: calc(48px * 0.64); color: white; background-color: #cdcdcd; border-radius: 50%; display: inline-block; text-align: center; line-height: 48px; box-sizing: border-box; } @media(max-width: 960px){ .footer-wrapGroupSNSicon{ margin: 0 auto; padding: 20px; } .footer-wrapGroupSNSicon-group{ justify-content: center; } } /style>/head>body idtop>div classheader>table border1 styleheight: 358px; width: 100%; border-collapse: collapse; border-style: hidden;>tbody>tr styleheight: 41px;>td stylewidth: 100%; height: 41px; border-style: hidden; background-color: #bdb76b; text-align: center;>span stylefont-size: 24pt;>strong>KASUGAOKA55/strong>/span>/td>/tr>tr styleheight: 41px;>td stylewidth: 100%; height: 52px; background-color: #d3d3d3; text-align: center;>strong>span stylefont-size: 24pt;>Reunion/span>/strong>/td>/tr>tr styleheight: 150px;>td stylewidth: 100%; height: 150px; border-style: hidden; text-align: center;>p>strong>span stylefont-size: 18pt;>かすこー55学年同窓会準備室/span>/strong>/p>p>span stylefont-size: 10pt;>strong>2025/9/26~●!-- FC2カウンター ここから -->script languagejavascript typetext/javascript src//counter1.fc2.com/counter.php?id40524129&main1>/script>noscript>img src//counter1.fc2.com/counter_img.php?id40524129&main1 />/noscript>!-- FC2カウンター ここまで -->●アクセス/strong>span styletext-decoration-line: underline;>/span>/span>/p>p>span stylefont-size: 10pt; color: #ff0000;>strong>NOW閲覧中★!-- FC2カウンター ここから -->script languagejavascript typetext/javascript src//counter1.fc2.com/views.php?id40524129&main1>/script>noscript>img src//counter1.fc2.com/counter_now.php?id40524129&main1 />/noscript>!-- FC2カウンター ここまで -->★/strong>/span>/p>ul classnav-list>li>span styletext-decoration: underline; font-size: 10pt;>a href#HOME>home/a>/span>/li>li>span styletext-decoration: underline; font-size: 10pt;>a href#KANJI>幹事会/a>/span>/li>!--ナビ-->li>span styletext-decoration: underline; font-size: 10pt;>a href#KEIKAKU>同窓会計画/a>/span>/li>!--ナビ-->li>span styletext-decoration: underline; font-size: 10pt;>a href#fumei target_blank relnoopener title不明者>不明者探索/a>/span>/li>/ul>p>img srchttp://kasuko55.jp/titleback.jpg altimage01 width480 height150 styledisplay: block; margin-left: auto; margin-right: auto; />/p>p>/p>p>span stylefont-size: 14pt; color: #333333;>span stylecolor: #000000;>2025/12/13更新 不明者リスト更新(予告ハガキ宛所不明者)/span>/span>/p>p>span stylefont-size: 14pt; color: #333333;>span stylecolor: #000000;>2025/11/17更新 予告ハガキ(11月末発送)を掲載/span>/span>/p>p>span stylefont-size: 14pt; color: #333333;>a href#dai3kai titledai3kai>span stylecolor: #000000;>2025/10/30更新 第3回幹事会記録を掲載(リンク)/span>/a>/span>/p>p>a href#dai2kai target_blank relnoopener titlehttps://drive.google.com/file/d/1TjzAaH8uQ4LykfA8gih0wuGfItL71GOP/view?uspdrive_link>span stylefont-size: 14pt; color: #333333;>2025/10/15更新 第2回幹事会記録を掲載(リンク)/span>/a>/p>p>span stylefont-size: 14pt; color: #333333;>a href#kanajikai title幹事会リンク stylecolor: #333333;>2025/9/17更新 第1回幹事会記録を掲載/a>(リンク)/span>/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>p>span stylecolor: #ff0000;>strong>span stylefont-size: 14pt;>span stylefont-size: 18pt;>2025年11月末に、同窓会【予告ハガキ】を郵送しまました!/span>br />LINE連絡89件+ハガキ発送数295通計384名に告知(うち宛先不明23通)/span>/strong>/span>/p>p>a hrefhttp://kasuko55.jp/yokokuhagaki202511.pdf target_blank relnoopener title予告ハガキPDF>img srchttp://kasuko55.jp/yokokuhagaki202511.jpg alt予告ハガキ202511 width800 height600 />/a>/p>p>12月初旬までに届かない方は、幹事会で住所が不明となっている恐れがあります。/p>p>◆ なお、グループLINEに参加している方のうち、ハガキ不要と回答の方ヘは発送しておりません(※1)/p>p>ハガキが届かなかった方(※1対象の方は除く)は、最新住所をメールでお知らせください。/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>p>span stylefont-size: 14pt; color: #333333;>/span>/p>/td>/tr>tr styleheight: 115px;>td stylewidth: 100%; background-color: #f5f5dc; text-align: center; height: 115px;>p>strong>span stylefont-size: 18pt;>span stylefont-size: 24pt;>a idKANJI>/a>幹事会/span>br />span stylefont-size: 24pt;>span stylefont-size: 12pt;>2025年8月に結成した、/span>span stylefont-size: 12pt;>企画推進メンバー/span>br />/span>/span>/strong>/p>h6 styletext-align: center;>span stylefont-size: 14pt;>strong>幹事一覧<協力してくださる新幹事も随時募集中>/strong>/span>/h6>p>span stylefont-size: 14pt;>strong>img srchttp://kasuko55.jp/yasaka.jpg alt八阪 width340 height100 styledisplay: block; margin-left: auto; margin-right: auto; />/strong>/span>/p>/td>/tr>/tbody>/table>h6 styletext-align: center;>/h6>/div>div classcontent>table border1 stylewidth: 491px; height: 323px;>tbody>tr styleheight: 18px;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>組/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>氏名(卒業時)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>同窓会職/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>部活/span>/td>/tr>tr styleheight: 18px;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>1/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>藤岡 知子(辻本)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>演劇/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>2/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>柳生 武俊/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>2/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>諏江 尚子(飯田)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/東京/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>明原 修/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>バレー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>大畑 充子(柿木)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>中村 茂子(山口)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>ハンドボール/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>3/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>土方 淳子(横山)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>演劇/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>4/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>柳澤 千秋(安藤)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>タイプ/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>5/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>吉田 昌美(川村)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>剣道/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>5/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>寺北 典子(藤田)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>書道/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>6/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>藤岡 康治/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>事務局/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>演劇・山岳スキー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>7/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span stylecolor: #000000;>羽白 誠/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>幹事/td>td stylewidth: 197.562px; height: 18px; text-align: center;>帰宅/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>8/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>八阪 政一/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>幹事長/東京/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>柔道/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>8/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>辻 弘子(川上)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計監査/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>バレー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>9/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>平井 寛/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計監査/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>サッカー/span>/td>/tr>tr styleheight: 18px; text-align: center;>td stylewidth: 17.8594px; height: 18px; text-align: center;>span>9/span>/td>td stylewidth: 134.312px; height: 18px; text-align: center;>span>西村 康子(小原)/span>/td>td stylewidth: 113.266px; height: 18px; text-align: center;>span>会計/span>/td>td stylewidth: 197.562px; height: 18px; text-align: center;>span>剣道/span>/td>/tr>tr styleheight: 17px;>td stylewidth: 17.8594px; height: 17px; text-align: center;>span>10/span>/td>td stylewidth: 134.312px; height: 17px; text-align: center;>span>杉本 幸彦/span>/td>td stylewidth: 113.266px; height: 17px; text-align: center;>span>幹事/span>/td>td stylewidth: 197.562px; height: 17px; text-align: center;>span>将棋(サッカー)/span>/td>/tr>/tbody>/table>br />h2 classcontent-button>span stylefont-size: 18pt;>span stylefont-size: 18pt;> /span>/span>/h2>div classcontent-title styletext-align: center;>span stylefont-size: 18pt;>a idkanajikai>/a>幹事会報告/span>/div>table border1 styleheight: 71px; width: 115.296%; border-collapse: collapse; border-style: hidden; float: left; height18>tbody>tr styleheight: 18px;>td stylewidth: 100%; height: 18px;>p>第3回幹事会 2025/10/27 21:30~22:30 LINEミーティング/p>table border1 styleborder-collapse: collapse; width: 100%;>tbody>tr>td stylewidth: 100%;>a hrefhttps://drive.google.com/file/d/1lAa4D8SqeQqU3-bWOuxHT3sQXAjgsCXa/view?uspsharing target_blank relnoopener title第3回幹事会記録>span stylecolor: #ff0000; font-size: 14pt;>strong>/strong>/span>/a>strong>a iddai3kanji>/a>a iddai3kai>/a>a hrefhttps://drive.google.com/file/d/1lAa4D8SqeQqU3-bWOuxHT3sQXAjgsCXa/view?uspsharing target_blank relnoopener title第3回幹事会記録>span stylecolor: #ff0000; font-size: 14pt;>第3回幹事会記録【PDF】/span>/a>/strong>/td>/tr>/tbody>/table>p>a iddai2kai>/a>第2回幹事会 2025/10/14 21:30~22:30 LINEミーティング/p>table border1 styleborder-collapse: collapse; width: 100%;>tbody>tr>td stylewidth: 100%;>span stylefont-size: 14pt;>a hrefhttps://drive.google.com/file/d/1TjzAaH8uQ4LykfA8gih0wuGfItL71GOP/view?uspdrive_link target_blank relnoopener title第2回幹事会>strong>span stylecolor: #ff0000;>第2回幹事会記録【PDF】/span>/strong>/a>/span>/td>/tr>/tbody>/table>p>第1回幹事会 2025/9/17 21:00~22:05 LINEミーティング/p>table border1 styleborder-collapse: collapse; width: 100%; height19>tbody>tr>td stylewidth: 100%;>a hrefhttps://drive.google.com/file/d/1PclVwwXdSu9EvPN-1_Majc8KtMpFFqc8/view?uspsharing target_blank relnoopener title第1回幹事会記録>span stylecolor: #ff0000;>strong>span stylefont-size: 18pt;>span stylefont-size: 14pt;>第1回幹事会記録【PDF】/span>/span>/strong>/span>/a>/td>/tr>/tbody>/table>br />p>/p>/td>/tr>/tbody>/table>p styletext-align: center;>span stylefont-size: 24pt;>strong>span stylecolor: #008080;>span stylecolor: #0000ff;>【進捗状況】/span>span stylefont-size: 14pt; color: #0000ff;>2025/12/13更新/span>/span>/strong>/span>/p>p styletext-align: center;>span stylecolor: #ff0000;>span stylefont-size: 14pt;>strong>★具体的な開催日・会場等/strong>/span>span stylefont-size: 14pt;>strong>が決まりました/strong>/span>strong stylefont-size: 14pt;>。/strong>/span>/p>p styletext-align: center;>span stylecolor: #ff0000;>strong stylefont-size: 14pt;>/strong>/span>/p>table border1 styleborder-collapse: collapse; width: 113.333%; height23>tbody>tr>td stylewidth: 100%;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>開催日/span>/strong>/span>/td>/tr>/tbody>/table>p>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>●●●決定です●●●/span>/strong>/span>/p>p styletext-align: center;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>span stylecolor: #ff0000; font-size: 24pt;>2026年6月20日(土)14時~/span>(/span>/strong>/span>/p>table border1 styleborder-collapse: collapse; width: 112.5%; height21>tbody>tr>td stylewidth: 100%;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>会 場/span>/strong>/span>/td>/tr>/tbody>/table>p styletext-align: center;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>●●●決定です●●●/span>/strong>/span>/p>p styletext-align: center;>span stylefont-size: 14pt;>strong>span stylecolor: #008080;>img srchttp://kasuko55.jp/hilton.jpg altHilton_logo width164 height164 />/span>/strong>/span>/p>p styletext-align: center;>strong stylefont-size: 14pt;>span stylecolor: #008080;>span stylecolor: #ff0000; font-size: 24pt;>ヒルトン大阪/span>/span>/strong>/p>p styletext-align: center;>/p>p styletext-align: left;>span stylecolor: #0000ff; font-size: 12pt;>strong>選定理由:①/strong>strong>会場空き日程の都合(他会場日程合わず)、/strong>/span>span stylecolor: #0000ff; font-size: 12pt;>strong>②梅田(JR大阪)に立地、 ③2次会開催可等 /strong>/span>/p>p styletext-align: center;>/p>p styletext-align: left;>span stylefont-size: 10pt;>/span>/p>h2>*******/h2>h2>img srchttp://kasuko55.jp/LINEkasuko55OSAKA_GL.jpg altQRグループLINEかすこー大阪 width150 height150 />/h2>p>span stylecolor: #339966; font-size: 14pt;>strong>↑↑↑↑↑↑↑/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>かすこー大阪/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>グループLINEに/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>参加しよう!/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>/strong>/span>/p>p>span stylecolor: #339966; font-size: 14pt;>strong>/strong>/span>/p>/div>div classcontent>ul classcontent-list>li classcontent-listItem>table border1 styleborder-collapse: collapse; width: 172.8%; height: 332px;>tbody>tr styleheight: 36px;>td stylewidth: 172.8%; height: 12px; background-color: #800000; colspan3>pre>span stylecolor: #ffffff;>strong>span stylefont-size: 18pt;><必見!>学年写真/span>/strong>/span>/pre>pre>span stylefont-size: 12pt; color: #ffffff;>クラス替え時に撮影されたクラス写真/span>/pre>/td>/tr>tr styleheight: 20px;>td stylewidth: 33.3333%; height: 20px; background-color: #ffc0cb;>span stylefont-size: 12pt;>strong>1977年4月/strong>/span>/td>td stylewidth: 33.3333%; height: 20px; background-color: #ffe4e1;>span stylefont-size: 12pt;>strong>1978年4月/strong>/span>/td>td stylewidth: 106.133%; height: 20px; background-color: #ffc0cb;>span stylefont-size: 12pt;>strong>1979年4月/strong>/span>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/1LaHI20nb-7LWiJ7oJWxNBPxLlpllFLrf/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年1組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/17Me_aCB70cE9yUxVkqOQCNIRxCnPZrIl/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年1組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 31px;>a hrefhttps://drive.google.com/file/d/1eqK8W9m9jj9VkuEk-ATgQaAFbba6fO_Y/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年1組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1R2rMT95NWX4pNrEp9gA9480lmXR-4Vj3/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年2組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1ofrs496-sFJmGSo24GGmN7B-vaDof5PM/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年2組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 27px;>a hrefhttps://drive.google.com/file/d/18_deNpPYAzkRoisi0EybzRDYwyL-NEE5/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年2組/strong>/span>/a>/td>/tr>tr styleheight: 23px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1-0t9WZwOQ-Jl52wPZcg4AFSvgy3Ljc9a/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年3組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1PvVamaS8wqNJx8tu7BCwfAGUE1dUjDjq/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年3組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1KKN8ZvMwEISPCyDtm9VJOeSmJylZx2re/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年3組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 26px;>a hrefhttps://drive.google.com/file/d/1rlcdAzxWOrLv7ltqssxp58iuCWrm8alr/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年4組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 26px;>a hrefhttps://drive.google.com/file/d/11hpf3Q6E1tgcS8YLUjFfsX9cox1s8fEU/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年4組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 26px;>a hrefhttps://drive.google.com/file/d/1AWq4fz7LgkNmEJPW3hK5liS-2iXpYicW/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年4組/strong>/span>/a>/td>/tr>tr styleheight: 21px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1LY4Tz9ose6_flPCCr2XW-X3Z7Gf-ZoBI/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年5組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/15hNFneBLecunb8BAZ5C7iIx0NkmlNjez/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年5組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1WpO2rH5-O6-wcfdYbE89UFIuZjEWfgd_/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年5組/strong>/span>/a>/td>/tr>tr styleheight: 19px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1h7KKkYL0ZGKqVP5MCpdMH4s3Srz3qytv/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年6組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1D8g7dalk1ls6_og0e7D8ZFM7CdWlBfql/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年6組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1lxYiKc30LpGbO92grWHHFrTAV8Dy5I83/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年6組/strong>/span>/a>/td>/tr>tr styleheight: 10px;>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/1EoWW24CkmQPtgDatgmyhE3OXgyQAMNvB/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年7組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 31px;>a hrefhttps://drive.google.com/file/d/1bZItH1RkeVUapvkVnUfWjvzKGvgXr415/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年7組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 31px;>a hrefhttps://drive.google.com/file/d/1IluVL9Wow5sJlTEKiD_y810kW5geiDUV/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年7組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/17RzgU_WNgzxnn-pM50Ndf7WNVc4IFfSr/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年8組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1hHcfLOM-pdBe_WiAv1lrOvP79p8nYJnR/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年8組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/1vWD4pzyAcsLKNGf2FYp3XOG0ff7kpyN6/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年8組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1NVn2w6fwQQKRaUowo_j7wR5CntEg3Alc/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年9組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 27px;>a hrefhttps://drive.google.com/file/d/1WPY3Qjiry0wJCoDb4nf_hFKXficVB-E0/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年9組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 27px;>a hrefhttps://drive.google.com/file/d/19S6Zb3eb_pcQ0J611PzA3cvFB_jP3zm6/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年9組/strong>/span>/a>/td>/tr>tr styleheight: 18px;>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1zyqWlXhTWPpnJv5AZx3L4Xbyhgy-Bmsk/view?uspdrive_link>span stylefont-size: 12pt;>strong>1年10組/strong>/span>/a>/td>td stylewidth: 33.3333%; height: 28px;>a hrefhttps://drive.google.com/file/d/1lwh1MElEBXSTepgn1OVafj0_Ysps5heV/view?uspdrive_link>span stylefont-size: 12pt;>strong>2年10組/strong>/span>/a>/td>td stylewidth: 106.133%; height: 28px;>a hrefhttps://drive.google.com/file/d/11AQHrsuaRsAbtJPs41zSeNuhobiPQ3Zl/view?uspdrive_link>span stylefont-size: 12pt;>strong>3年10組/strong>/span>/a>/td>/tr>/tbody>/table>a href#>/a>/li>/ul>ul classcontent-list content-listLast>/ul>div classcontent-button>span stylecolor: #000000; font-size: 24pt;>/span>/div>div classcontent-button>span stylecolor: #000000; font-size: 24pt;>/span>/div>div classcontent-button>/div>div classcontent-button styletext-align: left;>h2>/h2>/div>div classcontent-button styletext-align: left;>/div>div classcontent-button>table border1 styleborder-collapse: collapse; width: 130%; height87>tbody>tr>td stylewidth: 100%; border-style: hidden;>p>span stylecolor: #000000; font-size: 24pt;>a href# stylecolor: #000000;>/a>a idfumei>/a> /span>/p>p>span stylecolor: #000000; font-size: 24pt;>a href# stylecolor: #000000;>不明者探索/a>/span>/p>/td>/tr>/tbody>/table>/div>div classcontent-button>span stylecolor: #000000; font-size: 24pt;>a href# stylecolor: #000000;>/a>/span>/div>div classcontent-button>table border1 styleborder-collapse: collapse; width: 128.824%; height: 119px; height93>tbody>tr styleheight: 114px;>td stylewidth: 100%; height: 114px;>p>span stylefont-size: 14pt;>strong>a hrefhttp://kasuko55.jp/fumei.html target_blank relnoopener title不明者リスト(2016年時点)>不明者リスト/a>/strong>/span>/p>p styletext-align: center;>span stylefont-size: 14pt;>strong>a hrefhttp://kasuko55.jp/fumei.html target_blank relnoopener title不明者リスト(2016年時点)>2025年12月13日時点/a>/strong>/span>/p>/td>/tr>/tbody>/table>span stylecolor: #0000ff;>strong>↑クリック /strong>/span> /div>div classcontent-button>span stylecolor: #0000ff;>strong>新しいページが開きます/strong>/span>/div>div classcontent-button>不明者リストに掲載された方の連絡先(LINE可)が分かる方は/div>div classcontent-button>a hrefmailto:kasugaoka55@gmail.com>strong>メールでお知らせください/strong>/a>/div>/div>!--プロフィール-->div classcontent>div classcontent-title>連絡先/div>div classcontent-profile>div classcontent-profileText>p classcontent-profileText-name>大阪府立春日丘高等学校 昭和55年卒学年同窓会/p>div classcontent-profileText-self><事務局>br />span stylefont-size: 12pt;>a hrefmailto:kasugaoka55@gmail.com titleメール>e-mail ★ kasugaoka55@gmail.com/a>/span>/div>div classcontent-profileText-self>span stylefont-size: 12pt;>a hreftel:090-3924-2205">phone ★ 090-3924-2205/a> (藤岡)/span>/div>div classcontent-profileText-self>span stylefont-size: 12pt;>a hrefhttps://line.me/ti/p/2ooLh_HFcj title事務局(藤岡)LINE target_blank relnoopener>img srchttp://kasuko55.jp/fujiokaLINEQR.jpg alt事務局藤岡LINE width100 height100 />/a>a hrefhttps://line.me/ti/p/2ooLh_HFcj target_blank relnoopener title事務局(藤岡)LINEu>事務局(藤岡)LINE/a>/span>/div>a hreftel:000-1234-5678>/a>div classcontent-button content-profileText-button>a href#>more about/a>/div>/div>/div>/div>!--フッター-->div classfooter>ul classfooter-SNSicon>!--SNSアイコン-->li>a href#>i classsnsIcon fa-brands fa-x-twitter titleX>/i>/a>/li>li>a href#>i classsnsIcon fa-brands fa-instagram titleInstagram>/i>/a>/li>li>a href#>i classsnsIcon fa-brands fa-facebook titlefacebook>/i>/a>/li>/ul>div classfooter-text>無断転載はご遠慮ください/div>div classfooter-copyright>Copyright © 2025 kasuko55/div>/div>!--スライダー-->p>script> $(.slider).slick({ autoplay:true, autoplaySpeed:8000, dots:true, }); /script>/p>script>!--var fc2footerparam ver1 + &url + encodeURIComponent(document.location) + &service0 + &r + Math.floor(Math.random() * 99999999999);var fc2footertag //vip.chps-api.fc2.com/apis/footer/? + fc2footerparam;var script document.createElement(script);script.src fc2footertag;script.charset UTF-8;script.async true;document.getElementsByTagName(head)0.appendChild(script);//-->/script>!-- FC2, inc.-->img src//media.fc2.com/counter_img.php?id50 styledisplay:none altinserted by FC2 system width0 height0>!-- FC2, inc.-->/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]