@charset "Shift_JIS";
/****-----------------------------------------------------------
 * Style sheet for the HTML 4.01 specification
 * default.css G:\A000X\AHP02003\HTMLAlbum\FHTMLAlbmFusen
 * V01.30 2024/12/31 
 * V01.23 2024/03/20 
 * V01.23 2024/03/20 
 * V01.24 2025/08/10 ・div.com 14px⇒16px⇔20px font-weight:bold;
 * V01.24 2025/08/10 ・div.sozawa11px⇒16px ・div.com font-weight:bold;
 * V01.23 2024/03/20 div.com30bmr メイリオ 30px 24px 20px
 * V01.23 2024/03/20 div.com30bdf ＤＦＧ太丸ゴシック体N 30px 24px 20px
 * V01.23 2024/03/20 div.com30bfm FG丸ｺﾞｼｯｸ体Ca-U 30px 24px 20px
 * V01.22 2023/02/10 div.com30bdf leftb 30px ＤＦＧ太丸ゴシック体N
 * V01.21 2022/02/10 div.com_leftb 20px div.com_leftm 18px
 * V01.20 2021/01/31 div.button [ font-size : 18px; 変更 
 * V01.20 2021/01/30 div.title -- large nor small -- ncen center left --
 * V01.10 2020/05/10 BODY.html DIV font-family:font-size:font-weight
 * V01.00 2019/10/19 G:\A000X\AHP02003\HTMLAlbum\FHTMLAlbmFusen
 * V01.00 2019/10/19 Copy to G:\A0DOCFS\卍HTMLTest\FHTMLAlbm1910Fusen
 * V01.00 2019/10/19 Copy to G:\A0DOCFS\卍HTMLTest\YASUO1911_1600 YASUO1911.ahe
 * V01.00 2019/10/19 Copy to G:\A0DOCFS\卍HTMLTest\YASUO1912_1600 YASUO1912.ahe
 * V01.00 2019/10/19 div com:12px-14px div time_stampl:20px-24px
 * V00.10 2018-2019 リンクに関するスタイル
 * V00.10 2018-2019 [未訪問]a:link [既訪問]a:visited [マウス乗時]a:hover [マウス押一瞬]a:active
 * V00.10 2018-2019 FHTMLAlbm1710Fusen⇒FHTMLAlbm1910Fusen
 * V00.10 2018/03/22 css統一 FHTMLAlbm1710Fusen⇒CopytoYASUO1801_1200
 * V00.10 2017-2019 YASUO0501-YASUO1801_1200-1912_1600　アルバムcss検討
 * V00.10 2017-2018 FHTMLAlbm1710Fusen-1910Fusen　アルバムcss検討
 * V00.01 2017/10/29-2017/10/31-2017/11/05
 * V00.00 1710Fusen⇒YASUO1801_1200 2018/03/22
-----------------------------------------------------------****/

A:link.html_album {
	color : #FF0000;
	text-decoration : underline;
}


A:visited.html_album {
	color : #800000;
	text-decoration : underline;
}


A:active.html_album {
	color : #00FF00;
	text-decoration : underline;
}


A:hover.html_album {
	color : #00FF00;
	font-size : 20px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	font-weight:bold;
	text-decoration : underline;
}


A:link.html_albumr {
	color : #FF0000;
	text-decoration : underline;
}


A:visited.html_albumr {
	color : #800000;
	text-decoration : underline;
}


A:active.html_albumr {
	color : #00FF00;
	text-decoration : underline;
}


A:hover.html_albumr {
	color : #FF5555;
	font-size : 20px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	font-weight:bold;
	text-decoration : underline;
}



/* ----- リンク(ボタン型)に関するスタイル 文字サイズは div class ----- */
/* ----- [未訪問]a:link [既訪問]a:visited [マウス乗時]a:hover [マウス押一瞬]a:active  ----- */
/* ----- 色 #FFC800;金 #FF96FF;桃 #FF5555;赤 ----- */
/* ----- 色 #00FFFF;空 #555555;灰 #FFFF65;黄 ----- */
/* ----- 色 #FF0000;赤 #800000;茶 #00FF00;竹 ----- */

A:link.button {
	color : #000000;
	background-color : #FFC800;
	text-decoration : none;
	border : 2px outset;
	padding: 5px 10px 5px 10px;
}


A:visited.button {
	color : #000000;
	background-color : #FF96FF;
	text-decoration : none;
	border : 2px outset;
	padding: 5px 10px 5px 10px;
}


A:active.button {
	color : #FF5555;
	background-color : #00FFFF;
	text-decoration : none;
	border : 2px inset;
	padding: 5px 10px 5px 10px;
}


A:hover.button {
	color : #555555;
	background-color : #FFFF65;
	text-decoration : none;
	border : 2px inset;
	padding: 5px 10px 5px 10px;
}

/* ----- V01.23 Y.Fukushima 2018/12/10 A:hover.fuse0 LinkFont-size:12px⇒18px; ----- */

A:link.fuse0 {
	color : #FF0000;
	text-decoration : underline;
}

A:visited.fuse0 {
	color : #0000FF;
	text-decoration : underline;
}

A:active.fuse0 {
	color : #FF5555;
	text-decoration : underline;
}

A:hover.fuse0 {
	color : #FF5555;
	font-size : 20px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	font-weight:bold;
}





/* ----- BODYタグに関するスタイル ----- */

BODY.html_album {
	color : #000000;
	background-color: #FFFFFF;
	text-align : center;
	font-family: 'MS UI Gothic',sans-serif;
	font-size : 18px;
	font-weight : bold;
}


/* ----- DIVタグ(ページタイトル用)に関するスタイル ----- */

div.titlel {
	color : #FF0000;
	font-size : 50px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : center;
}

div.title {
	color : #FF0000;
	font-size : 40px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : center;
}

div.titles {
	color : #FF0000;
	font-size : 30px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : center;
}

div.titlelc {
	color : #FF0000;
	font-size : 50px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : center;
}

div.titlenc {
	color : #FF0000;
	font-size : 40px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : center;
}

div.titlesc {
	color : #FF0000;
	font-size : 30px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : center;
}


div.titlell {
	color : #FF0000;
	font-size : 50px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : left;
}

div.titlenl {
	color : #FF0000;
	font-size : 40px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : left;
}

div.titlesl {
	color : #FF0000;
	font-size : 30px;
	font-family: "HG創英丸ﾎﾟｯﾌﾟ体",sans-serif;
	text-align : left;
}

/* ----- DIVタグ font-size :  font-family:  font-weight :  text-align :  ----- */

div.com30bmm {
	color : #000000;
	font-size : 30px;
	font-family: "ＭＳ 明朝",  monospace;
	text-align : left;
	font-weight : bold; 
}

div.com30bmg {
	color : #000000;
	font-size : 30px;
	font-family: "ＭＳ ゴシック", monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com30bmr {
	color : #000000;
	font-size : 30px;
	font-family: メイリオ, monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com24bmr {
	color : #000000;
	font-size : 24px;
	font-family: メイリオ, monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com20bmr {
	color : #000000;
	font-size : 20px;
	font-family: メイリオ, monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com30bdf {
	color : #000000;
	font-size : 30px;
	font-family: ＤＦＧ太丸ゴシック体N, monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com24bdf {
	color : #000000;
	font-size : 24px;
	font-family: ＤＦＧ太丸ゴシック体N, monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com20bdf {
	color : #000000;
	font-size : 20px;
	font-family: ＤＦＧ太丸ゴシック体N, monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com30bfm {
	color : #000000;
	font-size : 30px;
	font-family: FG丸ｺﾞｼｯｸ体Ca-U,  monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com24bfm {
	color : #000000;
	font-size : 24px;
	font-family: FG丸ｺﾞｼｯｸ体Ca-U,  monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com20bfm {
	color : #000000;
	font-size : 20px;
	font-family: FG丸ｺﾞｼｯｸ体Ca-U,  monospace;
	text-align :  left;
	font-weight : bold; 
}

div.com30bhk {
	color : #000000;
	font-size : 30px;
	font-family: HG教科書体, serif;
	text-align : left;
	font-weight : bold; 
}

div.com30bhp {
	color : #000000;
	font-size : 30px;
	font-family: HG創英丸ﾎﾟｯﾌﾟ体, sans-serif;
	text-align : left;
	font-weight : bold; 
}

div.com30bhf {
	color : #000000;
	font-size : 30px;
	font-family: HG白洲太楷書体, cursive;
	text-align : left;
	font-weight : bold; 
}

div.com30bhs {
	color : #000000;
	font-size : 30px;
	font-family: HG白洲行草書体, cursive;
	text-align : left;
	font-weight : bold; 
}

div.com30bcg {
	color : #000000;
	font-size : 30px;
	font-family: CRＣ＆Ｇ流麗太行書体, cursive;
	text-align : left;
	font-weight : bold; 
}


/* ----- DIVタグ(ページ上下コメント用)に関するスタイル ----- */

div.com_big {
	color : #000080;
	font-size : 20px;
	text-align : left;
}


/* ----- DIVタグ(画像毎コメント用)に関するスタイル ----- */

div.com {
	font-size : 20px;
	font-weight:bold;
}

div.comorg {
	font-size : 16px;
	font-weight:bold;
}

div.como {
	font-size : 12px;
}

div.com_leftb {
	font-size : 20px;
	text-align : left;
}

div.com_leftm {
	font-size : 18px;
	text-align : left;
}

div.com_left {
	font-size : 12px;
	text-align : left;
}


/* ----- DIVタグ(画像毎タイムスタンプ用)に関するスタイル ----- */
/* ----- DIVタグ(画像毎タイムスタンプ用) 20px 2018/03/22 ----- */

div.time_stamp {
	font-size : 20px;
	font-weight:bold;
	margin-top : 2px;
}

div.time_stampl {
	font-size : 24px;
	font-weight:bold;
	margin-top : 2px;
}

div.time_stamporg {
	font-size : 11px;
	margin-top : 10px;
}


/* ----- DIVタグ(そざわの頁リンク用)に関するスタイル ----- */

div.sozawa {
	font-size : 11px;
	text-align : right;
}

div.sozawa16 {
	font-size : 16px;
	text-align : right;
}


/* ----- DIVタグ(ボタン用)に関するスタイル ----- */

div.button {
	font-size : 18px;
	font-weight:bold;
	margin-top : 5px;
	margin-bottom : 5px;
}


/* ----- TABLEタグ(罫線)に関するスタイル ----- */

TABLE.html_album {
	text-align : center;
	border-style : solid;
	border-width : 1px;
	border-spacing : 1px;
	margin-top : 20px;
	margin-bottom : 20px;
}


/* ----- TDタグ(TABLE内のセル)に関するスタイル ----- */

TD.html_album {
	text-align : center;
	width : 160px;
	height : 200px;
	border-style : solid;
	border-width : 1px;
	border-spacing : 1px;
	padding : 2px;
}


/* ----- IMGタグ(画像)に関するスタイル ----- */

IMG.html_album {
	border-width : 0px;
}

