@charset "UTF-8";
/* CSS Document */


/* for common reset ==================================*/
body{
	margin:0;
	padding:0;
	color:#333;
	background: #464646;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 11px ;
	line-height: 1.5;
}
img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
}
dl,dt,dd{
	margin:0;
	padding:0;
}
hr{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}
p{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}

/* for common link ==================================*/
a:link {
	color: #073593;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #073593;
}
a:hover {
	text-decoration: underline;
	color: #073593;
}
a:active {
	text-decoration: none;
	color: #073593;
}

/* for clearFix ==================================*/
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}  

/* for common layout ==================================*/

#wrapper {
	background-color: #EEEEEE;
	margin-top: 5px;
}
#content-wrapper {
	width: 971px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/common/content-bg.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
}
#header {
	padding-right: 36px;
	padding-left: 36px;
	margin-bottom: 25px;
	float: left;
	width: 899px;
}
#header #header-left {
	float: left;
	width: 431px;
}
#header #header-right {
	float: left;
	padding-left: 149px;
	padding-top: 21px;
	width: 309px;
}
#header #header-left h1 {
	font-size: 11px;
	margin-top: 5px;
}
#header #header-right ul {
	height: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
#header #header-right ul li {
	float: left;
	padding-right: 23px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	padding-left: 23px;
	padding-top:5px;
}
#gnav {
	float: left;
	height: 82px;
	width: 939px;
	background-image: url(../img/common/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-left: 17px;
	margin-bottom: 15px;
}
#gnav ul li {
	float: left;
	padding-right: 1px;
}
#gnav ul #nav-bank {
	padding-top: 15px;
	padding-left: 19px;
}
#content #pagetop {
	text-align: right;
	width: 925px;
	clear: both;
}
#content {
	float: left;
	width: 925px;
	padding-right: 23px;
	padding-left: 23px;
	margin-bottom: 55px;
}
#footer {
	height: 75px;
	width: 925px;
	padding-right: 23px;
	padding-left: 23px;
/*	float: left;*/
	background-image: url(../img/common/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	font-size: 11px;
	color: #FFF;
	clear:both;
}
#footer #footer-left {
	float: left;
	width: 420px;
}
#footer #footer-right {
	float: left;
	width: 505px;
	text-align: right;
}
#footer #footer-left ul {
	clear: left;
}

#footer #footer-left ul li {
	float: left;
}
/* for footer link */
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: underline;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}

/* for common txt ==================================*/
.fbb{
	font-size: 1.1em;
	font-weight:bold;
}

