body {
	color: #333;
	font-size: 84%;
	line-height: 120%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table {
	margin-bottom: 16px;
	width: 100%;
	border-collapse: collapse;
}

th {
	white-space: nowrap;
	padding: 4px 6px;
	font-weight: 800;
	text-align: left;
	border: #ccc solid 1px;
	vertical-align: middle;
	background: #ddd;
}

td {
	padding: 6px;
	border: #ccc solid 1px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#header {
	position: relative;
	height: 120px;
	border-bottom: solid 2px #0f8787;
}

#header h1 {
	position: absolute;
	top: 36px;
	left: 0;
	width: 368px;
	height: 34px;
	background: url(../images/logo.gif) no-repeat;
}

#header h1 a {
	display: block;
	width: 368px;
	height: 34px;
}

#header h1 a span {
	position: absolute;
	display: block;
	text-indent: -2000px;
}

#header h2 {
	position: absolute;
	top: 6px;
	line-height: 120%;
	font-weight: 400;
}

#header_menu {
	position: absolute;
	margin-left: 100px;
	bottom: 0;
}

#header_menu li {
	float: left;
	display: inline;
	margin-right: 10px;
	background: url(../images/menu_bg.gif);
}

#header_menu li a {
	display: block;
	padding-top: 10px;
	width: 127px;
	height: 22px;
	color: #666;
	text-decoration: none;
	text-align: center;
}

#login {
	position: absolute;
	top: 6px;
	right: 0;
}

#login li {
	float: left;
	display: inline;
	margin-right: 10px;
}

#content {
	padding: 20px;
	width: 960px;
	background: #fff url(../images/content_bg.gif) right bottom no-repeat;
}

#content:after { 
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content h3 {
	margin-bottom: 16px;
	padding: 2px 0 8px 32px;
	font-size: 110%;
	border-bottom: solid 1px #90b020;
	background: url(../images/h3_bg.gif) no-repeat;
	height: 100%;
}

#content h3 a {
	color: #333;
}

#main {
	float: left;
	display: inline;
	width: 730px;
}

#sidebar {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 210px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: solid 2px #0f8787;
}

ul.error {
	clear:both;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: solid 1px #c44;
	background: #fdd;
}

