/* CSS Document */

/* =========================================================
	フェアプレイ宣言
	/declaration/index.html
	/declaration/entry.html
	/declaration/download.html
========================================================= */


/* ===============================================
	.numberWrap
=============================================== */
.numberWrap {
	margin: 0 0 10px 13px;
}
.numberWrap img {
	float: left;
}


/* ===============================================
	.inputArea
=============================================== */
.inputArea {
	width: 412px;
	height: 60px;
	margin: 0 0 10px 13px;
	background: url(../images/frm_inpt_bg.gif) no-repeat left top;
}
.inputArea input {
	width: 274px;
	height: 39px;
	margin: 17px 0 0 103px;
	*margin: 14px 0 0 81px;
	padding: 0px 5px;
	border: none;
	font-size: 22px;
}


/* ===============================================
	.downloadBox01
=============================================== */
.downloadBox01 {
	width: 430px;
	margin: 0 0 10px 11px;
	background: url(../images/dl_bg_01.gif) no-repeat left top;
}
.downloadBox01 table{
	width:100%;
}
.tr_a td{
	width:50%;
	text-align:center;
	padding:10px 0 20px 0;
}

.tr_b td{
	width:50%;
	text-align:center;
	padding:10px 0;
	margin-bottom:10px;
}



/* ===============================================
	.downloadBox02
=============================================== */
.downloadBox02 {
	width: 430px;
	margin: 0 0 10px 11px;
	background: url(../images/dl_bg_02.gif) no-repeat left top;
}

.downloadBox02 table{
	width:100%;
}
.tr_a4 td{
	width:50%;
	text-align:center;
	padding:10px 0 10px 0;
}


.error{
	display:none;
	margin:17px 0 -17px 0;
	color:#ea0000;
	background:#ffeeee;
	font-weight:bold;
	text-align:center;
	padding:4px 0 2px 0;
}
#page2{
	display:none;
}
#page3{
}
.spMode{
	display:none;
}

/* ===============================================
	topicsBox
=============================================== */
#topicsBox{
	margin: 0 0 20px 13px;
	padding: 10px;
	width: 432px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border: 1px #aaa solid;     /* 枠線の装飾 */
	background-color: #fefefe;   /* 背景色 */
}
#topicsBox .photo{
	text-align: center;

}