BODY {
background-color:transparent;
background-image: url(kabegami.jpg);
background-attachment: fixed;
color: black;
font-size:9pt;
line-height:140%;
margin-top: 5px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
} 

/*文中リンク*/
A:link {COLOR: #0000FF; TEXT-DECORATION: underline}/*−−−移動前*/
A:visited {COLOR: #0000FF; TEXT-DECORATION: none}/*−−−−移動後*/
A:active {COLOR: #FF0000; TEXT-DECORATION: underline}/*−−クリック中*/
A:hover {COLOR: #FF0000; TEXT-DECORATION: none}/*−−−−−ポイント時(赤）*/

/*ヘッダー−−−−−−−−−−−−−−−−−−−−−−−*/
#header	{
	width:700px;
}

/*メインページ−−−−−−−−−−−−−−−−−−−−−*/
#mainpage {
	width: 700px;
}

/*サイドバー−−−−−−−−−−*/
#mainpage #sidebar {
	width: 100px;
	text-align: left;
	float: left;
	}

#sidebar iframe {
	width:100px;
	height:1000px;
	border:none;
	}

/*本文−−−−−−−−−−−−−*/
#mainpage #content {
	width: 600px;
	float: right;
	}

/*本日のお言葉*/
#content iframe {
	border:none;
	margin-top:10px;
	}

/*ボーダーライン*/
#content hr	{
	border-color:#006633;/*−−−−−線色*/
	border-style:dashed;
	}

/*タイトルバー*/
#content h1	{
	background-color:#006633;/*−−−背景色*/
	color:#ffffff;/*−−−−−−文字色（白）*/
	padding:1px;
	font-size:10pt;
	font-weight: bold;
	margin-bottom:0;
	margin-top:0;
	padding:5px;
	text-align:center
	}

/*過去ログ月日タイトル*/
#content h2	{
	font-size:12pt;
	color:#000000;
	text-align: right;
	margin:0;
	padding:5px;
	}

/*コンテンツ本体*/
#con	{
	background-color:#FFFFFF;/*−−−背景色*/
	border-color: #006633;/*−−−−−線色*/
	color:#000000;/*−−−−−−−文字色*/
	border-width: 1px;
	border-style: solid;
	padding:20px;
	margin-bottom:20px;
	text-align: left;
	}

/*連絡板*/
#con1	{
	border-color: #ffffff; /*−−−背景色（白）*/
	border-width: 1px;
	border-style: solid;
	margin-top:20px;
	margin-bottom:20px;
	text-align: left;
	}
