@charset "UTF-8";
/*---------------------------------------------------------
	TAKEO PAPER SHOW popup page	cascading style sheet
	  * =1= whole page
	  * =2= header area
	  * =3= contents
	  * === layout style
----------------------------------------------------------*/
/* =1= whole page
----------------------------------------------------------*/
h1, h2, h3, ul, li, p, div, a, table, tr, th, td, dl, dt, dd {
	margin: 0;
	padding: 0;
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	list-style: none;
	text-indent: 0;
}
* html body {
    font-size: 75%;
}
*:first-child+html body {
    font-size: 75%;
}
body {
	margin: 0;
	padding: 0;
	_text-align: center;
}
body img{
	line-height: 0;
	border: none;
}
#page {
	margin: 0 auto 20px;
	border: 1px solid #ccc;
	width: 600px;
	text-align:left;
}

/* =2= header area
----------------------------------------------------------*/
#header {
	padding: 15px 15px 24px;
}
#header .logo{
	width: 315px;
	float: left;
}
#header .close{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;e
}

/* =3= contents
----------------------------------------------------------*/
#contents {
	clear: both;
	padding: 0 15px;
}

.pulink img {
	margin-bottom:-2px;
}

#sample {
	width: 200px;
	float: left;
}

#detail {
	float: right;
	width: 345px;
}
#detail h2{
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #202020;
}
#detail dl {
	padding: 0 6px;
}
#detail dl dt{
	font-size: 14px;
	color: #202020;
}
#detail dl dd{
	margin-bottom: 16px;
}

.pulink a{
	padding: 0 2px;
}
.pulink a:link, .pulink  a:visited {
	text-decoration: underline;
}
.pulink a:hover, .pulink  a:active {
	text-decoration: none;
}


.data .sp {
	padding-top: 8px;
}

#contents .close{
	clear:both;
	padding: 20px;
	text-align: center;
}


/* === layout style
----------------------------------------------------------*/
.block{
	_zoom : 1;
}
.block:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

