/*----------------------------------------------

パスワード変更画面のスタイル設定

----------------------------------------------*/

body, div, span, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, table, td, tr, th, p, form {
	margin: 0;
	padding: 0;
}

body {
	color: #3F4445;
	text-align:center;
	font: 90%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	padding-top: 70px;
}
section, aside, nav, footer, small, figure {
	display: block;
	margin:0;
	padding:0;
}
a:link,
a:visited {
	color:#199EC5;
	text-decoration: underline;
}
a:hover {
	color:#199EC5;
	text-decoration: none;

}
a img {
	border: none;
}

/*----------------------------------------------

ヘッダー　グローバルナビ以外の部分

----------------------------------------------*/

div#headerup {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}
div#headerup:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
} 

/*　ロゴ　*/
div#headerup h1 {
	float: left;
	margin-top: 20px;
}
div#headerup h1 img {
	vertical-align: text-bottom;
}

/*----------------------------------------------

コンテンツ

----------------------------------------------*/

div#contents {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	padding-bottom:30px;
}
div#contents:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*　大見出し　*/
h1#midashi {
	background: url(../../img/base/midashi-bg.gif) repeat-x left top;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #BABABA;
	font-size: 130%;
	width: 940px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

/*----------------------------------------------

フッター

----------------------------------------------*/

footer {
	text-align: left;
	clear: both;
	margin-top: 20px;
}
footer div#footer-link p#pagetop {
	text-align: right;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
footer div#footer-link {
	background: url(../../img/base/footerlink-bg.gif) repeat-x left 34px;
	font-size: 90%;
}
footer div#footer-link ul {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}
footer div#footer-link ul:after,
footer div#footer-copyright div#copyright:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
footer div#footer-link ul li {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../../img/base/icon-footer.gif) no-repeat left center;
	padding-left: 10px;
} 
footer div#footer-link ul a:link,
footer div#footer-link ul a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
footer div#footer-link ul a:hover {
	color:#FFFFFF;
	text-decoration: underline;

}
footer #footer-copyright {
	background: #D6D6D6 url(../../img/base/footer-bg.gif) repeat-x left top;
	clear: both;
}
footer div#footer-copyright div#copyright {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
footer div#footer-copyright div#copyright p {
	float: left;
	padding-top: 25px;
}
footer div#footer-copyright div#copyright p small {
	margin-left: 10px;
	margin-top: 15px;
}