/*             基本構造            */


*	{
	margin: 0;
	padding: 0;
	}
body	{
	margin: 0 auto;
	width: 800px;
	height: 100%;
	border-left: 10px solid #c00;
	border-right: 10px solid #c00;
	}
body > div	{
	overflow: hidden;
	}
#header	{
	width: 800px;
	margin-bottom: 5px;
	}
#contents	{
	float: left;
	width: 600px;
	margin: 0 5px 10px 5px;
	display: inline;/*IEマージンが倍になるバグ対策*/
	}
#sidemenu	{
	float: left;
	width: 184px;
	margin-bottom: 10px
	}
#footer	{
	width: 800px;
	clear: both;
	}


/*                ヘッダー               */


#header ul	{
	display: block;
	margin: auto;
	list-style-type: none;
	text-align: center;
	font-size: 9pt;
	line-height: 2em;
	border-bottom: 1px solid #c00;
	}
#header li	{
	display: inline;
	}
#logo_practice	{
	width: 800px;
	height: 60px;
	background-image: url(../img/logo_practice.png);
	text-indent: -9999px;
	overflow: hidden;
	}
#submenu	{
	width: 800px;
	height: 16px;
	margin-bottom: 5px;
	}
#mainmenu	{
	width: 800px;
	height: 57px;
	border-top: 10px solid #c00; 
	}


/*           サイドメニュー            */


#sidemenu div	{
	margin-bottom: 5px;
	}
.sidemenu_title	{
	width: 184px;
	height: 36px;
	margin-bottom: 10px
	}
.sidemenu_item	{
	width: 184px;
	height: 52px;
	margin-bottom: 5px
	}

/*                フッター                */


#footer	{
	padding-top: 10px;
	border-top: 1px solid #c00;
	text-align: center;
	font-size: 9pt;
	}


/*              一般設定              */


p	{
	margin: 20px;
	font-size: 10pt;
	line-height: 1.4;
	}
p.modoru	{
	text-align: center;
	}
a:link,
a:visited,
a:active	{
	text-decoration: none;
	color:#e00000;
	}
a:hover	{
	color:#f00;
	}
img	{
	border: none;
	}
h2	{
	font-size: 18pt;
	margin: 20px;
	}
h3	{
	font-size: 14pt;
	margin: 20px;
	}
h4	{
	font-size: 10pt;
	margin: 20px;
	}


/*            IE対策            */


img	{vertical-align: bottom;}/* 画像下のスペース */


/*                     印刷用                   */


@media print	{
	body	{
		width: 600px;
		overflow: hidden;
		}
	#header	{
		width: 600px;
		margin: 0;
		overflow: hidden;
		}
	#header ul	{
		font-size: 8pt;
		}
	#logo_practice {
		margin: 0;
		padding: 0;
		width: 595px;
		height: 40px;
		display: list-item;
		list-style-image: url(../img/logo_practice-600.jpg);
		list-style-position: inside;
		letter-spacing: -1000em;
		font-size: 1pt;
		color: #fff; 
		text-indent: 0;
		}
	#contents	{
		width: 600px;
		margin: 0;
		float: none;
		overflow: hidden;
		}
	#footer {
		width: 600px;
		margin: 0;
		overflow: hidden;
		}
	#foot_menu	{
		display: none;
		}
	#sidemenu	{
		display: none;
		}
	#submenu	{
		display: none;
		}
	#mainmenu	{
		display: none;
		}
	H2,H3,H4	{
		text-indent: 0 !important;
		margin: 20px !important;
		}
	}
