@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
=================================================================== */

/*====================================================
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: #f2f2ee;
}

a {
	color: #dc5012;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*====================================================
	汎用class
----------------------------------------------------*/
.textR {
	text-align: right;
}

.textC {
	text-align: center;
}

.imgR {
	float: right;
	padding-left: 20px;
}

.imgL {
	float: left;
	padding-right: 20px;
}

.imgC {
	text-align: center;
}

.imgR p,
.imgL p {
	padding: 5px 0 0;
	line-height: 1.5;
	font-size: 80%;
}

.clear {
	clear: both;
}

/* 外部リンク、PDFリンクの指定 */
.pdfIcon,
.externalIcon {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

/* フォームなどの初期テキストカラー（share.jsのToggleVal Plugin用） */
input[type="text"],textarea {
	color: #ccc;
}
/* 入力中の色 */
#page .focused {
	color: #333;
}
/* 決定した時の色 */
#page .changed {
	color: #333;
}

/* clearfix */
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clearfix { min-height: 1em; }
* html .clearfix { height: 1em; }

/*====================================================
	基本レイアウト
----------------------------------------------------*/
#page {
	width: 640px;
	margin: 0 auto;
	border-top: 10px solid #f89b15;
	border-bottom: 1px solid #d9d9d6;
	background: #fff;
}

/*====================================================
	下層ページ共通
----------------------------------------------------*/
#page h2 {
	width: 586px;
	line-height: 1.1;
	margin: 0 0 10px;
	padding: 9px 0 5px 14px;
	font-size: 210%;
	background: url(/img/share/hd2_br.gif) no-repeat left center;
}

#page h3 {
	width: 572px;
	line-height: 1.1;
	padding: 7px 10px 6px 18px;
	border: 1px solid #d4d4d4;
	font-size: 110%;
	background: url(/img/share/hd3_bck.gif) no-repeat left top;
}

#page h4 {
	width: 575px;
	line-height: 1.1;
	margin: 0 0 14px;
	padding: 7px 7px 6px 7px;
	border: 1px solid #d4d4d4;
	font-size: 110%;
	font-weight: 100;
	background: url(/img/share/hd4_bck.gif) no-repeat left top;
}

#page h5 {
	margin: 0 0 5px;
	padding: 0 0 5px 18px;
	border-bottom: 1px solid #b1b1b1;
	background: url(/img/share/icn_lst.gif) no-repeat 0 6px;
}

#page .section {
	width: 590px;
	padding: 16px 0 9px 10px;
}
.section:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.section { min-height: 1em; }
* html .section { height: 1em; }

#page .section p {
	margin: 0 0 16px;
}

#page .section p.textLink {
	text-align: right;
}

#page .section p.button {
	height: 33px;
	line-height: 33px;
	text-align: center;
}

#page .section p.button280 {
	width: 280px;
	margin: 30px auto;
}

#page .section p.button a {
	height: 100%;
	display: block;
	border: 1px solid #d4d4d4;
	font-weight: 700;
	background: url(/img/share/btn_bck.gif) no-repeat right center;
}

#page .section p.button a:hover {
	text-decoration: none;
	background: url(/img/share/btn_bck_ov.gif) no-repeat right center;
}

#page .section p.attention {
	width: 580px;
	line-height: 1.5;
	margin: 0 0 16px;
	padding: 15px 10px;
	border: 1px solid #f76300;
	color: #ff0000;
	font-weight: 700;
	background: #fff9b2;
}

#page .section ol {
	margin: 0 0 16px;
}

#page .section ol li,
#page .section ul ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
}

#page .section ul {
	margin: 0 0 16px;
}

#page .section ul li,
#page .section ol ul li {
	padding: 0 0 0 17px;
	background: url(/img/share/icn_lst.gif) no-repeat 0 6px;
}

#page .section dl {
	margin: 0 0 16px;
}

#page .section dl dt {
	font-weight: 700;
}

#page .section dl.flat dt {
	float: left;
	clear: both;
	font-weight: 100;
}

#page .section table {
	width: 100%;
	line-height: 1.5;
	margin: 0 0 16px;
}

#page .section table th {
	vertical-align: top;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #b1b1b1;
	background: #e7e7e7;
}

#page .section table thead th {
	text-align: center;
	vertical-align: middle;
}

#page .section table td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #b1b1b1;
	background: #fff;
}

#page .section table td ol,
#page .section table td ul {
	margin: 0;
}

#page .section table td ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
}

#page .section table td dl {
	margin: -10px 0 0;
}

#page .section table.widthAuto {
	width: auto;
}

#page .section table td dl dt {
	margin: 10px 0 0;
}

#page .section table td table {
	margin: 10px 0 16px;
}

#page .section table td table th,
#page .section table td table td {
	padding: 5px 10px;
}

#page .section table.twoColumn td {
	width: 50%;
}

#page .sectionIn {
	width: 580px;
	margin: 0 0 16px;
	padding: 7px 10px;
	border: 1px solid #f76300;
	background: #fff9b2;
}
.sectionIn:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.sectionIn { min-height: 1em; }
* html .sectionIn { height: 1em; }

#page .sectionIn h4 {
	width: auto;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: 700;
	background: none;
}

#page .sectionIn p {
	margin: 0;
}

#page .section .twoColumn {
	margin: 0 0 16px;
}

#page .section .twoColumnSection  {
	width: 310px;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#page .section .twoColumnSection p,
#page .section .twoColumnSection ol,
#page .section .twoColumnSection ul,
#page .section .twoColumnSection dl {
	margin: 0;
}