/* -------------- MSN english -------------- */

/* -- メニュー -- */
.on_fx{
	padding: 3px 4px 0px 4px;
	height: 20px;
	background-color: #444444;
	background-image: url("../images/menu_main_on.gif");
	font-weight: bold;
}
.on_l_fx{
	width: 3px;
	height: 20px;
	background-image: url("../images/menu_main_on_l.gif");
	background-repeat: no-repeat;
}
.on_r_fx{
	width: 6px;
	height: 20px;
	background-image: url("../images/menu_main_on_r.gif");
	background-repeat: no-repeat;
}
	/* -- サブメニュー -- */
	#menu_sub_fx{
		height: 25px;
		padding-left: 15px;
		background-color: #777777;
		background-image: url("../images/menu_sub.gif");
	}
		/* -- 各サブメニュー -- */
		.line{
			width: 9px;
			vertical-align: middle;
		}

	/* -- 検索エリア -- */
	#search_eng{
		padding: 3px 0px 3px 0px;
		background-color: #9A9A9A;
		color: #ffffff;
		font-weight: bold;
		text-align: right;
	}

/* -- サイドメニュー -- */
#ad_box{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

/* -- 新着記事 -- */
#eng_entry{
	font-family: Tahoma, sans-serif, Arial;
}
#eng_entry div.right{
	margin-bottom: 25px;
}
.eng_entrylist{
	line-height: 150%;
	font-size: 13px;
	margin-left: 10px;
}
.eng_entrylist p{
	margin: 0px 0px 5px 0px;
}
.eng_entrylist a{
	font-size: 12px;
}

/* -- 記事 -- */
#eng_main{
	margin-bottom: 5px;
}
.eng_entry{
	letter-spacing: 1px;
	line-height: 160%;
	font-size: 13px;
}
.eng_entry a{
	font-size: 12px;
}
.eng_more{
	margin-left: 10px;
}
.eng_more blockquote{
	color: #333388;
	margin: 5px 0px 0px 0px;
	text-decoration: underline;
}
	.eng_entry li{
		line-height: 130%;
	}

	/* -- 広告 -- */
	.ad_eng_right{
		float: right;
		margin: 22px 0px 5px 5px;
	}
	#ad_eng_right{
		color: #ffffff;
	}
	#ad_bottom{
		margin-bottom: 20px;
	}

/* -- コメントエリア -- */
.com{
	margin: 20px 0px 0px 20px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #666666;
	letter-spacing: 1px;
	line-height: 170%;
}
	/* -- コメントタイトル -- */
	.com_name{
		margin: 0px 0px 10px 0px;
		color: #8c8c8c;
		font-size: 12px;
		font-family: normal Arial Verdana;
		font-weight: bolder;
	}
	/* -- 送信者 -- */
	.com_state{
		margin: 0px 10px 0px 10px;
		padding: 5px;
		color: #ffffff;
		font-weight: bold;
		border: 1px solid #666666;
		background-color: #52A290;
	}
	/* -- 内容 -- */
	.com_body{
		margin: 0px 10px 10px 10px;
		padding: 15px;
		border: 1px solid #666666;
		border-top: 0px;
		background-color: #E0E8E6;
	}
	/* -- フォームタイトル -- */
	.com_write{
		margin: 20px 0px 10px 0px;
		color: #8c8c8c;
		font-size: 12px;
		font-family: normal Arial Verdana;
		font-weight: bolder;
	}
	/* -- コメントフォーム -- */
	.com_form{
		margin: 0px 10px 10px 10px;
		padding: 15px;
		border: 1px dotted #666666;
		background-color: #E0E8E6;
		font-size: 12px;;
	}

/* -- 下部エリア -- */
#footer_fx{
	margin-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	border-top: 1px solid #cccccc;
	text-align: center;
}
.fx{
	margin-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	color: #777777;
}