/* CSS Document */

#contents {
	padding: 49px 0 70px;
	background-color: #FFF;
}
#sub {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#sub h1 {
	font-size: 3em;
	margin-bottom: 1.4em;
	text-align: center;
	font-weight: bold;
}
#sub h2 {
	font-size: 1.8em;
	margin-bottom: 1.4em;
	border-bottom: double #FB2122 3px;
	color: #FB2122;
	padding: 0.2em 0;
}
#sub h3 {
	font-size: 1.4em;
	margin-bottom: 0.7em;
	margin-top: 2.1em;
	font-weight: bold;
}
#sub p {
	font-size: 1.4em;
	line-height: 160%;
	margin-bottom: 1.4em;
}
#sub ol {
	margin-bottom: 1.4em;
	list-style-position: outside;
	padding: 0 2.8em 0 3.5em;
}
#sub ol li {
	font-size: 1.4em;
	line-height: 125%;
	margin-bottom: 0.7em;
}
#sub ul {
	margin-bottom: 1.4em;
	list-style-position: outside;
	padding: 0 2.8em 0 3.5em;
	list-style-type: disc;
}
#sub table {
	width: 100%;
	margin-bottom: 2.8em;
}
#sub ul li {
	font-size: 1.4em;
	line-height: 125%;
	margin-bottom: 0.7em;
}
#sub td {
	font-size: 1.4em;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 0.7em;
}
#sub iframe {
	width: 770px;
	height: 442px;
	margin-top: 21px;
}

/* --- 山本伸一 --- */

#yamamoto h3 {
	margin: 0;
}
#yamamoto p {
	margin: 0;
}


/* --- フッタ --- */

#subFooter {
	width: 100%;
	height: 196px;
	background-image: url(../images/subFooter_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#subFooter2 {
	width: 840px;
	height: 147px;
	margin: 0 auto;
	padding-top: 42px;
	background-image: url(../images/subFooter2_bg.jpg);
	background-repeat: repeat-x;
}
#subFooter ul {
	width: 840px;
	margin-bottom: 28px;
}
#subFooter ul li {
	display: inline;
	font-size: 1.4em;
	padding: 0 1em;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}
#subFooter ul li.bnone {
	border-right: none;
}
#subFooter address {
	font-size: 1.3em;
}
#subFooter h5 {
	display: none;
}
#sub iframe {
	width: 763px;
	height: 462px;
	margin: 0 auto 35px;
	padding: 0 7px 0 0;
	background-color: #EEE;
	border: none;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
}

* html {
	overflow: auto;
	width: 100%;
	height: 100%;
}
