@charset	"utf-8";

/* ホバー時の透過処理 -------------------------------------- */

.gobackpage img:hover	{
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/* ページナビ ---------------------------------------------- */

.news_nav	{
	width:	670px;
	line-height:	1.3em;
	padding:	12px 10px;
	text-align:	right;
}

.news_nav ul	{
	text-align:	right;
}

.news_nav ul li	{
	display:	inline;
}

/* ニュース一覧 -------------------------------------------- */

.news_table	{
	width:	670px;
	margin:	8px auto;
}

.news_table th	{
	padding:	6px 12px 6px 10px;
	width:	6em;
}

.news_table td	{
	padding:	6px 4px 6px 80px;
	background-position:	0px 8px;
	background-repeat:	no-repeat;
}

.news_table td.inf_news	{
	background-image:	url("../../information/images/tip_news.gif");
}

.news_table td.inf_recruit	{
	background-image:	url("../../information/images/tip_recruit.gif");
}

.news_table td.inf_forum	{
	background-image:	url("../../information/images/tip_forum.gif");
}

.news_table td.inf_act	{
	background-image:	url("../../information/images/tip_act.gif");
}

.news_table td.inf_other	{
	background-image:	url("../../information/images/tip_other.gif");
}

/* ニュース詳細 -------------------------------------------- */

.news_wrap	{
	width:	670px;
	margin:	10px auto 24px;
}

.date_genre	{
	line-height:	1.6em;
	padding-bottom:	24px;
}

.date_genre img	{
	vertical-align:	middle;
}

.news_detail img	{
	display:	block;
	float:	right;
	padding-left:	24px;
	clear:	right;
}

.news_detail p	{
	line-height:	1.4em;
	margin:	0px 0px 0.8em;
	overflow:	hidden;
}

.gobackpage	{
	text-align:	right;
	padding:	24px 8px 48px;
}

