@charset "utf-8";
/* ///////////////////////////////////////////////////////////////////
ACCS - parts.css for all pages. 

[topicPath]
[pageTitle]
[navLocal]
[navWithinPage]
[section]
[tweet]
[heading, paragraph, list, inline elements]
[table]
[form]
[viewMore]
[txtLink]
[notes]
[signature]
[listColumnGroup]
[photo]
[button]
[entry elements]
[goPageTop]

Copyright (C) KAYAC Co., Ltd. All rights reserved.
/////////////////////////////////////////////////////////////////// */

/* =========================================================
■topicPath
========================================================= */
div#content div#main div#topicPath {
	margin: 0 5px 10px;
}

div#content div#main div#topicPath ol {
}

div#content div#main div#topicPath ol li {
	display: inline;
	padding-left: 10px;
	background-image: url(/img/common/ico_topicpath_01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#content div#main div#topicPath ol li.home {
	padding-left: 0;
	background-image: none;
}



/* =========================================================
■pageTitle
========================================================= */
/* h1
----------------------------------------------- */
div#content div#main h1 {
	margin: 0 0 10px;
}



/* =========================================================
■navLocal
========================================================= */
div#content div#main div.section div#navLocal {
	position: relative;
	height: 45px;
	background: url(/img/common/bg_lnav_01.gif) no-repeat 0 100%;
}

div#content div#main div.section div#navLocal ul {
	position: absolute;
	top: 0;
	left: 21px;
	margin: 0;
	padding: 0;
}

div#content div#main div.section div#navLocal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}



/* =========================================================
■navWithinPage
========================================================= */
div#content div#navWithinPage {
	width: 680px;
	margin: 10px auto 15px;
	background: #FCE792 url(/img/common/box_wnav_top_01.gif) no-repeat 0 0;
}

div#content div#navWithinPage ul {
	padding: 5px 20px;
	background: url(/img/common/box_wnav_btm_01.gif) no-repeat 0 100%;
}

div#content div#navWithinPage ul li {
	float: left;
	margin-right: 10px;
	padding-left: 13px;
	background: url(/img/common/ico_wnav_01.gif) no-repeat 0 0.4em;
	line-height: 1.5;
}


/* navWithinPage (in section)
----------------------------------------------- */
div#content div#main div.section div#navWithinPage {
	width: 640px;
	margin: 10px auto 15px;
	padding: 0;
	background: #FCE792 url(/img/common/box_wnav_top_02.gif) no-repeat 0 0;
}

div#content div#main div.section div#navWithinPage ul {
	margin: 0;
	padding: 5px 20px;
	background: url(/img/common/box_wnav_btm_02.gif) no-repeat 0 100%;
}

div#content div#main div.section div#navWithinPage ul li {
	margin: 0;
	padding: 0;
	margin-right: 10px;
	padding-left: 13px;
	background: url(/img/common/ico_wnav_01.gif) no-repeat 0 0.4em;
}



/* =========================================================
■section
========================================================= */
div#content div#main div.section {
	margin: 15px 0;
	background: url(/img/common/box_section_mdl_01.gif) repeat-y 0 0;
}

div#content div#main div.section div.sectionInner {
	padding: 15px 0 0;
	background: url(/img/common/box_section_top_01.gif) no-repeat 0 0;
}

div#content div#main div.section div.sectionEnd {
	padding: 0 0 10px;
	background: url(/img/common/box_section_btm_01.gif) no-repeat 0 100%;
}

div#content div#main div.section div.sectionEnd hr {
	display: none;
}



/* =========================================================
■tweet
========================================================= */
div#content div.section div#tweet {
	margin: 10px 25px -15px;
	text-align: right;
}



/* =========================================================
■heading, paragraph, list, inline elements
========================================================= */
div#content div#main div.section h2 {
	margin: 0 25px 20px;
}

div#content div#main div.section h3 {
	margin: 30px 25px 15px;
	padding-bottom: 7px;
	background: url(/img/common/line_dashed_01.gif) repeat-x 0 100%;
	color: #221E1F;
}

div#content div#main div.section h4 {
	margin: 15px 25px 5px;
	color: #221E1F;
	font-weight: bold;
}

div#content div#main div.section p,
div#content div#main div.section address,
div#content div#main div.section ul,
div#content div#main div.section ol,
div#content div#main div.section dl,
div#content div#main div.section table {
	margin: 0 25px 20px;
	color: #555555;
	line-height: 1.5;
}


/* inline
----------------------------------------------- */
div#content div#main div.section strong {
	font-weight: bold;
}


/* list
----------------------------------------------- */
div#content div#main div.section ul li {
	margin: 0 0 5px;
	padding-left: 13px;
	background: url(/img/common/ico_ul_01.gif) no-repeat 0 0.5em;
}

div#content div#main div.section ol {
	padding-left: 25px;
}

* html div#content div#main div.section ol {
	padding-left: 30px;
}

*+html div#content div#main div.section ol {
	padding-left: 30px;
}

div#content div#main div.section ol ul {
	margin: 0 25px 20px;
}

div#content div#main div.section ol ul li {
	list-style: none;
}

div#content div#main div.section dl dt {
	margin: 0 0 5px;
	padding-left: 10px;
	border-left: 3px #FAAF3F solid;
	font-weight: bold;
	line-height: 1.5;
}

div#content div#main div.section dl dd {
	margin: 0 0 5px;
	margin-left: 13px;
}


/* ----- summaryList ----- */
div#content div#main div.section dl.summaryList dt {
	float: left;
	width: 7em;
	margin: 0 0 5px;
	padding-left: 0;
	border-left: none;
	line-height: 1.5;
}

div#content div#main div.section dl.summaryList dd {
	margin: 0 0 5px;
	margin-left: 7.5em;
}

div#content div#main div.section dl.summaryList dd img {
	margin-left: 5px;
	vertical-align: middle;
}



/* =========================================================
■table
========================================================= */
div#content div#main div.section table {
	width: 640px;
}

div#content div#main div.section table caption {
	padding-bottom: 5px;
	color: #221E1F;
	font-weight: bold;
}

div#content div#main div.section table th,
div#content div#main div.section table td {
	padding: 10px;
	border: 1px #999999 solid;
	line-height: 1.5;
	vertical-align: top;
}

div#content div#main div.section table th {
	background: #DDDDDD;
}

div#content div#main div.section table td p,
div#content div#main div.section table td address,
div#content div#main div.section table td ul,
div#content div#main div.section table td ol,
div#content div#main div.section table td dl{
	margin: 0 0 10px;
}

div#content div#main div.section table td.num {
	text-align: right;
}


/* Basic
----------------------------------------------- */
div#content div#main div.section table.tblBasic th {
	width: 80px;
	border-right: 0;
	background: #DDDDDD;
}

div#content div#main div.section table.tblBasic th.sub {
	border-left: 0;
	border-right: 1px #999999 solid;
	background: #FFFDF3;
	font-weight: bold;
}

div#content div#main div.section table.tblBasic td {
	border-left: 0;
}



/* Simple
----------------------------------------------- */
div#content div#main div.section table.tblSimple th {
	width: 140px;
	font-weight: bold;
	border-right: 0;
	background: #FFFDF3;
}

div#content div#main div.section table.tblSimple td {
	border-left: 0;
}

div#content div#main div.section table.tblSimple td table {
	width: 476px;
	margin: 0 0 10px;
	border: 1px #999999 solid;
}


/* Form
----------------------------------------------- */
div#content div#main div.section table.tblForm {
	border: 1px #999999 solid;
}

div#content div#main div.section table.tblForm th {
	width: 135px;
	padding: 10px;
	font-weight: bold;
	border-right: 0;
}

div#content div#main div.section table.tblForm td {
	padding: 10px;
	border-left: 0;
}


/* Calendar
----------------------------------------------- */
div#content div#main div.section table.tblCalendar {
	border: 1px #999999 solid;
}

div#content div#main div.section table.tblCalendar th {
	width: 135px;
	border-right: none;
	background: #FFFDF3;
}

div#content div#main div.section table.tblCalendar td {
	border-left: none;
}

div#content div#main div.section table.tblCalendar td img {
	margin-left: 5px;
	vertical-align: middle;
}



/* =========================================================
■form
========================================================= */
div#content div#main div.section table.tblForm td input.sizeL,
div#content div#main div.section table.tblForm td textarea.sizeL,
div#content div#main div.section table.tblForm td input.sizeS,
div#content div#main div.section table.tblForm td textarea.sizeS {
	border: 1px #BBBBBB solid;
	background-color: #DDDDDD;
}

div#content div#main div.section table.tblForm td input.sizeL {
	width: 300px;
}

div#content div#main div.section table.tblForm td textarea.sizeL {
	width: 450px;
	height: 5em;
}

div#content div#main div.section table.tblForm td input.sizeS {
}

div#content div#main div.section table.tblForm td textarea.sizeS {
}


/* required
----------------------------------------------- */
div#content div#main div.section .required {
	color: #FF0000;
}



/* errorMessage
----------------------------------------------- */
div#content div#main div.section p.errorMessage {
	color: #FF0000;
	font-weight: bold;
}



/* =========================================================
■viewMore
========================================================= */
div#content div#main div.section p.viewMore {
	clear: both;
	padding: 0 5px;
	font-size: 75%;
	line-height: 1.5;
	text-align: right;
}

div#content div#main div.section p.viewMore span {
	padding: 2px 0;
	padding-left: 20px;
	background: url(/img/common/ico_link_01.gif) no-repeat 0 50%;
}



/* =========================================================
■txtLink
========================================================= */
div#content div#main div.section span.txtLink {
	padding: 2px 0;
	padding-left: 20px;
	background: url(/img/common/ico_link_01.gif) no-repeat 0 50%;
	font-weight: bold;
}



/* =========================================================
■notes
========================================================= */
div#content div#main div.section ul.notes {
	margin-top: -15px;
}

div#content div#main div.section ul.notes li {
	margin: 0;
	padding-left: 1em;
	background: none;
	text-indent: -1em;
}

div#content div#main div.section p.notes {
	padding-left: 1em;
	text-indent: -1em;
}


/* =========================================================
■signature
========================================================= */
div#content div#main div.section p.signature {
	text-align: right;
}


/* =========================================================
■listColumnGroup
========================================================= */
div#content div#main div.section div.listColumnGroup {
	width: 640px;
	margin: 0 auto;
}

div#content div#main div.section div.listColumnGroup ul {
	float: left;
	width: 320px;
	margin: 0 0 20px;
}



/* =========================================================
■photo
========================================================= */
/* div
----------------------------------------------- */
div#content div#main div.entry div.photo {
	float: right;
	width: 250px;
}

div#content div#main div.entry div.photo {
}


/* p
----------------------------------------------- */
div#content div#main div.entry div.photo p {
	text-align: center;
}

div#content div#main div.entry p.photo {
	float: right;
}


/* ul
----------------------------------------------- */
div#content div#main div.section div.photo ul li {
	margin: 0 0 10px;
	padding-left: 0;
	background: none;
}

div#content div#main div.section ul.photo li {
	margin: 0 0 10px;
	padding-left: 0;
	background: none;
}


/* span
----------------------------------------------- */
div#content div#main div.section .photo span {
	font-weight: bold;
	font-size: 75%;
}



/* =========================================================
■button
========================================================= */
/* btnBasic
----------------------------------------------- */
div#content div#main div.section .btnBasic {
}

div#content div#main div.section ul.btnBasic li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
}


/* btnSubmit
----------------------------------------------- */
div#content div#main div.section .btnSubmit {
	text-align: center;
}

div#content div#main div.section ul.btnSubmit li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	background: none;
}

div#content div#main div.section .btnSubmit input {
	vertical-align: bottom;
}



/* =========================================================
■entry elements
========================================================= */
/* heading
----------------------------------------------- */
div#content div#main div.entry h2 {
	margin: 15px 25px 20px;
	padding-bottom: 7px;
	background: url(/img/common/line_dashed_01.gif) repeat-x 0 100%;
	font-weight: bold;
}

div#content div#main div.entry h3 {
	margin: 15px 25px 5px;
	padding-bottom: 0;
	background: none;
	color: #221E1F;
	font-weight: bold;
}

div#content div#main div.entry h4 {
	margin: 10px 25px 5px;
	color: #555555;
	font-weight: bold;
}


/* date
----------------------------------------------- */
div#content div#main div.entry p.date {
	margin-top: -15px;
	font-weight: bold;
	text-align: right;
}


/* navPager
----------------------------------------------- */
div#content div#main div.entry ul.navPager {
	text-align: center;
	margin: 20px 0;
}

div#content div#main div.entry ul.navPager li {
	display: inline;
	margin: 0 30px;
	padding: 2px 5px;
	background: none;
	font-size: 75%;
	line-height: 1.5;
}

div#content div#main div.entry ul.navPager li.prev {
	top: 0;
	left: 0;
	padding-left: 20px;
	background: url(/img/common/ico_link_02.gif) no-repeat 0 50%;
}

div#content div#main div.entry ul.navPager li.next {
	top: 0;
	right: 0;
	padding-right: 20px;
	background: url(/img/common/ico_link_01.gif) no-repeat 100% 50%;
}


/* =========================================================
■goPageTop
========================================================= */
div#content p.goPageTop {
	clear: both;
	padding: 0 5px;
	font-size: 75%;
	line-height: 1.5;
	text-align: right;
}

div#content p.goPageTop span {
	padding: 2px 0;
	padding-left: 20px;
	background: url(/img/common/ico_gopagetop_01.gif) no-repeat 0 50%;
}

div#content p.pageEnd {
	padding: 25px 5px 0;
}

div#content div#main div.section p.goPageTop {
	margin: 20px 25px 20px;
	padding: 0;
}

