@charset "utf-8";

html{
    height:100%;
}


body {
	height: 100%;
	font-size: 13px;
	font-family: 'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 1.5;
	color: #555555;
}


/* ------------------------------------------------

common element

------------------------------------------------ */

a {
	outline:none;
}

a:link,
a:visited {
	color:#555;
	text-decoration:none;
}

a:hover {
	color:#f78a0b;
	text-decoration:underline;
}

a:active {
	color:#555;
	text-decoration:underline;
}

a.external img,
a.popup img {
	/position: absolute;
	margin-left: 5px;
	/padding: 2px 0 0;
	vertical-align: middle;
}

a.pdf2 img{
	/position: absolute;
	margin-left: 5px;
	/padding: 1px 0 0;
	vertical-align: middle;
}

.heightLine {
}

.roll {
}

.textR {
	text-align: right !important;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

.border {
	border: 1px solid #fff;
}

.border-openId {
	border: 1px solid #cbced6;
}

.borderLDot {
	border-left: 1px dotted #e8e8e8 !important;
}

.borderTDot {
	border-top: 1px dotted #e8e8e8 !important;
}

td.top {
	vertical-align: top;
}

ul.iconList {
	background: #fff;
}

	ul.iconList li {
		padding:13px 26px 13px 42px;
		background: url(/shared_v2/image/base/ico_topics_category_1_01.gif) 12px 13px no-repeat; /* trial */
	}

ul.arrow01Link {
	margin-top: 9px;
}

	ul.arrow01Link li {
		padding: 3px 4px 3px 17px;
		background: url(/shared_v2/image/base/ico_arrow_01.gif) 3px 0.65em no-repeat;
		/zoom: 1;
	}

ul.arrow02Link {
}

	ul.arrow02Link li {
		padding: 3px 4px 0 17px;
		background: url(/shared_v2/image/base/ico_arrow_02.gif) 3px 0.65em no-repeat;
		/zoom: 1;
	}

	ul.arrow02Link.hoverLink {
		background: #fff;
	}

		ul.arrow02Link.hoverLink li {
			padding: 0;
			border-top: 1px solid #e8e8e8;
			background: none;
			cursor: pointer;
		}

			ul.arrow02Link.hoverLink li a {
				display: block;
				padding: 10px 13px 10px 26px;
				/width: 173px;
				background: url(/shared_v2/image/base/ico_arrow_02.gif) 12px 1.25em no-repeat;
				/zoom: 1;
			}

			ul.arrow02Link.hoverLink li a:hover,
			ul.arrow02Link.hoverLink li a:active {
				background: url(/shared_v2/image/base/ico_arrow_02.gif) #ffeedd 12px 1.25em no-repeat;
				color: #555;
				text-decoration: none;
			}

		ul.arrow02Link.innerLink li {
			padding: 0 !important;
			background: none !important;
		}

			ul.arrow02Link.innerLink li a {
				display: block;
				padding: 10px 13px 10px 26px;
				width: 160px;
				background: url(/shared_v2/image/base/ico_arrow_02.gif) 12px 1.25em no-repeat;
				/zoom: 1;
			}

ul.arrow03Link {
}

	ul.arrow03Link li {
		padding: 3px 4px 0 17px;
		background: url(/shared_v2/image/base/ico_arrow_03.gif) 3px 0.65em no-repeat;
		/zoom: 1;
	}

ul.circleList {
	background: #fafafa;
}

	ul.circleList li {
		padding:10px 0 10px 26px;
		border-top: 1px solid #e8e8e8;
		background: url(/shared_v2/image/base/ico_circle_01.gif) 12px 1.25em no-repeat;
	}

ul.arrowBackLink {
}

	ul.arrowBackLink li {
		padding: 3px 4px 0 17px;
		background: url(/shared_v2/image/base/ico_arrow_back.gif) 3px 0.65em no-repeat;
		/zoom: 1;
	}

ul li.rss {
	padding-left: 22px;
	background: url(/shared_v2/image/base/ico_rss.gif) left 0.5em no-repeat;
}

ul li.list {
	padding-left: 22px;
	background: url(/shared_v2/image/base/ico_list.gif) left 0.5em no-repeat;
}

ul.blankList {
}

	ul.blankList li {
		padding-left: 0;
		background: none !important;
	}

table.iconLink {
	margin-top: 8px;
	width: 100%;
}

	table.iconLink tr td {
		padding: 4px;
		vertical-align: top;
	}

		table.iconLink tr.first td {
			border: none;
		}

		table.iconLink tr td.date {
			padding-right: 10px;
			white-space: nowrap;
			width: 80px;
			/width: 84px;
		}

		table.iconLink tr td.icon {
			padding-left: 0;
			padding-right: 10px;
			width: 18px;
		}

		table.iconLink tr td.title {
			padding: 4px 15px;
			background: url(/shared_v2/image/base/ico_arrow_01.gif) left 0.75em no-repeat;
			/zoom: 1;
		}

			table.iconLink tr td.title a img {
				/position: absolute;
			}

div.naviList {
	margin-top: 15px;
	padding: 15px 0 0;
	border-top: 1px dotted #ccc;
}

	div.naviList.first {
		margin: 0;
		border: none;
	}

	div.naviList ul {
		float: left;
		margin-left: 10px;
		padding: 0 0 0 10px;
		border-left: 1px dotted #ccc;
	}

	div.naviList ul.first {
		margin: 0;
		padding: 0;
		border: none;
	}

		div.naviList ul li {
			width: 221px;
		}

			div.naviList ul li img {
				vertical-align: top;
			}

			div.naviList ul li ul.arrow02Link {
				float: none;
				margin: 10px 0 0;
				padding: 0;
				border: none;
			}

				div.naviList ul li ul.arrow02Link li {
					padding: 3px 4px 0 17px;
					width: auto;
				}

					div.naviList ul li ul.arrow02Link li img {
						vertical-align: baseline;
					}

					div.naviList ul li ul.arrow02Link li.open {
						background: url(/shared_v2/image/base/ico_arrow_gray_bottom.gif) 3px 0.65em no-repeat;
					}

						div.naviList ul li ul.arrow02Link li.open ul {
							float: none;
							margin: 0 0 0 -10px;
							padding: 0;
							border: none;
						}

							div.naviList ul li ul.arrow02Link li.open ul li {
								width: auto;
							}

								div.naviList ul li ul.arrow02Link li.open ul li img {
									vertical-align: baseline;
								}

		div.naviList ul.mobile li, 
		div.naviList ul.internet li,
		div.naviList ul.contentService li {
			width: 222px;
		}

div.shoulderWrapper {
	position: relative;
}

.skipLink {
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

/* ------------------------------------------------

topic path

------------------------------------------------ */

ul#topicPath {
	margin: 15px auto 0;
	padding: 0 27px;
	width: 970px;
}

	ul#topicPath li {
		float: left;
		margin-right: 10px;
		padding-right: 15px;
		background: url(/shared_v2/image/base/ico_arrow_topic_path.gif) right center no-repeat;
		font-size: 83.4%;
	}
	
		ul#topicPath li a:link,
		ul#topicPath li a:visited {
			color: #888;
		}
	
		ul#topicPath li a:hover {
			color: #f78a0b;
		}

		ul#topicPath li.current {
			background: none;
			color: #555;
		}

ul#topicPath.withNavi {
	margin: 9px auto 0;
}

/* ------------------------------------------------

wrapper

------------------------------------------------ */
* html div#wrapper{
    height:100%;
}
div#wrapper {
  position:relative;
    min-height: 100%;
	width: 100%;
    height: 100%;

}

body > #wrapper {
        height: auto;
}


/* ------------------------------------------------

overallArea

------------------------------------------------ */

div#overallArea {
	margin: 11px auto 35px; /* 20120117 Mod */
	padding: 0px 16px 0;
	width: 980px;
/*	background: url(/shared_v2/image/base/bg_contents_header.gif) center top no-repeat;*/
}

	div#overallArea div#contentsInner {
		padding-bottom: 7px;
		background: url(/shared_v2/image/base/bg_contents_footer.gif) left bottom no-repeat;
		/zoom :1;
	}

		div#overallArea div#contentsInner div#contents {
			margin: 0;
			padding: 0 7px;
			background: url(/shared_v2/image/base/bg_contents.gif) left top repeat-y;
		}

/* ------------------------------------------------

article

------------------------------------------------ */

div#article {
	float: left;
	width: 733px;
}

	div#article div.section {
		position: relative;
		padding: 14px;
		/width: 705px;
		border-top: 1px solid #e8e8e8;
	}

		div#article div.section.first {
			border: none;
			_border: none !important;
		}

		div#article div.section div.shoulder {
			position: absolute;
			top: 4px;
			right: 4px;
			_right: 20px;
		}

			div#article div.section div.shoulder ul {
				margin: 0;
				_width: auto;
			}

				div#article div.section div.shoulder ul li {
					/display: inline;
					float: left;
					margin-left: 5px;
					padding: 0 0 0 17px;
					border-left: 1px dotted #ccc;
					background: url(/shared_v2/image/base/ico_arrow_01.gif) 3px center no-repeat;
					line-height: 1;
					_line-height: 1.1;
				}

					div#article div.section div.shoulder ul li.first {
						border: none;
					}

					div#article div.section div.shoulder ul li.rss {
						padding-left: 22px;
						background: url(/shared_v2/image/base/ico_rss.gif) 5px center no-repeat;
					}

					div#article div.section div.shoulder ul li.list {
						padding-left: 22px;
						background: url(/shared_v2/image/base/ico_list.gif) 5px center no-repeat;
					}

		div#article div.section div.noteArea {
			margin-top: 10px;
			padding: 6px 17px;
			border: 1px solid #e7e7e7;
			background: #f4f4f4;
		}

			div#article div.section div.noteArea h3 {
				padding: 7px 0 3px;
			}

/* ------------------------------------------------

aside

------------------------------------------------ */

div#aside {
	float: left;
	padding-bottom: 15px;
	width: 244px;
	border-left: 1px solid #e8e8e8;
	background: #f6f6f6;
}

	div#aside div.section {
		position: relative;
		margin: 15px 15px 0;
		padding-top: 15px;
		border-top: 1px solid #e8e8e8;
	}

		div#aside div.section.first {
			margin-top: 0;
			border: none;
		}

		div#aside div.section ul {
		}

		div#aside div.section div.headImage {
			float: left;
		}

			div#aside div.section h3.hasIcon {
				margin-left: 50px;
			}

			div#aside div.section ul.hasIcon {
				margin: 0 0 0 48px;
			}

				div#aside div.section ul.hasIcon li {
				}

			div#aside div.section p.hasIcon {
				margin: 10px 0 0 52px;
				_margin: 10px 0 0 50px;
				width: 158px;
			}

/* ------------------------------------------------

pageTop

------------------------------------------------ */
p#pageTop {
	position: fixed;
	_position: absolute;
	bottom: 0;
	right: 0;
	z-index: 500;
	_top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) - 0
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight) - 0);
	margin: 0;
}

p#pageTop a img {
	/vertical-align: bottom;
}

/* ------------------------------------------------ 

margin

------------------------------------------------ */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt91 { margin-top: 91px !important; }
.mt112 { margin-top: 112px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.mtm05 { margin-top: -5px !important; }
.mtm10 { margin-top: -10px !important; }
.mtm15 { margin-top: -15px !important; }
.mtm20 { margin-top: -20px !important; }
.mtm25 { margin-top: -25px !important; }
.mtm30 { margin-top: -30px !important; }
.mtm35 { margin-top: -35px !important; }
.mtm40 { margin-top: -40px !important; }

.mbm05 { margin-bottom: -5px !important; }
.mbm10 { margin-bottom: -10px !important; }
.mbm15 { margin-bottom: -15px !important; }
.mbm20 { margin-bottom: -20px !important; }
.mbm25 { margin-bottom: -25px !important; }
.mbm30 { margin-bottom: -30px !important; }
.mbm35 { margin-bottom: -35px !important; }
.mbm40 { margin-bottom: -40px !important; }


.p00 { padding: 0 !important; }
.pb00 { padding-bottom: 0 !important; }

/* ------------------------------------------------

clearfix

------------------------------------------------ */
.border,
ul#topicPath,
div#overallArea,
div#contents,
div#article,
.clearfix {
	/zoom:1;
}

.border:after,
div.naviList:after,
ul#topicPath:after,
div#overallArea:after,
div#contents:after,
div#article:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#contentBodyArea{
	padding-bottom:50px;
}