body	{margin:0px;			/* ページまわりの余白の大きさを設定 */
	 padding:0px}

a	{color:#33aaaa}				/* リンクの色を設定 */
a:hover	{color:#00cc00}			/* リンクにカーソルを重ねたときの色を設定 */

/* === ヘッダー部分のスタイル === */

.head	{background-color:#33cc66;	/* ヘッダー部分の背景色を設定 */
	 width:100%;					/* ヘッダー部分の横幅を設定 */
	 height:70px}					/* ヘッダー部分の高さを設定 */

.head td	{vertical-align:top;	/* タイトル部分の縦方向の表示位置を設定 */
	 padding-top:10px}				/* タイトル部分の上の余白サイズを設定 */


.head1	{width:45px;				/* 画像を入れたセルの横幅を設定 */
	 text-align:right}				/* 画像のセル内での配置を設定 */

.head2	{padding-left:9px}			/* 画像とタイトルの間隔を設定 */

.head h1	{font-size:24px;		/* タイトルの文字の大きさを設定 */
	 font-family:'Comic Sans MS';	/* タイトルの文字の種類を設定 */
	 color:white;					/* タイトルの文字の色を設定 */
	 margin-bottom:1px}				/* タイトルとサブタイトルの間隔を設定 */

.head div	{font-size:12px;		/* サブタイトルの文字の大きさを設定 */
	 color:white}					/* サブタイトルの文字の色を設定 */


/* === サイドバーとコンテンツ部分のスタイル === */

.side_main	{width:922px;		/* サイドバーとコンテンツ部分全体の横幅を設定 */
	 height:100%}				/* サイドバーとコンテンツ部分全体の高さを設定 */

.side_main h2{
 text-decoration:none;
 font-size:14px;
 color:#004182;						/* サイドメニューの文字色 */
 padding:1px 1px;
 margin:0;
 width:auto;
 height:auto;
}



/* === サイドバー部分のスタイル === */

.side	{width:150px;			/* サイドバーの横幅を設定 */
	 background-color:#33cc66}	/* サイドバーの背景色を設定 */

.side	{vertical-align:top;	/* メニュー部分のサイドバー内での表示位置を設定 */
	 padding:0px}

.side div	{font-size:12px;	/* メニューの文字の大きさを設定 */
	 font-weight:bold;			/* メニューの文字の太さを設定 */
	 border-bottom:solid 1px white;	/* メニューを区切る罫線の種類を設定 */
	 padding-top:8px;			/* 文字の上の余白サイズを設定 */
	 padding-bottom:8px;		/* 文字の下の余白サイズを設定 */
	 padding-left:12px;			/* 文字の左の余白サイズを設定 */
	 padding-right:0px}			/* 文字の右の余白サイズを設定 */

.side a	{color:#444444;			/* サイドメニュー部分のリンクの色を設定 */
	 text-decoration:none}		/* サイドメニュー部分のリンクの下線表示の削除を設定 */

.side a:visited	{color:#008241}		/* ** サイドメニュー部分のリンクにカーソルを重ねたときの色の設定 */
.side a:hover	{color:white}				/* ** サイドメニュー部分のリンクにカーソルを重ねたときの色の設定 */
.side a:active	{color:#ffff00}		/* ** サイドメニュー部分のリンクにカーソルを重ねたときの色の設定 */

.sidemenu1	{margin-top:0px;	/* サイドメニュー部分の上に入れる余白サイズを設定 */
	 border-top:solid 1px white}/* サイドメニュー部分の上に入れる罫線の種類を設定 */


/*.submenu	{background-color:#99ff99}*/	/* サブメニューの背景色を設定 */
.submenu	{background-color:#99dd99}		/* ** サブメニューの背景色を設定 */

.submenu ul	{font-size:12px;		/* サブメニューの文字の大きさを設定 */
	 line-height:140%;			/* サブメニューの行間を設定 */
	 margin-top:0px;			/* サブメニューの上の余白サイズを設定 */
	 margin-bottom:0px;			/* サブメニューの下の余白サイズを設定 */
	 margin-left:15px;			/* サブメニューの左の余白サイズを設定 */
	 padding-left:0px;
	 list-style-image:url(tri.gif)}			/* サブメニューのマーク画像を設定 */

.submenu a	{color:#444444}						/* ** サブメニューのリンク色を設定 */
.submenu a:active	{color:#ffff00}		/* ** サイドメニュー部分のリンクにカーソルを重ねたときの色の設定 */



/* === コンテンツ部分のスタイル === */

.main	{width:712px;			/* コンテンツ部分の横幅を設定 */
	 padding-left:30px;			/* コンテンツ部分の左の余白サイズを設定 */
	 padding-right:30px;		/* コンテンツ部分の右の余白サイズを設定 */
	 padding-top:25px;			/* コンテンツ部分の上の余白サイズを設定 */
	 padding-bottom:20px;		/* コンテンツ部分の下の余白サイズを設定 */
	 vertical-align:top}		/* コンテンツ部分の配置を設定 */

.main h1	{font-size:18px;	/* タイトルの文字の大きさを設定 */
	 font-family:Arial, Helvetica}	/* タイトルの文字の種類を設定 */

.main h1 img	{vertical-align:middle;	/* タイトルと画像を揃える位置を設定 */
	 margin-right:8px}			/* タイトルと画像の間隔を設定 */

.main h2	{background-color:#33cc66;	/* 見出し部分の背景色を設定 */
	 font-size:16px;			/* 見出しの文字の大きさを設定 */
	 color:white;				/* 見出しの文字の色を設定 */
	 padding:5px 6px 3px}		/* 見出しまわりの余白サイズを設定（上，左右，下） */

.main p	{font-size:14px;		/* 文章の文字の大きさを設定 */
	 line-height:160%;			/* 文章の行間を設定 */
	 color:#333333}				/* 文章の色を設定 */

.photo td	{vertical-align:bottom;	/* 画像のキャプションの表示位置を設定 */
	 font-size:12px;			/* 画像のキャプションの文字の大きさを設定 */
	 padding:0px}
.photo img	{margin-right:8px}	/* 画像とキャプションの間隔を設定 */

.link	{width:100%;			/* リンク部分の横幅を設定 */
	 margin-top:40px;			/* リンク部分と文章の間隔を設定 */
	 font-size:smaller}			/* リンク部分の文字の大きさを設定 */

.link1	{text-align:left}		/* 左側のリンクの表示位置を設定 */
.link2	{text-align:center}		/* 中央のリンクの表示位置を設定 */
.link3	{text-align:right}		/* 右側のリンクの表示位置を設定 */



