body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	color: #333333;
}
.js11       { font-size: 11px; line-height: 13px; }
.js11red      { color: #cf121b; font-size: 11px; } 
.js12       { font-size: 13px; line-height: 18px; }
.js12red      { color: #cf121b; font-size: 18px; } 
.js14       { font-size: 15px; line-height: 22px; } 
.js14fogablue       { color: #150b38; font-size: 15px; line-height: 22px; } 
.js14red      { color: #cf121b; font-size: 15px; line-height: 22px; } 
.js14redline       { color: #cf121b; font-size: 15px; line-height: 22px; text-decoration: underline; } 
.js14line        { font-size: 15px; line-height: 22px; text-decoration: underline; } 
.js18      { font-size: 18px; line-height: 24px; } 
.js20     { font-size: 20px; line-height: 24px; } 

#container {
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: top;
	text-align: center;
}
#content-container {
	padding: 0px;
	width: 830px;
	background-image: url(../images/content_bg.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat;
	padding: 0px;
	height: 93px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header img { padding: 0; height: 77px; width: 74px; float: left; margin: 10px 0 0 10px; }
#header h1 { font-size: 12px; color: #ffffff; float: left; padding: 0; font-weight: bold; margin: 10px 0 0 13px; }
#content-area {
	padding: 0px;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#content-area a:link,#content-area a:visited {
	color: #333333;
	text-decoration: underline;
}
#content-area a:hover {
	color: #cf121b;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#content-footer {
	padding: 0px;
	width: 830px;
	background-image: url(../images/content_bg.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#footer-pagetop {
	height: 52px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-pagetop a,a:visited{
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
#footer-pagetop a:hover{
	font-size: 11px;
	color: #cf121b;
	text-decoration: underline;
}
#footer-menu {
	background-image: url(../images/footer_menu_bg.gif);
	height: 128px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-menu h5{
	font-size: 10px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




.clear {
  clear: both;/*float?̉e?????N???A???܂?*/
}
.dot750box { width: 750px; padding: 10px; border: dotted 1px black; }
