@charset "utf-8";

/* ページの先頭 */
.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}


/* リンク画像 */
a img {
	border: auto;
}


/* コピー禁止画像 */
.copynone01 img { background:url("/img/copynone_01.png") no-repeat; }
.copynone02 img { background:url("/img/copynone_02.png") no-repeat; }
.copynone03 img { background:url("/img/copynone_03.jpg") no-repeat; }
.copynone04 img { background:url("/img/copynone_04.png") no-repeat; }
.copynone05 img { background:url("/img/copynone_05.png") no-repeat; }
.copynone06 img { background:url("/img/copynone_06.png") no-repeat; }


/* 本文 */
#main_body p,
#pageBody #main_body p {
	margin: 10px 0px;
}

#pageBody .contentmain #main_body .bordernone {
	border:none;
}

#main_body label {
	float:none;
	margin:0px;
	width:auto;
	display:inline;
	text-align:left;
}

#main_body div.detail_free {
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
}
#main_body div.detail_writing {
	clear:both;
	width:100%;
	margin:10px 0px;
	padding:0px;
}

#main_body div.detail_image_left {
	text-align:left;
	margin:10px 2px;
	padding:0px;
}
#main_body div.detail_image_center {
	text-align:center;
	margin:10px 2px;
	padding:0px;
}
#main_body div.detail_image_right {
	text-align:right;
	margin:10px 2px;
	padding:0px;
}

hr.hr_1 {
	clear:both;
	height: 1px;
	border-top: 2px dotted #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 10px 0px;
}

hr.hr_2 {
	clear:both;
	height: 1px;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 10px 0px;
}

hr.hr_3 {
	clear:both;
	height: 1px;
	border-top: 1px solid #ff0000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 10px 0px;
}


/* 斜体 */
#container #main_body div.detail_free em {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-style: italic;
	font-size: 105%;
}


/* テーブル */
.detail_free table, .detail_html table {
	border-color:#DDDDDD !important;
	border-style:solid;
	border-width:1px;
	margin-top:14px;
	margin-bottom:20px;
}
.detail_free th, .detail_html th {
	border-color:#DDDDDD !important;
	border-style:solid;
	border-width:1px;
	background:#ebeff8;
	font-weight:bold;
	padding:0.4em 0.8em 0.4em 0.8em;
	text-align:center;
}
.detail_free td, .detail_html td {
	border-color:#DDDDDD !important;
	border-style:solid;
	border-width:1px;
	padding:0.4em 0.8em 0.4em 0.8em;
}


/* リスト */
#main_body .detail_free ul {
	list-style-type:disc;
	margin:10px 0px 10px 28px;
	padding:0px;
}
#main_body .detail_free ol {
	list-style-type:decimal;
	margin:10px 0px 10px 28px;
	padding:0px;
}
#main_body .detail_free ul li {
	list-style-type:disc;
	margin:0px;
	padding:0px;
}
#main_body .detail_free ol li {
	margin:0px;
	padding:0px;
}
#main_body .detail_free li a {
/*	display:inline-block;
	background:url(/img/images/arr_link.png) no-repeat 0px 0.4em;
	padding-left:10px;*/
}


/* PDFリンク */
.pdf_download {
	clear:both;
	margin-top:15px;
	padding-top:10px;
	border-top:1px #CCCCCC solid;
	width:100%;
}
.pdf_download p {
	margin:0px;
}
.pdf_download .pdf_img {
	float:left;
}
.pdf_download .pdf_img img {
	border:none;
}
.pdf_download .tenpu_txt {
	padding-left:10px;
	overflow:hidden;
}


/* リンク色設定（本文部分のみ適用） */
#main_body a:link {
	color: #17194c;
	text-decoration: underline !important;
}
#main_body a:visited {
	color: #2f3199;
	text-decoration: underline !important;
}
#main_body a:hover {
	color: #2f339a;
	text-decoration: none !important;
}
#main_body a:active {
	color: #050611;
	text-decoration: underline !important;
}


/* リンクアイコン */
#contents #main_body a.link1,
#contents #main_body a.link2,
#contents #main_body a.pdf,
#contents #main_body a.doc,
#contents #main_body a.xls,
#contents #main_body a.ppt,
#contents #main_body a.mail {
	padding-left:20px;
	display:inline;
}
#contents #main_body a.link1 {
	background: url("/img/images/arr_link.png") no-repeat 7px 0.4em;
}
#contents #main_body a.link2 {
	background: url("/img/images/arr_pop.png") no-repeat left 0.2em;
}
#contents #main_body a.pdf {
	background: url("/img/images/icon_pdf.gif") no-repeat left 0.2em;
}
#contents #main_body a.doc {
	background: url("/img/images/icon_word.gif") no-repeat left 0.2em;
}
#contents #main_body a.xls {
	background: url("/img/images/icon_excel.gif") no-repeat left 0.2em;
}
#contents #main_body a.ppt {
	background: url("/img/images/icon_ppt.gif") no-repeat left 0.2em;
}
#contents #main_body a.mail {
	background: url("/img/images/icon_mail.gif") no-repeat left 0.2em;
}


#site_footer a.link1 {
	padding-left:12px;
	display:inline;
	background: url("/img/images/arr_link.png") no-repeat 2px 0.4em;
}
#site_footer a.link2 {
	padding-left:20px;
	display:inline;
	background: url("/img/images/arr_pop.png") no-repeat left 0.2em;
}


/* 斜体文字 */
.detail_free em, .detail_free i {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-style: italic;
}