@charset "UTF-8";


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

index CSS File

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

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

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

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

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

#container {
	width: 590px;
}

/* * * * * * * * * * * * * * * * * *
gadget
* * * * * * * * * * * * * * * * * */
table.newsTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

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

table.newsTable th {
	padding: 8px 0px 8px 12px;
	width:150px;
	color: #5B5245;
	font-weight: normal;
	text-align:left;
}

table.newsTable td {
	padding: 8px 0px;
}

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

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

table#newsTableAttention {
	width: 90%;
	margin-left:50px;
	magin-right:auto;
}

table.newsTable tr.dotline td {
	padding:0px;
}

div.layout {
	width:570px;
	margin-left:auto;
	margin-right:auto;
}

/* メールアドレス幅設定 */
input.mailaddress {
	width:380px;
}


