@charset "utf-8";

/*
        1 : shared
		2 : report01
		3 : footer
 */


/* ***********************************************************************
        1 : shared
*********************************************************************** */
html {
	background: #fff;
	}
body {
	background: #fff;
	}
#container {
	width: 100%;
	}

/*非表示*/
.invisible{
	overflow: hidden;
	height: 0px;
	}

#content {
	background: #fff url(../image/bg.gif) repeat-x; 
	width: 100%;
	padding-top: 30px;
	margin: 0 auto;
	}
#content-inner {
	width: 940px;
	margin: 0 auto 40px;
	background: #FFFFFF;
	border: 3px solid #6dba2d;
	}

/*-----layout-----*/

.layout-w #alpha {
	}
.layout-w #alpha-inner {
	}

.layout-wt #alpha {
	}
.layout-wt #alpha-inner {
	}

/*-----link-----*/

#content a:link {
}
#content a:visited {
}
#content a:active,
#content a:hover {
}
#content a:focus {
}

/*-----pageup-----*/

#content .pageup {
	text-align: right;
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 30px 0;
}
#home #content .pageup {
	padding: 10px 0 30px;
}
#content .pageup a:link {
	text-decoration: none;
}


/*サイズ*/
.font-size-s {
	font-size: 12px;
	}

/*行揃え*/
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}

/* ***********************************************************************
        2 : report01
*********************************************************************** */
.report01 #content #alpha {
	width: 920px;
	margin: 0 auto;
}
.report01 #content h1 {
	margin: 10px 0 26px;
	padding: 22px 0 0;
	font-size: 20px;
	text-align: center;
}
.report01 #content p.lead {
	font-size: 14px; 
	line-height: 22px;
	margin: 0 50px;
}
.report01 #content p.lead strong {
	font-weight: bold;
}
.report01 #content ul {
	margin: 0 0 26px 50px;
}
.report01 #content ul li {
	list-style: none;
	font-size: 14px; 
	line-height: 22px;
}


.report01 #content #bank {
	margin: 0 50px 30px;
}
.report01 #content #bank h2 {
	font-size: 16px;
	line-height: 28px;
	background: #ddeecc;
	text-align: center;
	margin: 20px 0;
}
.report01 #content #bank table {
	width: 100%;
}
.report01 #content #bank th,
.report01 #content #bank td {
	text-align: center;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 24px;
	border: solid 1px #767676;
}
.report01 #content #bank th {
	background: #ddeecc;
	text-align: center;
}
.report01 #content table {
	margin: 0 0 25px;
}
.report01 #content table th,
.report01 #content table td {
	border: solid 1px #767676;
}



/* ***********************************************************************
        3 : footer
*********************************************************************** */
#footer {
	clear: both;
	width: 100%;
	background-color: #fff;
}
#footer-inner {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 70px;
}

#footer .pageup {
	text-align: right;
	clear: both;
	font-size: 12px;
	padding-right: 30px;
	padding-bottom: 25px;
}
#footer .pageup a:link {
	color: #000;
	text-decoration: underline;
}
#footer .pageup a:visited {
	color: #000;
}
#footer .pageup a:active,
#footer .pageup a:hover {
	color: #FF0000;
}
#footer .pageup a:focus {
	color: #FF0000;
}
#footer #okotowari {
	text-align: center;
	clear: both;
	font-size: 12px;
}
#footer a:link {
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
}
#footer a:active,
#footer a:hover {
	color: #FF0000;
}
#footer a:focus {
	color: #FF0000;
}