@charset "UTF-8";


/**************************************

index CSS File

***************************************/

/* タイトル
 * * * * * * * * * * * * * * * */
#container h2 {
	font-size: 9.5pt;
}

#container h2 em {
	display: block;
	padding-left: 0px;
	height: 78%;
	width: 380px;
	text-align: center;
}

h2#gadgetTitle {
	height: 36px;
}

h2#gadgetTitle em {
	font-size:13pt;
	padding-top: 8px;
}

div.gadgetContainer {
	padding: 0 4px 5px;
	background: #FFFFFF;
}


/**************************************
gadget
***************************************/
table.newsTable {
	width: 100%;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
}

table.newsTable tr {
	background: url(../../img/common/dotline_01.gif) left bottom repeat-x;
}

table.newsTable th {
	padding: 10px 12px;
	width: 6em;
	color: #5B5245;
	font-weight: normal;
}

table.newsTable td {
	padding: 10px 6px;
}

table.newsTable td.input {
	text-align:left;
}

table.newsTable tr.nonBorder {
	background:none;
}

/* セキュリティステッカー */
.stickerWrap {
	position:absolute;
	width:100%;
	top:540px;
	left:0px;
}
.stickerBg {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
.stickerBg input {
	height:auto;
}
