
/************************************************

株式会社アンダムル
ニュースコンテンツ

***************************************************/


/* メインイメージ
---------------------------------------------*/
#main_img {
	width: 800px;
	height: 176px;
	}



/* 左/メニューベース
---------------------------------------------*/
#left {
    float:left;
	width: 198px;
	}

#left:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* 右/コンテンツベース
---------------------------------------------*/
#right {
    float:right;
	width: 521px;
	}

#right:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* メインタイトル
---------------------------------------------*/
#main_ti {
	width: 521px;
	padding-bottom: 20px;
	}


/* ニューリリース項目
---------------------------------------------*/
#news_box {
    float: left;
	width: 501px;
	padding-left: 10px;
	padding-right: 10px;
	}

#news_box ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	}

#news_box li{
    padding-bottom: 25px;
	padding-left: 90px;
	}

#news_box li.icon_release_a{
	background: url(../news/news_img/news_icon01.gif) left top no-repeat;
	}

#news_box li.icon_release_b{
	background: url(../news/news_img/news_icon02.gif) left top no-repeat;
	}

#news_box li.icon_media{
	background: url(../news/news_img/news_icon03.gif) left top no-repeat;
	}

#news_box li.icon_recruit{
	background: url(../news/news_img/news_icon04.gif) left top no-repeat;
	}

#news_box li.icon_notice{
	background: url(../news/news_img/news_icon05.gif) left top no-repeat;
	}

#news_box a:link { text-decoration:underline; color:#4e4e4e; }
#news_box a:visited { text-decoration:underline; color:#4e4e4e; }
#news_box a:active { text-decoration:underline; color:#4e4e4e; }
#news_box a:hover { text-decoration:none; color:#2873e5; }


#news_box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/* ページの先頭へ戻るボタン
---------------------------------------------*/
#top_btn {
	height:27px;
	text-align:right;
	width: 501px;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	}

#top_btn:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

* html #top_btn {
	padding: 15px 0 0 0;
	}

