/*　全てのブラウザへのマージン処理　*/

*{
	margin:0px;
	padding: 0px;
}

/*　全体に使用　*/
BODY 
{
	background-color: #ffffff;
}

th,td 
{
	margin:0px;
	padding: 0px;
	font-size:14px;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	color: #666666;
	line-height:175%;
}

a:link,a:visited,a:active
{
	color: #006600;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

a:hover
 {
	background: #FFff00;
	margin: 0px;
	padding: 0px;
}

p
{
	text-align: justify;
	padding: 0px;
	margin: 10px;
	font-size:14px;
	line-height:180%;
	letter-spacing: 2px;
}

img
{
	padding: 2px;
	clear: both;
	margin: 0px 14px;
}

blockquote
{
	padding: 15px 15px 15px 5px;
	background: #FFffdd;
	margin: 15px 0px;
}

b
{
	font-weight: bold;
	color: #000000;
}

ul
{
	margin: 20px 0px 20px 35px;
	padding: 0px;
}

li
{
	list-style-image: url(images/icon4.gif);
	list-style-position: outside;
	margin: 0px 0px 1px 20px;
	padding: 0px 0px 0px 5px;
}

ol
{
	list-style-type: decimal;
	margin: 10px 0px 10px 30px;
	list-style-position: outside;
	padding: 0px;
}

strong
{
	color: #FF3300;
	font-weight: bold;
}



/* パンくずのリンク */
a:link.pankuzu,a:visited.pankuzu,a:active.pankuzu
{
	background: url(images/icon3.gif) no-repeat fixed left center;
	padding-left: 18px;
	margin: 0px;
}

a:hover.pankuzu
{
	background: #ffff00 url(images/icon3.gif) no-repeat fixed left center;
	padding-left: 18px;
	margin: 0px;
}


/* タイトル部分(各ページ) */
h1 
{
	margin: 0px;
	padding: 0px;
	background: url(images/title_sub.gif) no-repeat center center;
	height: 130px;
	width: 750px;
	text-indent: -9999px;
}

/* タイトル部分(トップページのみ) */
h1#top 
{
	margin: 0px;
	padding: 0px;
	background: url(images/topimage_01.gif) no-repeat center center;
	height: 170px;
	width: 750px;
	text-indent: -9999px;
}

/* ページタイトル用 */
.h2_01 
{
	font-size: 24px;
	font-style: italic;
	letter-spacing:5px;
	color: #333333;
	background-image: url(images/penguin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 5px;
	border-top: 2px solid #FFFF00;
	padding: 15px 0px 15px 50px;
	font-weight: normal;
}

h2 
{
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	margin: 0px;
	padding: 0px;
}

/* ページ内の小見出し */
h3
{
	font-size: 18px;
	font-weight: bolder;
	color: #006600;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	margin: 10px 5px 5px;
	padding: 3px 0px 3px 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 2px dashed #FFFF00;
	border-left: 0px none;
	letter-spacing:0.5em;
	clear: both;
}

/* 小見出し内の中に使用 */
h4
{
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* リンクのメニューボタン */
p.menu_on
{
	border-top:1px solid #99CC99;
	border-bottom:2px solid #003300;
	border-left:1px solid #99cc99;
	border-right:2px solid #003300;
	magrin:2px;
	padding:1px;
	background:#009933;
	text-align: center;
	margin: 0px;
	width: 145px;
	color: #FFFFFF;
}

p.menu_off
{
	border-top:1px solid #FFFFFF;
	border-bottom:2px solid #FFCC00;
	border-left:1px solid #FFFFFF;
	border-right:2px solid #FFCC00;
	magrin:2px;
	padding:1px;
	color:#009900;
	background:#FFFF66;
	text-align: center;
	margin: 0px;
	width: 145px;
}


/* 無意識ページの童話部分 */
p.story
{
	padding:10px 0px;
	color:#669900;
	margin: 20px 30px;
	text-align: justify;
	line-height: 165%;
	border-bottom: 1px dotted #dddddd;
	border-top: 1px dotted #dddddd;
}

/* ヘッダーリンク部分の赤矢印 */
strong#click
{
	color: #FF3300;
	font-weight: normal;
	background: url(images/icon5.gif) no-repeat fixed left center;
	padding-left: 25px;
}

/* 黄色の囲み強調 */
.point
{
	background: #FFFF00;
	margin: 3px;
	padding: 5px;
	color: #000000;
}


/* 余白無し画像用 */
img.fix
{
	padding: 0px;
	clear: both;
	margin: 0px
}


/* 各ページのテーブル */
#cont
{
	padding: 0px;
	margin: 0px 0px 10px 15px;
	width: 750px;
}

#link
{
	padding: 0px;
	margin: 10px 0px 10px 15px;
	width: 750px;
	font-size: 14px;
	text-align: center;
}

#foot
{
	padding: 0px;
	margin: 10px 0px 0px 25px;
	width: 750px;
}

/* フッター用アイコン */
#foot .li_footer
{
	list-style: url(none) none outside;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#foot ul
{
	margin: 0px;
	padding: 0px;
}

/* トップページのテーブル下側 */
#under
{
	padding: 0px;
	margin: 0px;
	width: 750px;
	background: url(images/topimage_05.gif) no-repeat center top;
}


/* メニューページ */
.menu
{
	padding: 0px;
	margin: 0px 0px 10px 15px;
	width: 750px;
	height: 579px;
	clear: both;
}

/* メニューページ下部リンク部分 */
.link
{
	padding: 0px;
	display: inline;
	margin: 0px;
	list-style: url(none);
}

/* リンクページのリンク */
.linkurl
 {
	color: #009900;
	padding: 5px 0px 5px 35px;
	background: url(images/icon2.gif) no-repeat left center;
	list-style: url(none) none;
	margin: 0px;
	letter-spacing: 0.25em;
}

/* リンクページのtd */
#link_under
{
	padding: 0px;
	margin: 0px;
	width: 750px;
	background: url(images/sibafu.gif) repeat-y center;
}


/* bodyspritmindページ画像部分 */
#bodyspritmind
{
	padding: 0px;
	margin: 0px 0px 10px 15px;
	clear: both;
}
