@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.sugarland.co.jp/
File name:		layout_news.css
Summary:		base styles
Created:		2008-11-26
Last update:	2008-11-26 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2008 dabhand Inc.
--------------------------------------------------------------- */

/* News (TOPPAGE) */
/* ------------------------------------------------------------ */
#index_short_list {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.news_short_list {
	clear: both;
	text-align: left;
	margin: 5px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.news_short_list .news_date {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia;
	color: #bdb26b;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #0f0 solid;
}

.news_short_list .news_title {
	font-style: normal;
	font-size: 12px;
	width: 475px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #00f solid;
}

.news_short_list a:link,
.news_short_list a:visited {
	color: #646464;
	text-decoration: none;
}

.news_short_list a:hover,
.news_short_list a:active {
	color: #646464;
	text-decoration: underline;
}

/* News */
/* ------------------------------------------------------------ */
.news_frame {
	clear: both;
	width: 752px;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 4px #ebe5b5 solid;
}

.news_title_layout {
	background-color: #f7f3e1;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.news_title_layout .news_date {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia;
	margin: 0px;
	padding: 5px 20px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.news_title_layout .news_title {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.news_comment_layout {
	clear: both;
	background-color: #fff;
	width: 100%;
	margin: 0px;
	padding: 10px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.news_comment_layout img {
	text-align: center;
	width: 200px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}

.news_comment_layout .news_comment {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #f00 solid;
}
