@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #222;
	text-align: center;
	font: 13px "ヒラギノ明朝 Pro W6","HiraMinPro-W6",sans-serif;
    *font-size: small;
    *font: x-small;
    background: #fff;
}

table {
	border-collapse: collapse;
    font-size: inherit;
    font: 100%;
}

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

a {
	color: #000;
}

a img {
	border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}

#leftColumn {
	float: left;
	width: 340px;
	margin: 0 20px 0 0;
}

#leftColumn h1 {
	background: url(/images/jyounetsusuteruna/jacket.jpg) no-repeat top left;
	width: 340px;
	height: 0;
	padding: 340px 0 0 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#leftColumn dl {
	font-size: 12px;
}

#leftColumn dl dt {
	float: left;
	width: 4em;
}

#leftColumn dl dd {
	margin: 0 0 0 4em;
}

#rightColumn {
	margin: 0 0 0 360px;
}

#rightColumn h2 {
	background: url(/images/jyounetsusuteruna/title.png) no-repeat top left;
	width: 295px;
	height: 0;
	padding: 48px 0 0 0;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#rightColumn h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
	line-height: 1;
}

#rightColumn .copy {
	margin: 0 0 40px 0;
}

#rightColumn p {
	line-height: 160%;
	margin: 0 0 10px 0;
}

ol.left {
	float: left;
	width: 280px;
	margin: 0 20px 0 20px;
}

ol.right {
	width: 280px;
	margin: 0 0 0 320px;
}

ol li {
	font-weight: bold;
	margin: 0 0 20px 0;
}

ol li p {
	font-size: 85%;
}

ol li dl {
	font-size: 85%;
	margin: 5px 0;
}

ol li dt {
	float: left;
}

blockquote {
	background: url(/images/jyounetsusuteruna/quote.png) no-repeat top left;
	padding: 0 0 0 36px;
	margin: 0 0 40px 0;
	font-size: 93%;
	font-style: italic;
}

#footer {
	border-top: 1px dotted #666;
	padding: 5px 0 0 0;
}

#footer p {
	font-family: Verdana;
	font-size: 85%;
}





