@charset "UTF-8";

/* =========================================================================
 content.css （下層ページ　コンテンツ内要素の設定）

　目　次

　1.パンくずリスト
　2.前のページに戻る/ページを印刷する
　3.本文
　4.情報発信元
========================================================================= */

/* -------------------------------------------------------------------------
 1.パンくずリスト
------------------------------------------------------------------------- */
#crumb {
	float: left;
	width: 100%;
	clear: both;
	background: #f6f6f6;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	padding: 10px 0 9px;
	margin-bottom: 20px;
}
#crumb ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size: 90%;
	list-style: none;
	clear: both;
	text-align: left;
}
#crumb ul:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
#crumb ul li {
	float: left;
}
#crumb ul li span {
	padding: 0 10px;
}
.crumb_box{
	width:958px;
	margin:0 auto;
}
.crumb_box a:link {
	background: #f6f6f6;
}
.crumb_box  a:visited {
	background: #f6f6f6;
}
.crumb_box a:hover,
.crumb_box a:active,
.crumb_box a:focus {
	background: #f6f6f6;
}

/* -------------------------------------------------------------------------
 2.前のページに戻る/ページを印刷する
------------------------------------------------------------------------- */
.page-top-box {
	width: 960px;
	float: left;
	clear: both;
	margin: 0 0 20px;
}
.page-back {
	float: left;
	font-size: 90%;
	margin: 5px 2px 0;
}
.page-back a {
	background: url(/images/base/page-back-icon.gif) no-repeat left 3px;
	display: block;
	text-decoration: underline;
	padding-left: 20px;
}
.page-back a:hover {
	text-decoration: none;
}
.page-print {
	float: right;
}
.page-print img {
	display: block;
}

/* -------------------------------------------------------------------------
 3.本文
------------------------------------------------------------------------- */
#article-box {
	width: 958px;
	clear: both;
	border: solid 1px #aaaaaa;
	padding: 0 0 5px;
	margin-bottom: 30px;
}
#article-box:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
#article-box .article-date {
	margin: -10px 30px 30px !important;
	font-size: 90%;
	padding: 7px 10px 5px !important;
	background: #f6f6f6;
	text-align: right;
}

/* -------------------------------------------------------------------------
 4.情報発信元
------------------------------------------------------------------------- */
#contact-area {
	width: 958px;
	clear: both;
	border: solid 1px #aaaaaa;
	padding: 0 0 5px;
	margin-bottom: 30px;
}
#contact-area .contact-area-ttl {
	font-size: 130%;
	border-bottom: solid 3px #aaaaaa;
	background: #f6f6f6;
	padding: 10px 19px 8px;
	margin-bottom: 25px;
	clear: both;
}
#contact-area .contact-area-ttl span {
	padding-left: 27px;
	background: url(/images/base/blue-circle-icon.gif) no-repeat left 5px;
}
#contact-area .contact-area-cnt {
	margin: 0 30px 20px;
	padding: 0;
}
#contact-area .contact-area-cnt:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
#contact-area .contact-area-btn {
	float: left;
	background: #0079d2;
	margin: 10px 0 0;
	padding: 0 10px;
	display: block;
	clear: both;
}
#contact-area .contact-area-btn a {
	padding: 4px 0 2px 14px;
	background: url(/images/base/contact-arw-icon.gif) no-repeat left 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
/* add */
#contact-area .contact-area-btn input{
	padding: 4px 0 7px 14px;
	background: url(/images/base/contact-arw-icon.gif) no-repeat left 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-style: none;
}
/*========================================================
win
========================================================*/

/* -------------------------------------------------------------------------
 5.PDFreader
------------------------------------------------------------------------- */
#pdf-area {
	clear: both;
	border: solid 1px #aaaaaa;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.plg-pdf{
	float:left;
	margin: 0 30px 0 0;
}

/* -------------------------------------------------------------------------
 6.フィードバック
------------------------------------------------------------------------- */
#feed-back {
	width: 958px;
	clear: both;
	border: solid 1px #aaaaaa;
	padding: 0 0 5px;
	margin-bottom: 30px;
}
#feed-back .feed-back-ttl {
	border-bottom: solid 1px #aaa;
	background: #ecf7ff;
	padding: 8px 19px 6px;
	margin-bottom: 25px;
	clear: both;
}

#feed-back .feed-back-cnt {
	margin: 0 30px 20px;
	padding: 0;
}

#feed-back .feed-back-cnt ul {
	margin-bottom:10px;
}
#feed-back .feed-back-cnt ul li {
	display:inline;
	margin: 0 30px 0 0;
	padding: 0;
	list-style:none;
}

#feed-back .feed-back-btn {
	color: #fff;
	font-weight: bold;
	background: #0079d2 url(../images/base/contact-arw-icon.gif) no-repeat 10px 10px;
	border:none;
	margin: 10px 0 0;
	padding: 6px 10px 4px 20px;
	display: block;
	clear: both;
}

/* -------------------------------------------------------------------------
 7.2ブロック
------------------------------------------------------------------------- */
.parts-2block{
	margin:0 30px 30px 30px;
}
.parts-2block .block-left{
	width:430px;
	float:left;
}
.parts-2block .block-right{
	width:430px;
	float:right;
}
.parts-2block:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
ul.disc{
	margin:30px 30px 30px;
}

ul.disc li {
	padding:0 0 0 2.0em;
	text-indent:-2.0em;
	margin:0 0 8px 0;
	list-style:none;
}

ul.disc li, #article-box ul.circle li, #article-box ul.disc li {
	padding:0 0 0 2.0em;
	text-indent:0;
	margin:0 0 8px 0;
	background: url(/images/base/list-icon.gif) no-repeat 12px 8px;
}