/*　デジタルムーン追加　*/
.error-message{
	color:#FF0000;
	margin:0px 0px 0px 0px;
	
	
	}
div#err {
	width:570px;
	margin:3px;
	padding:5px;
	/*border: 2px solid #cccccc;*/
	border: 2px solid #999999;
	color:#333333;
	text-align:left;
}

/* 星野追加分 */
.button-double{
	float:left;
	margin:0px 10px 0px 0px;
}
.party-red{
	color:#FF0000;
	font-weight:bold;
}
/* 2006.8.14 橋本追加 */
.partyentry-puti-title{
	font-size: 12px; 
	line-height:100%; 
	font-weight: 
	bold; color: #FFFFFF; 
}

/* 2006.09.25 アクセスログ用（星野追加） */
#kanri{
background-color: #ffffff;
margin-top:0px;
color:#333;
font-size: 90%;
line-height: 100%;
text-align:center;
}
#kanri .outer{
	margin:10px 0px 0px 0px;
	width:760px;
	text-align:left;
}
#kanri .contents{
	width:600px;
	text-align:left;
	font-size: 90%;
	line-height: 100%;
}

/* H1 H2
--------------------------------------------------------*/
#kanri h1 {
	font-size: 150%;
	line-height: 100%;
	color:#666;
}
#kanri h2 {
	
	font-size: 130%;
	line-height: 120%;
	font-weight:normal;
}

/*テーブル
---------------------------------------------------*/
#log_tbl table{
	background:#999;
	padding:0px 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 600px;
}
#log_tbl td{
	background-color:#fff;
	font-size: 90%;
	text-align:center;
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
}
#log_tbl th{
	background-color:#EAF2FF;
	font-size: 90%;
	text-align:center;
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}

#kanri .cap {
	border :1px dotted #999999;
	width: 90%;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	line-height: 130%;
}

/*追加分
---------------------------------------------------*/
.nagare-tbl {
	border: 1px solid #999999;
}

/* 2007.10.18 星野 リンク色変更 */
#text_link	{ font-size : 12px; text-decoration:underline; color: #003399;}
