@charset "euc-jp";

html	{height:100%;}

*	{margin:0; padding:0;}

img	{border:0;}

body {background:url(images/bg.gif);}	/* サイトの背景 */


/* フォーマット
----------------------------------- */

h1	{margin:0 15px; line-height:80px; color:#fff;}	/* サイトのメインタイトル */

h2	{margin:5px; font-size:14px; border:1px solid #111; border-left:5px solid #000; padding:5px; color:#c33; }	/* 記事のタイトル */

h3	{margin:5px; font-size:14px;}	/* 記事のタイトル */

h4	{margin:5px; font-size:14px;}	/* 記事のタイトル */

h5	{margin:5px; font-size:14px;}	/* 記事のタイトル */

h6	{margin:5px; font-size:14px;}	/* 記事のタイトル */

p	{margin:5px; font-size:small;}	/* 記事のテキスト */

ul	{margin:0;}

li	{margin:15px;}	/* 記事のリスト */

a	{text-decoration:none;}

a:hover	{text-decoration:underline;}

address	{font-style:normal; color:#ccc; line-height:30px; font-size:x-small;}


/* レイアウト
----------------------------------- */

#wrapper		{width:800px; background:#fff; margin:0 auto; border-left:1px solid #666; border-right:1px solid #666;}	/* ページ背景 */

#header			{background:#f00; height:120px; border-bottom:3px solid #fff;}	/* ヘッダー */

#content		{border-top:15px solid #e2e2e2; height:100%;}	/* メインページ */

#content_left	{float:left; width:180px;}	/* メニュー幅 */

#content_right	{float:right; width:620px;}	/* 記事幅 */

#footer			{clear:both; background:#111; text-align:center; padding:15px; *padding-top:0; border-top:15px solid #ccc;}	/* フッター */




/* ヘッダー
----------------------------------- */

#header p	{ margin:0; padding:5px 20px; color:#fff; background:#000; border-bottom:3px dotted #333; border-top:3px dotted #333;}



/* メニュー
----------------------------------- */

#content_left			{background:#fff; *padding-bottom:5px; height:100%;}	/* メニュー背景色 */

#content_left p			{margin:5px; font-size:small; color:#039; border-bottom:5px solid #ccc; padding:5px;}

#content_left a			{font-size:small; text-decoration:none; line-height:normal;}

#content_left a:hover	{padding:10px 5px; font-weight:bold;}

#content_left li		{list-style:disc inside; padding:10px; margin:5px;  border-bottom:2px solid #ccc;}


/* 記事
----------------------------------- */

#content_right	{background:#fff; height:100%;}	/* 記事背景色 */


/* フッター
----------------------------------- */

#footer a	{font-size:x-small; color:#fff; margin:15px;}





