@charset "UTF-8";
/* --------------------------------
絶対座標によるレイアウト
-------------------------------- */
.read {
	padding: 0 0 30px 0;
}
.section {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	width: 820px;
}
.section p {
	margin-bottom: 10px;
}
.caption {
	font-size: 9pt;
	line-height: 1.4;
}
.sctLeft { float: left; }
.sctRight { float: right; }

/* #block1 */
#block1 h3 { margin-bottom: 20px }
/* #block2 */
#block2 { padding: 20px 20px 30px 0; }
#block2 .sctLeft { width: 340px; }
#block2 .sctRight {
	border-top: 4px solid #e6e6e6;
	border-bottom: 4px solid #e6e6e6;
	width: 430px;
}
/* */
#iPod {
	border-right: 4px solid #e6e6e6;
	border-left: 4px solid #e6e6e6;
	height: 181px;
}
#iPod p {
	margin: 0 18px;
}
#iPod p#ttl {
	padding: 16px 0 8px 0;
}
#iPod p#lnk {
	padding: 30px 0 0 60px;
}
/* #block3 */
#block3 { padding: 20px 0 30px 0; }
#block3 .sctLeft { width: 160px; }
#block3 .sctRight { width: 640px; }
#block3 h3 { margin-bottom: 10px }
#block3 p a {
	font-weight: bold;
	background: transparent url(../linkmark.html) no-repeat 0 45%;
	text-decoration: none;
	padding-left: 10px;
}
#block3 p a:active,
#block3 p a:hover {
	text-decoration: underline;
}

/* -------------------------------- */
h4 {
	font-size: 11pt;
	margin-bottom: 4px
}

dt {
	clear: both;
	font-weight: bold;
	padding-top: 5px;
	float: left;
	width: 110px;
}
dd {
	padding-top: 4px;
	margin-left: 110px;
}
/* --------------------------------
.clearfix
-------------------------------- */
.section:after,
.section2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.section,
.section2 { display: inline-block; }
/* \*/
* html .section,
* html .section2 { height: 1%; }
.section,
.section2 { display: block; }
/* End hide from IE-mac */
