@charset "Shift_JIS";

/* .NET articles */

body { font-family: Meiryo, メイリオ, ArialMT, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック'; }
p {
	font-size: 16px;
	line-height: 26px;
}

/* #main  {background-position: 86px 0px } */
/* #wrap { width: 926px } */ /*(840 + 86)*/
/* #centercol { width: 586px } */ /*(500 + 86)*/
/* #header_r { width: 834px } */ /*(748 + 86)*/
/* #navibar { width: 926px } */ /*(840 + 86)*/
/* .navibar_styl { width: 911px } */ /*(825 + 86)*/
/* #footer { width: 926px } */ /*(840 + 86)*/

code { font-family: 'ＭＳ ゴシック'，'平成角ゴシック', monospace; font-size: small; line-height: 14px; }
* html code { font-size: 100%; }
html*code { font-size: 80%; }

H1 {font-size: 18px; font-weight: bold;}
H2 {font-size: 16px; font-weight: bold;}
H3 {font-size: medium ;}
H4 {font-size: normal ;}
H5 {font-size: small ;}
H6 {font-size: x-small ;}


/*************************************/

.pageNumber {
	text-align: right;
	font-family: Arial;
	font-size: 70%;
	font-weight: bold;
}

/*************************************/

.signpost {
	margin-bottom: 10px;
}

.signpost .prev {
	float: left;
}

.signpost .next {
	text-align: right;
	float: right;
}

/*************************************/

.pageIndex {
	clear: both;
	font-family: メイリオ;
	font-size: 80%;
	line-height: 130%;
	background-color: #e7e3e7;

	padding-bottom: 5px;
	border-bottom: 5px solid #000066;
	margin-bottom: 10px;
}

.pageIndex .name {
	padding: 4px;
	font-weight: bold;
	background-color: #000066;
	color: white;
}

.pageIndex .title {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}

.pageIndex .subTitle {
	font-weight: bold;
	margin-left: 15px;
}

.pageIndex .pageTitle {
	margin-left: 20px;

	padding: 2px 2px 2px 10px;

	border-left: 10px solid gray;
}

.pageIndex .currentPage {
	border-left: 10px solid #cc0000;
	color: gray;
}

/*************************************/

.goIndex {
	font-family: メイリオ;
	font-size: 80%;
	font-weight: bold;
}

.goIndex img {
	vertical-align: middle;
}

/*************************************/

.topsy {
	background-color: #4CBDDE;
	font-family: メイリオ;
	margin-top: 20px;
	margin-bottom: 15px;
	color: black;
	font-size: 12px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.topsy .contents {
	background-color: #E8FAFF;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	margin: 1px;
	padding: 3px;
}

.topsy .footer {
	padding: 0;
	margin: 0;
	height: 1px;
}

.topsy .title {
	color: white;
	font-weight: bold;
	padding: 5px;
}

.topsy .oneline {
	overflow: hidden;
	white-space: pre;
	color: black;
	padding: 5px;
}

.topsy .more {
	text-align: right;
}

/*************************************/

#main {
	background-repeat: repeat-y;
}

#header_r {
/*	background-image: url(/fdotnet/images/header_art_expand.gif);	*/
}

/* 確認日関連 */
#da-confirm-date-link sup,
.da-fg.da-orange {
	color: #FF8000 !important;
}
#da-first-date {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#da-confirm-date-desc {
	margin: 15px 0;
	background-color: #e7e3e7;
}
#da-confirm-date-desc p {
	padding: 8px;
	font-size: small;
}
