@charset "utf-8";

/*===== elements =====*/
html,
body {
	color: #555;
	background: #fff;
}

body {
	max-width: 950px;
	font: 80% sans-serif;
	margin: 1.2em auto;
}
* html body {
	width: 950px;
} /* IE6 hack */

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
	padding: 0;
} /* HTML5 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

section {
	clear: both;
}

table {
	border-collapse: collapse;
}

table,
th,
td {
	border: 1px solid #000;
}

th,
td {
	text-align: left;
	padding: 0.25em 0.5em;
}

thead th {
	text-align: center;
}

strong,
em {
	font-style: normal;
	font-weight: bold;
}

a,
a:link {
	color: #444;
}

a:visited {
	color: #666;
}

a:hover,
a:focus,
a:active {
	color: #222;
	text-decoration: underline;
}

p.link a {
	background: url("../images/link-arrow.gif") no-repeat left center;
	padding-left: 13px; /* image 8px + padding 5px */
}

abbr {
	border-bottom: none;
}

abbr:after {
	content: "="attr(title);
}

img {
	border: none;
}

/* block*/
div.heading-A,
div.heading-B,
div.heading-C,
div.heading-D {
	clear: both;
}

div.paragraph-group,
div.list,
div.list-disc,
div.list-num,
div.list-link,
div.table-A,
div.table-B,
div.figure,
div.figure-ib,
div.figure-figleft {
	clear: both;
	margin: 1em 1em 1em 2em;
}

div.paragraph-group p {
	text-align: justify;
}

div.figure-figleft div.paragraph-group,
div.figure-B div.paragraph-group,
div.figure-figleft div.list,
div.figure-B div.list,
div.figure-figleft div.list-disc,
div.figure-B div.list-disc,
div.figure-figleft div.list-num,
div.figure-B div.list-num,
div.figure-figleft div.list-link,
div.figure-B div.list-link {
	clear: none;
}

/* heading */
div.heading-title {
	background: #ecfffb;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

div.heading-title h1,
div.heading-title h2,
div.heading-title h3,
div.heading-title h4,
div.heading-title h5,
div.heading-title h6 {
	color: #000;
	font: bold 200% 'メイリオ', 'ヒラギノ角ゴ W3', sans-serif;
}

div.heading-title div.catch {
	margin-top: 1em;
}

div.heading-title strong {
	font-size: 150%;
	font-weight: bold;
}

div.heading-A h1,
div.heading-A h2,
div.heading-A h3,
div.heading-A h4,
div.heading-A h5,
div.heading-A h6 {
	background: #fff url(../images/heading-A.gif) repeat-x center bottom;
	border-left: 5px solid #0c9;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
	padding: 0.4em 0.5em;
}

div.heading-B h1,
div.heading-B h2,
div.heading-B h3,
div.heading-B h4,
div.heading-B h5,
div.heading-B h6 {
	border-bottom: 2px solid #eee;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 1em 1em;
	padding: 3px;
}

div.heading-C h1,
div.heading-C h2,
div.heading-C h3,
div.heading-C h4,
div.heading-C h5,
div.heading-C h6 {
	font-weight: bold;
	margin: 1em 0 1em 1.5em;
}

div.heading-D a {
	display: block;
}

/* list */
div.list-disc li {
	position: relative;
	left: 1em;
	list-style: disc;
}

div.list-num li {
	position: relative;
	left: 1em;
	list-style: decimal;
}

div.list-link li {
	margin-left: 1em;
}

div.list-link li a {
	background: url(../images/link-arrow.gif) no-repeat left 0.3em;
	margin-left: -1em;
	padding-left: 13px; /* image 8px + padding 5px */
}
*:first-child+html div.list-link li a {
	display: block;
} /* IE7 hack */
* html div.list-link li a {
	display: block;
} /* IE6 hack */

div.list-num dl {
	counter-reset: dt 0;
}

div.list dt,
div.list-disc dt,
div.list-num dt {
	font-weight: bold;
}

div.list dd + dt,
div.list-disc dd + dt,
div.list-num dd + dt {
	margin-top: 0.5em;
}

div.list-disc dt:before {
	content: "・";
	font-family: monospace;
}

div.list-num dt:before {
	content: counter(dt) ". ";
	counter-increment: dt;
}

div.list dd,
div.list-disc dd,
div.list-num dd {
	position: relative;
	left: 1em;
}

/* table */
div.table-A thead th,
div.table-B th {
	color: #000;
	background: #eee;
}

div.table-A tbody th,
div.table-B th {
	font-weight: normal;
}

/* figure */
div.figure figure,
div.figure figcaption,
div.figure-ib figure,
div.figure-ib figcaption,
div.figure-figleft figure,
div.figure-figleft figcaption {
	line-height: 1;
}

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

div.figure figure:first-child {
	margin-top: 0;
}

div.figure-ib figure {
	display: inline-block;
	margin-left: 1em;
}

div.figure-ib figure:first-child {
	margin-left: 0;
}

div.figure-figleft figure {
	float: left;
	margin-right: 1%;
	padding-bottom: 1em;
	width: 34%;
}

div.figure-figleft div.text {
	float: left;
	width: 65%;
}

div.figure-figleft div.text div:first-child {
	margin-top: 0;
}

/*===== header =====*/
#page-header {
	border-bottom: 3px solid #2b9;
}

#page-header h1 {
	color: #16a673;
	font: bold 150% 'メイリオ', 'ヒラギノ角ゴ W3', sans-serif;
}

#page-header h1 a {
	color: #33a577;
	text-decoration: none;
}

#page-header div.nav {
	margin: -16px 0 0.5em 0;
}

#page-header div.nav p {
	font-size: 80%;
}

#page-header div.nav p span.company-name {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}

#page-header div.nav li,
#page-footer div.nav li {
	display: inline;
}

#page-header div.nav,
#page-footer div.nav {
	text-align: right;
}

#page-header div.nav li,
#page-footer div.nav li {
	border-left: 1px solid #ccc;
	padding-left: 0.3em;
}

#page-header div.nav li:first-child,
#page-footer div.nav li:first-child {
	border-left: none;
}

#page-header div.nav li a,
#page-footer div.nav li a {
	margin: 0 0.3em;
}

nav.global-nav {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #0d9;
	margin-bottom: 1em;
}

nav.global-nav:after {
	clear: both;
	display: block;
	content: "　";
	height: 0;
}

nav.global-nav li {
	float: left;
	background: #fff;
	border-right: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	margin: 0.3em 0;
	padding: 0 1em;
}

nav.global-nav li a {
	text-decoration: none;
}

nav.global-nav li em.my-category a,
nav.global-nav li em.myself {
	background: #dff;
}

p.topic-path {
	clear: both;
	margin: 0.5em;
}

p.topic-path span.separator {
	padding: 0.4em;
}

/*===== body =====*/
#page-header + #page-body {
	margin-top: 2em;
}

#page-body {
	clear: both;
	border: 1px solid #ccc;
	height: 100%;
}

#page-body:after {
	clear: both;
	content: "　";
	display: block;
	height: 0;
}

/*===== contents =====*/
#page-contents {
	float: left;
	line-height: 1.5;
	width: 78.8%;
}
* html #page-contents {
	width: 79.6%;
} /* IE6 hack */

/*===== contents-footer =====*/
#contents-footer {
	clear: both;
	padding-top: 1em;
}

#contents-footer aside {
	border: 1px solid #8dc;
	border-radius: 1em;
	margin: 2em auto 0;
	width: 80%;
}

#page-contents #contents-footer section {
	border: 1px solid #ccc;
	margin: 2em auto;
	padding: 0 0 0.5em;
	width: 95%;
}

#contents-footer section h1,
#contents-footer section h2,
#contents-footer section h3,
#contents-footer section h4,
#contents-footer section h5,
#contents-footer section h6 {
	margin: 0;
	border-left: none;
}

#contents-footer section ul li {
	margin: 0.5em 2%;
	display: inline-block;
	width: 45.5%;
	vertical-align: top;
}
*:first-child+html #contents-footer section ul li {
	display: inline;
} /* IE7 hack */
* html #contents-footer section ul li {
	display: inline;
	width: 45.4%;
} /* IE6 hack */

#contents-footer section ul li a {
	background-image: url("../images/link-arrow_relations.gif");
}

#contents-footer section.seminar div h1,
#contents-footer section.contact div h1 {
	color: #fff;
	background: #2ac096;
}

#contents-footer section.seminar li {
	margin: 1em 0 0;
	display: block;
	width: 100%;
}

#contents-footer section.seminar li + li {
	margin-top: 1em;
}

#contents-footer section.contact div.contact-buttons {
	text-align: center;
}

#contents-footer section.contact div.contact-buttons div.button {
	border: 1px solid #ccc;
	border-radius: 0.5em;
	margin: 0 5px 1em;
	padding: 0.5em 0;
	width: 270px;
	display: inline-block;
	background: #eff;
}
*:first-child+html #contents-footer section.contact div.contact-buttons div.button {
	display: inline;
} /* IE7 hack */
* html #contents-footer section.contact div.contact-buttons div.button {
	display: inline;
} /* IE6 hack */

#contents-footer section.contact div.contact-buttons div.button p {
	color: #118566;
	font-weight: bold;
}

#contents-footer section.book ul li,
#contents-footer section.cases ul li {
	vertical-align: bottom;
	margin: 0.5em 1%;
	width: 30.5%;
}

#contents-footer section.book ul li img,
#contents-footer section.cases ul li img {
	display: block;
}

/*===== sidebar =====*/
#sidebar {
	float: right;
	border-left: 1px solid #ccc;
	line-height: 1.2;
	width: 21%;
}

#sidebar section,
#sidebar aside,
#sidebar nav {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#sidebar section h1,
#sidebar aside h1 {
	border-bottom: 1px solid #ccc;
	color: #fff;
	background: #777;
	margin: -10px -10px 1em -10px;
	padding: 0.4em 0.5em;
}

#sidebar aside.seminar h1,
	#sidebar section.contact h1 {
	color: #fff;
	background: #2ac096;
}

#sidebar nav h1 {
	font-weight: bold;
}

#sidebar ul {
	margin: 1em 0;
}

#sidebar nav ul {
	margin: 0;
}

#sidebar li {
	margin: 1em 0 1em 1em;
}

#sidebar nav li {
	margin: 0.5em 0 0.5em 1em;
}

#sidebar li a {
	background: url("../images/link-arrow.gif") no-repeat left center;
	margin-left: -1em;
	padding-left: 13px; /* image 8px + padding 5px */
}

#sidebar nav li a,
#sidebar nav li em.myself {
	background: url("../images/localnav-icon.gif") no-repeat left center;
	margin-left: -1em;
	padding-left: 12px; /* image 7px + padding 5px */
}

#sidebar li a span.title {
	display: block;
}

#sidebar p.list-link {
	text-align: right;
}

#sidebar aside.banner li a {
	background: none;
}

#sidebar div.button {	
	border: 1px solid #ccc;
	border-radius: 0.5em;
	margin: 5px 0;
	padding: 10px 0;
	width: 100%;
	background: #eff;
}

#sidebar div.button p {	
	margin: 0 auto;
	color: #118566;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

/*===== footer =====*/
#page-footer {
	clear: both;
	padding-top: 2em;
}

#page-footer p.company {
	float: left;
	font-weight: bold;
}

#page-footer small {
	display: block;
	border-top: 2px solid #0d9;
	margin-top: 1em;
	padding-top: 0.5em;
}

