@charset "utf-8";

/* =======================================

	Text Decorations CSS

 -----------------------------------------

/* 基本見出し
========================================== */

#contents h2 {
	margin: 0;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.244;
	overflow: hidden;
}


/* 基本テキスト・リスト
========================================== */

#contents p, #contents address, #contents th, #contents td {
	font-size: 92.4%;
	line-height: 1.5;
}

#contents li, #contents dt, #contents dd {
	font-size: 92.4%;
	line-height: 1.5;
}

#contents p, #contents ul, #contents dl {
	margin: 0 0 10px;
}

/* 基本テキスト（強調文）
========================================== */

#contents strong {
	font-weight: bold;
}

#contents em {
	font-style: italic;
}

#contetns .section{
	margin: 0 0 20px;
}

/* 基本テキスト（リンク）
========================================== */

#contents a {
	color: #0033FF;
	text-decoration: underline;
}

#contents a:hover {
	color: #FF3333;
}

.navi-sub-section-inner a:hover {
	color: #FF3333;
}

/* テーブル・リスト内のテキスト補正
========================================== */

#contents th p, #contents th li, #contents th dt, #contents th dd,
#contents td p, #contents td li, #contents td dt, #contents td dd,
#contents li p, #contents li li, #contents li dt, #contents li dd,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd {
	font-size: 100%;
}

/* パンくずリンク
========================================== */
p.topicpath {
	margin: 5px 0 6px 5px;
	line-height: 1.334;
}

p.topicpath a:hover {
	color: #FF3333;
}

/* ページ毎タイトル
========================================== */

#contents h2#page-title { /* h2 メイン画像 */
	margin: 12px;
	height: 60px;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.244;
	padding-bottom: 5px;
}

#contents p.lead { /* リード文 */
	margin: 14px 14px 14px 23px;
	font-size: 107.8%;
	line-height: 1.167;
}


/* 更新情報
========================================== */

img.up{
	padding: 2px 0 0 4px;
}


/* リンクアイコン（右矢印）
========================================== */

#contents span.arrow {
	background: url(../../images/common/ico/arrow_01.gif)  left center no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

#contents p.arrow {
	background: url(../../images/common/ico/arrow_01.gif)  left center no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	margin: 2px 0 0 0;
}

#contents li.arrow {
	background: url(../../images/common/ico/arrow_01.gif)  left center no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

#contents ul.category-search {
	padding: 0 10px 10px 16px;
}

#contents ul.category-search li{
	background: url(../../images/common/ico/arrow_01.gif)  left center no-repeat;
	text-decoration: none;
	padding: 0 120px 0 10px;
	display: inline;
}


/* このページのトップへ
========================================== */

#contents #pageNavi {
	clear: both;
}
#contents p.arrow-move{
	background: url(../../images/common/ico/arrow_02.gif)  left center no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
	margin: 38px 0px 18px 554px;
}