@charset "UTF-8";

@import url("../../../../library/pc/lib/css/common.css");

body {
}

body img {
	vertical-align: bottom;
}

div#whole {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.bgn {
	background: none;
}

.clear {
	clear: both;
}

ul li {
	list-style-type: none;
}

ul.list {
	margin-top: 1em;
	padding-left: 1.5em;
	font-size: 84%;
}

ul.list li {
	margin-top: 0.5em;
	list-style-type: disc;
}

ol {
	margin-top: 1em;
	padding-left: 2.5em;
	font-size: 84%;
}

ol li {
	margin-top: 0.5em;
}

a {
	color: #a00;
}

a:hover {
	color: #666;
}

.red {
	color: #a00 !important;
}

.fLeft {
	float: left;
	display: inline;
}

.fRight {
	float: right;
	display: inline;
}

.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

strong.lv_01 {
	font-size: 130%;
}

.linkArrow {
	padding-left: 10px;
	background: url("../../../../library/pc/lib/images/ico_arrow_01.gif") 0 50% no-repeat;
}

.linkArrow_02 {
	padding-left: 13px;
	background: url("../../../../library/pc/lib/images/ico_arrow_05.gif") 0 50% no-repeat;
}

.pdf_ico {
	padding-left: 0 !important;
	background: none !important;
}

.pdf_ico img {
	vertical-align: middle !important;
}

.external_ico {
	padding-left: 0 !important;
	background: none !important;
}

.external_ico img {
	vertical-align: middle !important;
}

/* header -------------------- */

div#header {
	width: 1000px;
	background: url("../../../../library/pc/lib/images/bg_header_left.gif") 0 0 repeat-x;
	font-family:
	"メイリオ","Meiryo",
	"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
	Osaka,"ＭＳ Ｐゴシック","MS P Gothic",
	Arial,Helvetica,sans-serif;
}

div#header div.inBox {
	position: relative;
	height: 174px;
	background: url("../../../../library/pc/lib/images/bg_header_right.gif") 100% 0 no-repeat;
}

div#header div.inBox h1 {
	position: absolute;
	top: 93px;
	left: 84px;
}

div#header div.inBox div.functionNavi,
div#header div.inBox div.visitorNavi {
	position: absolute;
	font-size: 70%;
}

div#header div.inBox div.functionNavi ul li,
div#header div.inBox div.visitorNavi ul li {
	float: left;
	display: inline;
	padding: 1px 10px 0 10px;
}

div#header div.inBox div.functionNavi ul li.bn,
div#header div.inBox div.visitorNavi ul li.bn {
	padding-right: 0px;
	border: none;
}

div#header div.inBox div.functionNavi ul li a,
div#header div.inBox div.visitorNavi ul li a {
	color: #fff;
	text-decoration: none;
}

div#header div.inBox div.functionNavi {
	top: 10px;
	right: 240px;
}

div#header div.inBox div.visitorNavi {
	top: 55px;
	right: 55px;
}

div#header div.inBox div.functionNavi ul li {
	border-right: 1px solid #000;
}

div#header div.inBox div.visitorNavi ul li {
	border-right: 1px solid #fff;
}

div#header div.inBox div.gNavi {
	position: absolute;
	top: 75px;
	right: 0;
	width: 690px;
	background: #f1f1f1;
}

div#header div.inBox div.gNavi ul li {
	float: left;
	display: inline;
	padding-right: 1px;
	background: #fff;
}

div#header div.inBox div.searchForm {
	position: absolute;
	width: 180px;
	top: 6px;
	right: 44px;
	vertical-align: middle;
}

div#header div.inBox div.searchForm legend {
	display: none;
}

div#header div.inBox div.searchForm input {
	vertical-align: middle;
}

div#header div.inBox div.searchForm input.focusArea {
	width: 115px;
	margin:0;
	padding:0;
	border: 1px solid #515151;
	font-family:
	Lucida Grande,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",
	"MS P Gothic",Arial,Helvetica,sans-serif;
	font-size: 74%;
}

div#header div.inBox div.searchForm input.focusArea:focus {
	border-color: #bb3c24;
	background-color: #f7e2de;
}

/* main -------------------- */

p.location {
	height: 40px;
	line-height: 40px;
	font-size: 70%;
	text-align: left;
}

p.location a {
	color: #a00;
}

div.vi {
	width: 1000px;
}

/* content -------------------- */

div#content {
	width: 720px;
	margin-left: 60px;
}

div#content.top {
	width: 520px;
	margin-left: 20px;
}


div#content h3 {
	padding: 14px 0 13px 18px;
	border-left: 5px solid #a00;
	font-weight: bold;
}

div#content h3.ptn_01 {
	margin-bottom: 20px;
}

div#content h3.ptn_02 {
	padding: 0;
	border: 0;
	color: #a00;
}

div#content p {
	margin-top: 1em;
	font-size: 84%;
	line-height: 1.5;
}

div#content div.beginningText {
	margin-top: 45px;
}

div#content div.beginningText p {
	margin-bottom: 2em;
	line-height: 2em;
}

div#content p span.sub {
	display: block;
	font-size: 74%;
}

div#content div.beginningText p strong {
	font-size: 130%;
}

/* contentList 見出し */

h4.ptn_01 {
	margin-top: 40px;
	border: 1px solid #800;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}

h4.ptn_01.top {
	margin-top: 40px !important;
}

h4.ptn_01 a {
	display: block;
	padding: 13px 0 13px 32px;
	background: url("../../../../library/pc/lib/images/bg_h2_01.gif") 12px 50% no-repeat #a00;
	color: #fff;
	text-decoration: none;
}

h4.ptn_01 a:hover {
	background: url("../../../../library/pc/lib/images/bg_h2_02.gif") 12px 50% no-repeat #fff;
	color: #a00;
}

h4.ptn_01.fLeft,
h4.ptn_01.fRight {
	width: 354px;
	_width: 322px;
	margin-top: 20px;
}

h4.ptn_01.fLeft a,
h4.ptn_01.fRight a {
	_width: 100%;
}

h4.ptn_02 {
	position: relative;
	margin-top: 40px;
	padding: 14px 0 12px 33px;
	border-top: 1px solid #ccc;
	background: url("../../../../library/pc/lib/images/ico_circle_01.gif") 13px 50% no-repeat #eee;
}

h4.ptn_02 span {
	position: absolute;
	top: 14px;
	right: 10px;
	padding-left: 20px;
	background: url("../../../../library/pc/lib/images/ico_arrow_03.gif") 9px 50% no-repeat;
	font-size: 84%;
}

h4.ptn_02 em.red {
	font-weight: normal;
}

h4.ptn_03 {
	position: relative;
	margin-top: 40px;
	padding: 14px 0 12px 14px;
	border-top: 2px solid #a00;
	background: #eee;
}

h5.ptn_01 {
	margin-top: 30px;
	color: #a00;
	font-weight: bold;
	font-size: 90%;
}

h5.ptn_01.fLeft,
h5.ptn_01.fRight {
	width: 356px;
}

h5.ptn_01 em.caution_01 {
	font-size: 84%;
}

h6.ptn_01 {
	margin: 20px 0 0.5em 0;
	font-size: 84%;
	font-weight: bold;
}

h6.ptn_01 em.caution_01 {
	font-size: 75%;
}

h6.ptn_01 em.caution_02 {
	color: #a00;
}

/* ======================================== menu_ptn_01 */

div#content div.menu_ptn_01 {
	margin-top: 15px;
	padding-bottom: 15px;
	background: url("../../../../library/pc/lib/images/bg_contentList_bottom_01.gif") 0 100% no-repeat;
}

div#content div.menu_ptn_01.top {
	margin-top: 30px;
}

div#content div.menu_ptn_01 dl {
	width: 356px;
	background: url("../../../../library/pc/lib/images/bg_contentList_top_01.gif") 0 0 no-repeat;
}

div#content div.menu_ptn_01 dl.odd {
	float: left;
	display: inline;
}

div#content div.menu_ptn_01 dl.even {
	float: right;
	display: inline;
}

div#content div.menu_ptn_01 dl dt {
	margin: 4px 4px 0 4px;
	font-size: 84%;
}

div#content div.menu_ptn_01 dl dt a {
	display: block;
	padding: 10px 0 10px 25px;
	background: url("../../../../library/pc/lib/images/ico_arrow_02.gif") 14px 50% no-repeat;
	color: #a00;
	text-decoration: none;
}

div#content div.menu_ptn_01.pdf dl dt a {
	padding-left: 10px;
	background: none;
}


div#content div.menu_ptn_01.pdf dl dt a img {
	vertical-align: middle;
}

div#content div.menu_ptn_01 dl dt a:hover {
	background-color: #eee;
}

div#content div.menu_ptn_01 dl dd {
	width: 330px;
	margin: 0 14px;
	padding-top: 10px;
	background: url("../../../../library/pc/lib/images/line_dot_02.gif") 0 0 repeat-x;
	font-size: 84%;
	line-height: 1.4;
}

div#content div.menu_ptn_01 dl dd table,
div#content div.menu_ptn_01 dl dd table tr th,
div#content div.menu_ptn_01 dl dd table tr td {
	border: none;
}

div#content div.menu_ptn_01 dl dd table tr th {
	color: #666;
	vertical-align: top;
	white-space: nowrap;
}


div#content div.menu_ptn_01 dl dd img {
	float: left;
	display: inline;
	margin-right: 1em;
}

div#content div.menu_ptn_01.end {
	background: url("../../../../library/pc/lib/images/bg_contentList_bottom_02.gif") 0 100% no-repeat;
}

/* ======================================== menu_ptn_02 */

div#content div.menu_ptn_02 {
	margin-top: 20px;
}

div#content div.menu_ptn_02 ul li {
	float: left;
	display: inline;
	margin: 4px 4px 0 0;
	padding-bottom: 4px;
	font-size: 84%;
}

div#content div.menu_ptn_02 ul li.end {
	margin-right: 0;
}

div#content div.menu_ptn_02 ul li a {
	display: block;
	padding: 14px 0 10px 24px;
	color: #a00;
	text-decoration: none;
	_width: 100%;
}

div#content div.menu_ptn_02 ul li a:hover {
	background-color: #eee !important;
}

div#content div.menu_ptn_02 ul.col_04 li {
	width: 176px;
	_width: 152px;
	background: url("../../../../library/pc/lib/images/bg_contentList_bottom_03.gif") 0 100% no-repeat;
}

div#content div.menu_ptn_02 ul.col_04 li a {
	background: url("../../../../library/pc/lib/images/bg_contentList_top_03.gif") 0 0 no-repeat;
}

div#content div.menu_ptn_02 ul.col_02 li {
	width: 356px;
	_width: 332px;
	background: url("../../../../library/pc/lib/images/bg_contentList_bottom_04.gif") 0 100% no-repeat;
}

div#content div.menu_ptn_02 ul.col_02 li a {
	background: url("../../../../library/pc/lib/images/bg_contentList_top_04.gif") 0 0 no-repeat;
}

div#content div.menu_ptn_02 ul.col_03 li {
	width: 237px;
	_width: 213px;
	background: url("../../../../library/pc/lib/images/bg_contentList_bottom_06.gif") 0 100% no-repeat;
}

div#content div.menu_ptn_02 ul.col_03 li a {
	background: url("../../../../library/pc/lib/images/bg_contentList_top_06.gif") 0 0 no-repeat;
}

div#content div.menu_ptn_02 ul.col_03 li.external a {
	padding-left: 32px;
	background: url("../../../../library/pc/lib/images/bg_contentList_top_06_ext.gif") 0 0 no-repeat;
}

/* ======================================== menu_ptn_03 */

div#content div.menu_ptn_03 {
	margin-top: 20px;
	border: 3px solid #eee;
}

div#content div.menu_ptn_03 ul {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #eee;
}

div#content div.menu_ptn_03 ul li {
	float: left;
	display: inline;
	width: 118px;
	_width: 98px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	font-size: 84%;
}

div#content div.menu_ptn_03.col_03 ul li {
	width: 237px;
	_width: 217px;
}

div#content div.menu_ptn_03 ul li.end {
	width: 117px;
	_width: 97px;
}

div#content div.menu_ptn_03.col_03 ul li.end {
	width: 236px;
	_width: 216px;
}

div#content div.menu_ptn_03 ul li a {
	display: block;
	padding: 12px 0 10px 20px;
	_width: 100%;
	background: url("../../../../library/pc/lib/images/ico_arrow_02.gif") 9px 19px no-repeat;
	*background: url("../../../../library/pc/lib/images/ico_arrow_02.gif") 9px 18px no-repeat;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
}

div#content div.menu_ptn_03 ul li.current a {
	background: url("../../../../library/pc/lib/images/ico_arrow_03.gif") 9px 19px no-repeat #eee;
	*background: url("../../../../library/pc/lib/images/ico_arrow_03.gif") 9px 18px no-repeat #eee;
}

div#content div.menu_ptn_03 ul li a:hover {
	background-color: #eee;
}

div#content div.menu_ptn_03 ul li.twoLine a {
	height: 70px;
}

div#content div.menu_ptn_03 ul li a em.caution {
	display: block;
	padding-top: 5px;
	color: red;
	font-size: 10px;
}

/* ======================================== menu_ptn_03 */

div#content div.menu_ptn_04 {
	margin-top: 15px;
	padding-bottom: 15px;
	background: url("../../../../library/pc/lib/images/bg_contentList_bottom_05.gif") 0 100% no-repeat;
}

div#content div.menu_ptn_04.top {
	margin-top: 50px;
}

div#content div.menu_ptn_04 dl {
	width: 356px;
	background: url("../../../../library/pc/lib/images/bg_contentList_top_05.gif") 0 0 no-repeat;
}

div#content div.menu_ptn_04 dl.odd {
	float: left;
	display: inline;
}

div#content div.menu_ptn_04 dl.even {
	float: right;
	display: inline;
}

div#content div.menu_ptn_04 dl dt {
	margin: 0 12px 0 15px;
	padding: 15px 0 11px 0;
	color: #a00;
	font-weight: bold;
}

div#content div.menu_ptn_04 dl dd {
	margin: 0 12px 0 15px;
	padding-top: 10px;
	background: url("../../../../library/pc/lib/images/line_dot_03.gif") 0 0 repeat-x;
	font-size: 84%;
	line-height: 1.4;
}

div#content div.menu_ptn_04.end {
	background: url("../../../../library/pc/lib/images/bg_contentList_bottom_02.gif") 0 100% no-repeat;
}

/* contentArea */

div#content div.contentArea p {
	margin-bottom: 1em;
	line-height: 1.4;
}

/* within_page_links */

div#content div.w_p_links {
	width: 714px;
	margin-top: 30px;
	border: 3px solid #eee;
}

div#content div.w_p_links div.inbox {
	border: 1px solid #ccc;
}

div#content div.w_p_links div.inbox p {
	margin-bottom: 1em;
}

div#content div.w_p_links div.inbox p a {
	margin-left: 13px;
	padding-left: 13px;
	background: url("../../../../library/pc/lib/images/ico_arrow_05.gif") 0 0.4em no-repeat;
	color: #333;
	text-decoration: none;
}

div#content div.w_p_links div.inbox p a:hover {
	color: #a00;
}

/* relatedLink */

div.relatedLink {
	width: 720px;
	margin: 50px 0 0 60px;;
}

div.relatedLink h4 {
	padding-top: 7px;
	background: url("../../../../library/pc/lib/images/bg_relatedLink_01.gif") 0 0 repeat-x #ddd;
}

div.relatedLink h4 a {
	display: block;
	padding: 13px 0 13px 35px;
	background: url("../../../../library/pc/lib/images/ico_arrow_04.gif") 16px 50% no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

div.relatedLink h4 a:hover {
	color: #a00;
}

div.relatedLink div.inbox {
	padding: 18px 0 10px 18px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

div.relatedLink div.inbox p {
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 84%;
}

div.relatedLink div.inbox p a {
	margin-right: 40px;
	padding-left: 10px;
	background: url("../../../../library/pc/lib/images/ico_arrow_01.gif") 0 50% no-repeat;
	color: #333;
	text-decoration: none;
}

div.relatedLink div.inbox p a:hover {
	color: #a00;
}

div.annotate_01 {
	margin-top: 0.5em;
}

div.annotate_01 ul {
	padding-left: 1.25em;
}

div.annotate_01 ul li {
	margin-top: 0.2em;
	font-size: 84%;
	text-indent: -1.25em;
	line-height: 1.4;
}

p.pageTop {
	margin-top: 2em;
	text-align: right;
}

p.pageTop a {
	padding-left: 17px;
	background: url("../../../../library/pc/lib/images/ico_pagetop_01.gif") 0 50% no-repeat;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

p.pageTop a:hover {
	color: #a00;
}

/* ======================================== qaArea */

div#content div.qaArea {
	margin-top: 50px;
}

div#content div.qaArea dl {
	padding-bottom: 3px;
	background: url("../../../../library/pc/lib/images/line_dot_01.gif") 0 100% repeat-x;
}

div#content div.qaArea dl dt {
	background: url("../../../../library/pc/lib/images/line_dot_01.gif") 0 0 repeat-x #f7f7f7;
	font-size: 84%;
	color: #333;
	line-height: 1.4;
}

div#content div.qaArea dl dt img {
	margin: 0 3px;
	vertical-align: middle;
}

div#content div.qaArea dl dt strong {
	padding: 18px 30px 14px 36px;
	display: block;
	background: url("../../../../library/pc/lib/images/ico_qaArea_q.gif") 10px 18px no-repeat;
}

div#content div.qaArea dl dd {
	padding: 15px 30px 1em 36px;
	background: url("../../../../library/pc/lib/images/ico_qaArea_a.gif") 10px 15px no-repeat;
}

div#content div.qaArea dl dd p {
	margin: 0 0 1em 0;
}

div#content div.qaArea dl dd ol {
	margin: 0 0 1em 0;
}

/* ======================================== newsArea */

div.newsArea h4 {
	margin-top: 25px;
}

div.newsArea table {
	width: 100%;
}

div.newsArea table,
div.newsArea table tr th,
div.newsArea table tr td {
	border: none;
}

div.newsArea table tr th,
div.newsArea table tr td {
	padding: 10px 5px;
	background: url("../../../../library/pc/lib/images/line_dot_03.gif") 0 100% repeat-x;
	font-size: 84%;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: top;
}

div.newsArea table tr th {
	white-space: nowrap;
	padding-left: 10px;
}

div.newsArea table tr td {
	width: 100%;
}

div.newsArea table tr td div {
	padding-left: 18px;
	background: url("../../../../library/pc/lib/images/ico_arrow_01.gif") 9px 0.45em no-repeat;
}

div.newsArea table tr td.external div {
	background: url("../../../../library/pc/lib/images/ico_external_01.gif") 3px 0.45em no-repeat;
}

div.newsArea table tr td.pdf div {
	padding-left: 22px;
	background: url("../../../../library/pc/lib/images/ico_pdf_01.gif") 0px 1px no-repeat;
}

div.newsArea table tr td.ico {
	width: auto;
	white-space: nowrap;
}

div.newsArea p.archive {
	text-align: right;
}

div.newsArea p.archive a {
	padding-left: 10px;
	background: url("../../../../library/pc/lib/images/ico_arrow_01.gif") 0 50% no-repeat;
}

/* ======================================== eachPurposeArea */

div.eachPurposeArea {
	margin-top: 30px;
}

div.eachPurposeArea p.annotation {
	margin-top: 0.5em !important;
}

div.eachPurposeArea p.annotation img {
	vertical-align: middle;
}

div.eachPurposeArea div.btnArea {
	margin-top: 20px;
}

div.eachPurposeArea div.btnArea ul li,
div.eachPurposeArea div.btnArea ul li a {
	display: block;
	width: 140px;
	height: 28px;
	text-indent: -9999px;
	outline: 0;
}

div.eachPurposeArea div.btnArea ul li {
	float: left;
	display: inline;
	margin-right: 5px;
}

div.eachPurposeArea div.btnArea ul li a { background: url("../../../../library/pc/lib/images/btn_tab.gif") no-repeat; }

div.eachPurposeArea div.btnArea ul li#btn1 a { background-position: 0 0; }
div.eachPurposeArea div.btnArea ul li#btn2 a { background-position: -140px 0; }
div.eachPurposeArea div.btnArea ul li#btn3 a { background-position: -280px 0; }
div.eachPurposeArea div.btnArea ul li#btn4 a { background-position: -420px 0; }
div.eachPurposeArea div.btnArea ul li#btn5 a { background-position: -560px 0; }
div.eachPurposeArea div.btnArea ul li#btn6 a { background-position: -700px 0; }

div.eachPurposeArea div.btnArea ul li#btn1.open a, div.eachPurposeArea div.btnArea ul li#btn1 a:hover { background-position: 0 -28px; }
div.eachPurposeArea div.btnArea ul li#btn2.open a, div.eachPurposeArea div.btnArea ul li#btn2 a:hover { background-position: -140px -28px; }
div.eachPurposeArea div.btnArea ul li#btn3.open a, div.eachPurposeArea div.btnArea ul li#btn3 a:hover { background-position: -280px -28px; }
div.eachPurposeArea div.btnArea ul li#btn4.open a, div.eachPurposeArea div.btnArea ul li#btn4 a:hover { background-position: -420px -28px; }
div.eachPurposeArea div.btnArea ul li#btn5.open a, div.eachPurposeArea div.btnArea ul li#btn5 a:hover { background-position: -560px -28px; }
div.eachPurposeArea div.btnArea ul li#btn6.open a, div.eachPurposeArea div.btnArea ul li#btn6 a:hover { background-position: -700px -28px; }

/* ======================================================================================================== */

div.eachPurposeArea div.btnArea ul.top li,
div.eachPurposeArea div.btnArea ul.top li a {
	width: 127px;
}

div.eachPurposeArea div.btnArea ul.top li {
	margin-right: 4px;
}

div.eachPurposeArea div.btnArea ul.top li#btn4 {
	margin-right: 0;
}


div.eachPurposeArea div.btnArea ul.top li a { background: url("../../../../library/pc/lib/images/btn_tab_top.gif") no-repeat; }

div.eachPurposeArea div.btnArea ul.top li#btn1 a { background-position: 0 0; }
div.eachPurposeArea div.btnArea ul.top li#btn2 a { background-position: -127px 0; }
div.eachPurposeArea div.btnArea ul.top li#btn3 a { background-position: -254px 0; }
div.eachPurposeArea div.btnArea ul.top li#btn4 a { background-position: -381px 0; }

div.eachPurposeArea div.btnArea ul.top li#btn1.open a, div.eachPurposeArea div.btnArea ul.top li#btn1 a:hover { background-position: 0 -28px; }
div.eachPurposeArea div.btnArea ul.top li#btn2.open a, div.eachPurposeArea div.btnArea ul.top li#btn2 a:hover { background-position: -127px -28px; }
div.eachPurposeArea div.btnArea ul.top li#btn3.open a, div.eachPurposeArea div.btnArea ul.top li#btn3 a:hover { background-position: -254px -28px; }
div.eachPurposeArea div.btnArea ul.top li#btn4.open a, div.eachPurposeArea div.btnArea ul.top li#btn4 a:hover { background-position: -381px -28px; }

/* ======================================================================================================== */

div.eachPurposeArea div.boxArea {
	padding: 10px;
	border: 2px solid #a00;
}

div.eachPurposeArea div.boxArea table.layout,
div.eachPurposeArea div.boxArea table.layout tr th,
div.eachPurposeArea div.boxArea table.layout tr td {
	border: 0;
	text-align: left;
}

div.eachPurposeArea div.boxArea table.layout {
	width: 100%;
}

div.eachPurposeArea div.boxArea table.layout tr th,
div.eachPurposeArea div.boxArea table.layout tr td {
	padding: 8px;
	font-size: 84%;
}

div.eachPurposeArea div.boxArea table.layout tr th strong {
	display: block;
	padding: 12px 0 10px 10px;
	background: #eee;
	color: #333;
}

div.eachPurposeArea div.boxArea table.layout tr td a {
	padding-left: 10px;
	background: url("../../../../library/pc/lib/images/ico_arrow_01.gif") 0 0.4em no-repeat;
	color: #333;
	text-decoration: none;
}

div.eachPurposeArea div.boxArea table.layout tr td a.block {
	display: block;
}

div.eachPurposeArea div.boxArea table.layout tr td a:hover {
	color: #a00;
	text-decoration: underline;
}

div.eachPurposeArea div.boxArea div.bnr {
	margin: 0 8px;
	padding-top: 15px;
	background: url("../../../../library/pc/lib/images/line_dot_02.gif") 0 0 repeat-x;
}

div.eachPurposeArea div.boxArea div.bnr ul li {
	display: inline;
	float: left;
	width: 110px;
	margin-right: 13px;
}

div.eachPurposeArea div.boxArea div.bnr ul li.end {
	margin: 0;
}

/* ======================================== instructionsArea */

div.instructionsArea {
	margin-top: 45px;
}

div.instructionsArea h5 {
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	color: #a00;
	font-size: 90%;
	font-weight: bold;
}

/* ======================================== box_ptn_01 */

div.box_ptn_01 {
	margin-top: 15px;
	background: url("../../../../library/pc/lib/images/box_ptn_01_top.gif") 0 0 no-repeat #f7f7f7;
}

div.box_ptn_01 div.inbox {
	padding: 0 0 15px 15px;
	background: url("../../../../library/pc/lib/images/box_ptn_01_bottom.gif") 100% 100% no-repeat;
}

div.box_ptn_01 div.inbox ul {
	padding: 15px 0 0 20px;
	font-size: 84%;
}

div.box_ptn_01 div.inbox ul li {
	margin-top: 0.5em;
	list-style-type: disc;
}

/* ======================================== box_ptn_02 */

div.box_ptn_02 {
	margin-top: 25px;
	padding: 10px;
	background: #ddd;
}

div.box_ptn_02 p.first {
	margin-top: 0 !important;
}

/* ======================================== box_ptn_03 */

div.box_ptn_03 p strong {
	font-size: 140%;
}

div.box_ptn_03 div.fLeft,
div.box_ptn_03 div.fRight {
	width: 350px;
}

/* ======================================== box_ptn_04 */

div.box_ptn_04 div.fLeft,
div.box_ptn_04 div.fRight {
	width: 356px;
	margin-top: 20px;
}

div.box_ptn_04 div div.inbox {
	margin-top: 10px;
	background: url("../../../../library/pc/lib/images/box_ptn_01_top.gif") 0 0 no-repeat #f7f7f7;
}

div.box_ptn_04 div div.inbox p {
	margin-top: 0 !important;
	padding: 10px;
	background: url("../../../../library/pc/lib/images/box_ptn_01_bottom.gif") 100% 100% no-repeat;
	line-height: 1.4;
}

/* ======================================== box_ptn_request_01 */

div.box_ptn_request_01 {
	width: 450px;
}

div.box_ptn_request_01 div.fLeft {
	width: 97px;
	margin-top: 20px;
}

div.box_ptn_request_01 div.fRight {
	width: 330px;
}

div.box_ptn_request_01 div.fRight dl,
div.box_ptn_request_01 div.fRight dl dd {
	margin-top: 10px;
}

div.box_ptn_request_01 div.fRight dl dt {
	font-size: 94%;
	font-weight: bold;
	color: #a00;
}

/* ======================================== box_ptn_sitemap_01 */

div#content {

}

div.box_ptn_sitemap_01 {
	margin-bottom: 40px;
}

div.box_ptn_sitemap_01 div.fLeft,
div.box_ptn_sitemap_01 div.fRight {
	width: 350px;
	font-size: 84%;

}

div.box_ptn_sitemap_01 div h4 {

}

div.box_ptn_sitemap_01 div h4 a {
	display: block;
	padding: 15px 0 15px 20px;
	background: url("../../../../library/pc/lib/images/ico_arrow_01.gif") 13px 50% no-repeat #eee;
	font-weight: bold;
	text-decoration: none;
}

div.box_ptn_sitemap_01 div ul {
	padding-left: 20px;
}

div.box_ptn_sitemap_01 div ul li {
	margin-top: 0.8em;
	padding-left: 10px;
	background: url("../../../../library/pc/lib/images/ico_arrow_01.gif") 0 0.4em no-repeat;
}

div.box_ptn_sitemap_01 div ul li.mb {
	margin-bottom: 1.5em;
}

div.box_ptn_sitemap_01 div ul li a {
	color: #333;
	text-decoration: none;
}

div.box_ptn_sitemap_01 div ul li a:hover {
	color: #a00;
	text-decoration: underline;
}

/* ======================================== form */

div#pbBlock17382,
div#pbBlock34973 {
	width: 720px !important;
	margin-left: 60px;
}

div#pbBlock17382 form table,
div#pbBlock34973 form table {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

div#pbBlock17382 form table tr td,
div#pbBlock34973 form table tr td {
	padding: 16px 8px !important;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 84%;
}

div#pbBlock17382 form table tr td.forTdCellCenter,
div#pbBlock34973 form table tr td.forTdCellCenter {
	text-align: center;
}

div#pbBlock17382 form table tr td textarea.pbInputForm,
div#pbBlock34973 form table tr td textarea.pbInputForm{
	width: 400px !important;
	height: 15em !important;
}

/* side -------------------- */

div#side {
	width: 220px;
}

div#side ul.bnr li {
	margin-bottom: 15px;
}

div#side p.requestForDocuments {
	margin-bottom: 20px;
}

div#side ul li a {
	color: #333;
	text-decoration: none;
}

div#side ul li ul {
	padding-left: 20px;
	background: url("../../../../library/pc/lib/images/line_dot_01.gif") 0 0 repeat-x #fff;
}

div#side ul li ul li a {
	display: block;
	padding: 11px 0 8px 24px;
	background: url("../../../../library/pc/lib/images/bg_side_01.gif") 0 0 no-repeat;
	font-size: 84%;
}

div#side ul li ul li a {
	_height: 11px;
}

div#side ul li ul li a:hover {
	background: url("../../../../library/pc/lib/images/bg_side_02.gif") 0 0 no-repeat #ddd !important;
}

div#side ul li ul li ul {
	padding-left: 20px;
	background: url("../../../../library/pc/lib/images/line_dot_01.gif") 0 0 repeat-x #fff;
}

/* current */

div#side ul li ul li.current a {
	background: url("../../../../library/pc/lib/images/bg_side_02.gif") 0 0 no-repeat #ddd;
}

div#side ul li ul li.current ul li a {
	background: url("../../../../library/pc/lib/images/bg_side_01.gif") 0 0 no-repeat;
}

div#side ul li ul li ul li.current a {
	background: url("../../../../library/pc/lib/images/bg_side_02.gif") 0 0 no-repeat #ddd;
}

div#side ul.section_02 {
	margin-bottom: 16px;
	padding-bottom: 2px;
	background: url("../../../../library/pc/lib/images/line_dot_03.gif") 0 100% repeat-x;
}

div#side ul.section_02 li ul li.external a {
	background: url("../../../../library/pc/lib/images/bg_side_03.gif") 0 0 no-repeat;
}

div#side ul.section_02 li ul li.external a:hover,
div#side ul.section_02 li ul li.external.current a {
	background: url("../../../../library/pc/lib/images/bg_side_04.gif") 0 0 no-repeat #ddd !important;
}

div#side ul.section_03 {
	margin-bottom: 25px;
}

div#side ul.section_03 li {
	margin-bottom: 5px;
}

/* sideRight -------------------- */

div#sideRight {
	width: 220px;
}

div#sideRight h3 {
	margin-bottom: 10px;
}

div#sideRight ul.ptn_01 li {
	margin-bottom: 10px;
}

div#sideRight ul.ptn_02 {
	margin-bottom: 30px;
	padding: 5px 0 0 5px;
	background: #ddd;
}

div#sideRight ul.ptn_02 li {
	padding-bottom: 5px;
}

div#sideRight dl.ptn_03 {
	margin-bottom: 1px;
	padding: 10px 8px;
	background: #ededed;
	font-size: 74%;
	line-height: 1.5;
}

div#sideRight dl.ptn_03 dt {
	margin-bottom: 10px;
}

div#sideRight dl.ptn_03 dd.fLeft {
	width: 80px;
}

div#sideRight dl.ptn_03 dd.fRight {
	width: 115px;
}

/* footer -------------------- */

div#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	margin-top: 50px;
	padding-bottom: 20px;
	font-size: 84%;
	text-align: right;
}

div#footer p {
	margin-bottom: 10px;
}

div#footer p a {
	display: block;
	padding: 10px 15px 8px 0;
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
}

div#footer p a {
	_padding: 0 15px 0 0;
	_height: 30px;
	_line-height: 30px;
}

div#footer p a:hover {
	background: #ddd;
	color: #a00;
}

div#footer p a em {
	padding-left: 28px;
	border-left: 1px solid #ccc;
	background: url("../../../../library/pc/lib/images/ico_pagetop_01.gif") 11px 50% no-repeat;
	font-weight: normal;
}

div#footer p.privacypolicy {
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
}

div#footer p.privacypolicy a {
	display: inline;
	padding: 0;
	background: none;
	color: #a00;
}

div#footer p.privacypolicy a:hover {
	color: #333;
}

div#footer address {
	font-style: normal;
}

/* clearfix -------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

div#old_contents {
	width: 720px;
	margin: 0 0 40px 60px;
}

div#content div#old_contents {
	margin-left: 0;
}

div#old_contents table.table01,
div#old_contents table.table02,
div#old_contents table.table03 {
	margin-top: 20px;
}

div#old_contents div.top {
	margin-top: 1em;
}

div#old_contents div.top a {
	padding-left: 28px;
	background: url("../../../../library/pc/lib/images/ico_pagetop_01.gif") 11px 50% no-repeat;
	color: #333 !important;
	font-weight: normal;
	text-decoration: none !important;
}

div#old_contents div.top a:hover {
	color: #a00 !important;
}

div#old_contents .txt_nowrap {white-space:nowrap;}
div#old_contents .txt_s {font-size:10px;}

div.annotation {
	background: #ffffd7;
	border: 3px solid #039;
	font-size: 95%;
	padding: 0.5em 0;
	margin: 0 0 25px 60px;
}

div.annotation p {
	color: #f00;
	font-weight: bold;
	line-height: 1.3;
	margin-left: 200px;
	text-decoration: underline;
}

/* rits-top New CSS */

.rits_top_town{
	border:5px solid #dddddd;
	padding:1px;
	width:208px;
	margin:0 0 15px;
	font-size: 84%;
}
.rits_top_town p{
	margin:0;
	padding:0 0 5px;
}
.rits_top_town a{
	color:#333;
	text-decoration:none;
}
.rits_top_town a:hover{
	color:#aa0001;
	text-decoration:underline;
}
.rits_top_town_in{
	width:189px;
	margin:0 auto;
	padding:0;
}
.rits_top_town_in table{
	border:none;
	margin:10px 0 0; 
	padding:0;
	border-collapse:collapse;
}
.rits_top_town_in table th{
	width:57px;
	margin:0;
	padding:0 0 2px;
	padding-right:9px;
	vertical-align:top;
}
.rits_top_town_in table td{
	width:57px;
	margin:0;
	padding:0 9px 10px 0;
	text-align:center;
	vertical-align:top;
}
.rits_top_town_in table th.noPadding,
.rits_top_town_in table td.noPadding{ padding-right:0; }


.rits_top_topics{
	margin:10px 0 10px;
	padding:0;
	width:220px;
	font-size: 84%;
}
.rits_top_topics p{
	margin:0;
	padding:0 0 10px;
	line-height:1.3;
}
.rits_top_topics h4{
	height:22px;
	margin:0 0 10px;
	padding:0;
}
.rits_top_topics_in{
	background:#ededed;
	padding:10px;
	margin:0;
	width:200px;
}

.rits_top_topics_in a{
	color:#aa0001;
	text-decoration:underline;
}
.rits_top_topics_in a:hover{
	color:#ccc;
	text-decoration:underline;
}

.rits_top_topics_in .floatL{
	margin:0;
	padding:0 10px 0 0;
	float:left;
}
div.hide{ clear:both; }
div.hide hr{ display:none; }



