body {
	margin: 0;
	padding: 0;
	background: #000;
	color:#fff;
	text-align: justify;
	font-family:Sylfaen,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

body *{
	line-height:1.4;
}

h1, h2, h3, h4, h5, h6{
	color: #c60;
}

a:link{
	color:#fff;
	text-decoration:underline;
}
a:visited{
	color:#eee;
	text-decoration:underline;
}
a:hover{
	color:#c60;
	text-decoration:none;
}
a:acive{
	color:#c60;
	text-decoration:none;
}

#container {
	width:750px;
	margin:0 auto;
}

#header{
	width:100%;
	padding-bottom: 5px;
	border-bottom: 20px solid #333;
}

#header h1 {
	margin:0px 0 0 10px;
	padding-top:26px;
	font-size:36px;
	color:#C60;
}
#header h1 a{
	color:#C60;
	text-decoration:none;
}

#header  h2 {
	margin: 0 0 10px 25px;
	font-size:24px;
	color:#fff;
}
#header h2 a{
	color:#fff;
	text-decoration:none;
}


#navigation {
	width:100%;
	text-align:right;
	background-color:#333333;
}
#navigation p{
	color:#fff;
	margin:3px;
}

#navigation p a{
	text-decoration:none;
}

#menubar {
	width:200px;
	float:left;
	overflow:hidden;
	padding:1em 0 1em 1px;
}

#container {
    width: 1100px;
    margin: 0 auto;
}

#contents {
	width:860px;
	float:right;
	margin-bottom:15px;
	padding:1em 0 1em 15px;
	overflow: hidden;
}


#footer {
	width:100%;
	text-align:right;
	background-color:#333333;
	text-align:center;
	clear: both;
	color:#000;
	padding-bottom:1em;
	margin-bottom:10px;
}


#footer a{
	color:#000;
	text-decoration:none;
	}

#footer a:hover {
	color:#C60;
}






table.sample{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.sample td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}