@import "reset.css";
@import "navi.css";
@import "footer.css";

/* general */
html, body {
position:absolute;
width: 100%;
min-width: 1040px;
height: 100%;
min-height: 100%;
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: lowercase;
}
body {
background-attachment: fixed;
}
a{
font-style: italic;
font-weight: normal;
text-decoration: none;
padding-left: 0.2em;
color: #000;
}
a:hover {
	border-bottom: 1px dotted;
}

.date {
color:#555;
font-size: 0.8em;
padding:0 0.25em;
line-height: 1.2;
}
.disable {
display:none;
}
.clear {
clear:both;
}
/* header */
#header {
background: silver;
padding-left:5%;
padding-top: 0.75em;
border-bottom: 1px solid #000;
min-height: 45px;
}
#logo {
  position: absolute;
  right: 20px;
  top: 0;
}
#logo:hover {
	border: 0 none;
}
#logo img {
  float:left;
}
/* content */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h3, h4, h5, h6 {
	font-size: 1.1em;
	font-style: italic;
}

#MemberLoginForm_LoginForm {
	margin: 1em 1em 0;
}
