@CHARSET "UTF-8";

/*
 * Decantage Site Main White News CSS
 *
 * http://www.decantage.jp/
 * Copyright 2010, Decantage
 * 
 * May 2010
 */

/* ドキュメント */
#document {
	border           : none;
	width            : 100%;
	height           : 780px;
	background-color : #f3f3f3;
	text-align       : center;
}

/* ドキュメント本体 */
#document_body {
	border           : none;
	width            : 950px;
	height           : 540px;
	margin           : 0 auto;
	text-align       : left;
}

/* ニュースリリース */
#document_body_news {
	position         : absolute;
	top              : 190px;
	margin-left      : 70px;
	width            : 840px;
}

/* ニュースリリース タイトル領域 */
#document_body_news_title_area {
	width            : 800px;
	height           : 45px;
}

/* ニュースリリース アイコン画像 */
#document_body_news_icon {
	position         : absolute;
	top              : 0px;
	margin-left      : 0px;
	width            : 45px;
	height           : 45px;
}

/* ニュースリリース タイトル画像 */
#document_body_news_title {
	position         : absolute;
	top              : 12px;
	margin-left      : 55px;
	height           : 20px;
}

/* ニュースリリース コメント領域 */
#document_body_news_comment_area {
	position         : relative;
	top              : 30px;
	margin-left      : 60px;
	width            : 800px;
	height           : 45px;
	line-height      : 18pt;
	font-size        : 12pt;
}

/* ニュースリリース コメント */
#document_body_news_comment {
	width            : 800px;
}
/* ニュースリリース テーブル */
#document_body_news_release_table tr td {
	padding-bottom   :15px;
	vertical-align   : top;
}

/* 背景画像 */
#document_body_news_bg_pict {
	float: right;
}

/* ニュース リンク */
#document_body_news_link {
	color            : #0099cc;
}
#document_body_news_link:link {
	color            : #0099cc;
}
#document_body_news_link:visited {
	color            : #0099cc;
}
#document_body_news_link:hover {
	color            : #00ccff;
}


/* ニュースリリース　日付 */
#document_body_news_date {
	width            : 120px;
}
