@charset "Shift_JIS";

div#popup {
	width: 560px;
	margin: 0 auto;
	text-align: left;
}

div#popup h1 {
	margin-bottom: 20px;
}

div#popup p {
	padding-bottom: 20px;
}

div#popup table tr td,
div#popup table tr th {
	vertical-align: top;
}

div#popup table tr td h2 {
	padding-bottom: 10px;
}

div#popup table tr td p {
	font-size: 13px;
}


/*	使い方の例
===================================================================*/
table.example p {
	padding-top: 10px;
}

div#popup table tr td#example2 {
	padding-left: 60px;
}

div#popup p.text {
	padding-top: 25px;
}


/*	ポーズワクのダウンロードはこちら
===================================================================*/
div#download {
	padding-top: 20px;
}

div#download h2 {
	padding-bottom: 20px;
	text-align: center;
}

div#download ul {
	width: 450px;
	margin: 0 auto;
	padding-left: 10px;
}

div#download ul li {
	float: left;
	width: 210px;
	margin-right: 10px;
}

div#download ul li a {
	display: block;
	width: 210px;
	height: 40px;
	background: top center no-repeat;
	text-indent: -9999px;
}

div#download ul li a:hover {
	background-position: bottom center;
}

div#download ul li#pdf a {
	background-image: url(../img/create/btn_pdf.gif);
}

div#download ul li#jpg a {
	background-image: url(../img/create/btn_jpg.gif);
}

div#download p {
	clear: both;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 80%;
}


/*	閉じるボタン
===================================================================*/
p.btn_close {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
