/* FileMaker PHP Site Assistant - atramentum CSS template
*/

html {
	height: 100%;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px auto;
}

body {
	height: 85%;
	width: 100%;
	margin:0px auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: メイリオ, sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-position: top left;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
.bold {
	font-weight:bold;
}


/***
 * 3 major sections of page: Header, Container(body), and Footer
 */

/* Header */

#header {
	text-align: left;
	background-image: url(../explanation/images/header_bg.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position:fixed;
	top: 0px;
}

#headerlogo {
	width: 100%;
	padding: 10px;
	font-size: 25px;
	color: #000000;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#ffffff;
}

#headercaption {
	width: 300px;
	padding-top: 8px;
	float: left;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

#header h1 {
	width: 70%;
	height: 111px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 17pt;
	padding-top: 0px;
	padding-left: 350px;
	margin: 0px;
}

#note {
	width:40%;
}
#note p {
/*	color: #c62505;*/
	color:#000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-left:80px;
}

#container {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* Navigation */

#page_nav {
	width:100%;

	background: url( ../explanation/images/navibg_down.png) repeat-x;
	list-style-type: none;
	position: fixed;
	top:48px;
	height: 53px;
}

#page_nav ul {
	list-style-type: none;
	background: repeat-x transparent;
	white-space: nowrap;
	margin: 0px auto;
	max-height: 54px;
	padding: 16px 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:88%;

}

#page_nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	font-weight:bold;
}	

#page_nav li a {
	color: #c62505;
	text-decoration: none;
	padding: 0 30px;
}

#page_nav li a:hover {
	color: #000000;
	text-decoration: underline;
}

.activelink {
	color: #FFFFFF;
	text-decoration: none;
	background: url( ../explanation/images/navibg_up.png);
	background-repeat: repeat-x;
	height: 54px;
	padding-top: 17px;
	padding-bottom: 24px;
	background-position: center top;
}

#page_nav p{
	margin:auto;
	padding:20px 30px;
	font-size:12px;
	}
#page_nav p a{
	color:#000000;
	text-decoration:none;
	}
#page_nav p a:hover{
/*	background-image:url(../images/link.jpg);*/
	background-image: url(../explanation/images/link.jpg);
	}

/* Content */
#content {
	margin: 40px auto 20px;
	padding:60px 0px 0px;
	background-position: center;
}

/* Footer */

#footer {
  position: fixed;
	bottom:0px;
	margin:0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background: url( ../explanation/images/footerbg.jpg);*/
	background: url(../explanation/images/navibg_down.png) repeat-x;
	width: 100%;
	height: 40px;
}

#footertext {
	color: #bb0303;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	margin-top: -5px
}

.footerwidth {
	width: 100%;
	border: none;
	margin: 0px auto;
}

#footer ul.secondary_links li {
	position:relative;
	top: -5px;
	display: inline
}

#footer ul.secondary_links a:link, #footer ul.secondary_links a:visited {
	display: inline;
	font-weight: normal;
	color: #bb0303;
	text-decoration: none
}

#footer ul.secondary_links a:hover {
	color: #000000;
}

/**	ページトップへ */
/* --------------------------------- */
.pagetop {
  width: 17px;
  height: 57px;
  overflow: hidden;
  position: fixed;
	bottom:62px;
  right:0%;
}
.pagetop a{
  display: block;
  width: 17px;
  height: 57px;
  background: url( ../explanation/images/pagetop.png) no-repeat;
  text-indent: -9999px;
}
.pagetop a:hover{
  display: block;
  width: 17px;
  height: 57px;
  background: url( ../explanation/images/pagetop.png) no-repeat -17px 0px;
  text-indent: -9999px;
}

/* home */
#textbox {
	width:85%;
	margin:0px auto;
	}

/*err */
#error {
	font-size:12px;
	width:60%;
	margin:30px auto;
	padding:0px;
	border:solid 1px red;
	text-align:center;
	}