@charset "utf-8";

/*  基本ページ  */

* {
	margin: 0px;
	padding: 0px;
}
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}
body {
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #003399;
}

a:visited {
	color: #993366;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #FF0000;
}
h1 {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	background-image: url(/media/documents/img/spacer.gif);
}
h2 {
	line-height: 1.6em;
	background-image: url(/media/documents/img/spacer.gif);
}
h3 {
	margin: 15px 0px 10px 5px;
	padding: 0px;
	line-height: 1.6em;
	background-image: url(/media/documents/img/spacer.gif);
}
h4 {
	margin: 15px 0px 10px 5px;
	padding: 0px;
	line-height: 1.6em;
	background-image: url(/media/documents/img/spacer.gif);
}
h5 {
	margin: 10px 0px 10px 5px;
	padding: 0px;
	line-height: 1.6em;
	background-image: url(/media/documents/img/spacer.gif);
}
p {
	line-height: 1.6em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(/media/documents/img/spacer.gif);
}
strong {
	color: #333;
}
em {
	color: #333;
}

ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1em;
}
ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1em;
}
li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 1em;
	margin-bottom: 5px;
	margin-left: 0.5em;
	line-height: 1.6em;
	background-image: url(/media/documents/img/spacer.gif);
}
dl {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
dt {
	/* [disabled]padding: 3px; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	line-height: 1.6em;
	font-weight: bold;
	width: 120px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-image: url(/media/documents/img/spacer.gif);
}
dd {
	/* [disabled]padding: 3px; */
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 1.6em;
	width: 440px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-image: url(/media/documents/img/spacer.gif);
}
table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
tr {

}
th {
	text-align: center;
	padding: 3px;
	border: 1px solid #666;
	background-color: #999;
	color: #FFF;
	background-image: url(/media/documents/img/spacer.gif);
	line-height: 1.6em;
	font-weight: normal;
}
td {
	padding: 3px;
	border: 1px solid #666;
	background-image: url(/media/documents/img/spacer.gif);
	line-height: 1.6em;
}
hr {
	clear: both;
	color: #FFF;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3%;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 94%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	max-width: 100%;
}


.float-clear {
	clear: both;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
.img-right {
	float: right;
	margin-right: 5px;
	margin-left: 10px;
}
.img-full {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
.hid {
	float: left;
	height: 1px;
	width: 1px;
}
.page {
	/* [disabled]text-align: center; */
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#pagetop {
	float: left;
	display: none;
}
.hd-bg {
	width: 100%;
	background-color: #003366;
}



/*  ヘッダー部分  */

header {
	text-align: justify;
	padding: 0px;
	width: 960px;
	height: 140px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* [disabled]overflow: hidden; */
}
#mypage header {
	height: 80px;
}

header .header-in {
	width: 960px;	/*ブロック幅*/
	height: 140px;
	position: relative;
	margin: 0px auto;
}
#mypage header .header-in {
	height: 80px;
}

header .header-in .header-des {
	height: auto;
	width: 100%;
	position: absolute;
	top: 90px;
	right: 0px;
}
header .header-in .header-des h1 {
	font-size: 12px;
	text-align: left;
	color: #FFF;
	width: 39%;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header .header-in .header-des p {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	width: 60%;
	float: right;
	display: block;
}
header .header-in .logo {
	width: 240px;
	position: absolute;
	left: 0px;
	top: 10px;
	margin: 0px;
	padding: 0px;
}
header .header-in .logo h1 {
	margin: 0px;
	padding: 0px;
}
header .header-in .logo p {
	margin: 0px;
	padding: 0px;
}

header .header-in .logo img {
	width: 240px;
}
#mypage header .header-in .logo img {
	width: 160px;
}





/*  メイン部分  */

.main {
	/* [disabled]text-align: justify; */
	clear: both;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.main .pagetop {
	font-size: 14px;
	clear: both;
	text-align: right;
	padding-top: 20px;
}
.footer-bg {
	width: 100%;
	background-color: #333;
}

/*  フッター部分  */

.footer {
	clear: both;
	width: 960px;
	margin-top: 0px;
	padding-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	overflow: hidden;
	height: auto;
}
.footer p {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: auto;
	color: #FFF;
}
.footer p a {
}
.footer p a:link {
	color: #FFF;
}
.footer p a:visited {
	color: #FFF;
}
.footer p a:hover {
	color: #CCC;
}
.footer p a:active {
	color: #FFF;
	text-decoration: underline;
}
.footer address {
	font-size: 14px;
	float: none;
	font-style: normal;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
}
.footer-navi .profile  {
	background-color: #FFF;
	padding: 10px;
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.footer-navi .profile p {
	color: #333;
	float: none;
	margin: 5px;
	font-size: 14px;
}

.footer-navi .profile .logo {
	width: 25%;
	float: left;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer-navi .profile .profile-in {
	float: left;
	width: 34%;
	padding-right: 2%;
	padding-left: 2%;
}
.footer-navi .profile ul {
	width: 34%;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	margin: 0px;
	float: left;
}
.footer-navi .profile ul li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: none;
}
.footer-navi .profile ul li a {
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	display: block;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footer-navi .profile ul li a:link {
	color: #036;
}
.footer-navi .profile ul li a:visited {
	color: #036;
}
.footer-navi .profile ul li a:hover {
	color: #003399;
}
.footer-navi .profile ul li a:active {
	color: #036;
}
