/* Basic Layout */
body {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
	background: #FFF;
    color: #000;
	}

img {
	border: none;
	}


/* Layout structure */
#wrap {
	min-width: 500px;
	max-width: 1400px;
	}

#content {
	float: left;
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
	}

#sidebar {
    display: none;
	}

/* Use Holly Hack */
/* Hide from IE5/Mac \*/
*html #footer { height: 1%; }
/* End hide from IE5/Mac */

#footer {
	clear: both;
	}

/* Header */
#header {
	border-bottom: 3px solid #000;
	}

#header h1 {
	margin: 0;
	padding: 10px;
	font-size: 150%;
	}

/* content */
#content h2.current {
	margin: 0 0 1em 0;
	padding : 15px;
	font-size: 150%;
	}

/* footer */
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	}

/* table */
table {
	width: 100%;
	margin: 10px 0 20px 0;
	border: 1px solid #000;
	background: #FFF;
	}

table caption {
	margin; 0;
	padding: 5px 5px 5px 25px;
	text-align: left;
	background: #FFF;
	font-size: 110%;
	font-weight: bold;
	background: url(../img/caption-mark.gif) no-repeat 0 3px;
	}

table th, table td {
	margin: 0;
	padding: 5px 2px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}

table .name {
	padding: 0 0 0 3px;
	text-align: left;
	border-left: none;
	}

table .thborder {
	border-left: none;
	}

#container {
    margin: 0;
}