@charset "shift_jis";

/*
    Site Name: しくみ学ぶ会
    Description: 初期設定
    Date: 2025年12月
    Author: tgs
*/

/*
===== CONTENTS ===========================================

	1: ユニバーサルリセット 
	2: 各種スタイル
	3: リンク設定

==========================================================
*/

/*
==========================================================
	1: ユニバーサルリセット
==========================================================
*/
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, form, input {
  margin: 0;
  padding: 0;
}

html,body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #E5FF99;
    /*
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
    */
    	font-family:Sans-Serif; 
}




/*
==========================================================
	2: 各種スタイル
==========================================================
*/
p {
	margin: 0 0 1em;
	line-height: 1.6em;
}



ul {
	list-style: none;
}


li {
	font-size: 100%;
	line-height: 1.8;
	padding: 5px;
}

img {
  vertical-align: bottom;
	border: none;
}
img {
  vertical-align: top;
	border: none;
}


/*
==========================================================
	3: リンク設定
==========================================================
*/

a {
	outline: none;
	color: #008070;
	word-break:break-all;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #006060;
}
a:active,
a:hover {
	color: #00a080;
	text-decoration: none;
}
