@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.officemedia.co.jp/
File name:		layout_topics.css
Summary:		base styles
Created:		2010-3-1
Last update:	2010-3-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2010 dabhand Inc.
--------------------------------------------------------------- */

/* Topics Toppage用 */
/* ------------------------------------------------------------ */
.news_layout {
	clear: both;
	padding: 10px 0px;
	display: block;
	overflow: hidden;
	border-bottom: 1px #969696 dotted;
}

.news_layout .date {
	background: url(../images/arrow1.gif) left center no-repeat;
	padding: 0px 0px 0px 15px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.news_layout .report {
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}


/* Topics */
/* ------------------------------------------------------------ */
.topics_title {
	clear: both;
	background-color: #f0f0f0;
	width: 688px; /* ボックスの幅を指定 */
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 1px #969696 solid;
}

.topics_title h4 {
	background: url(../images/topics_sign.gif) left center no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #2183e1;
	height: 30px;
	padding: 0px 0px 0px 25px;
	display: block;
	overflow: hidden;
	float: left;
	border: 0px #f00 solid;
}

.topics_title p {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #f00 solid;
}

.topics_layout {
	clear: both;
	width: 648px; /* ボックスの幅を指定 */
	margin: 0px auto;
	padding: 20px;
	display: block;
	overflow: hidden;
	border-left: 1px #969696 solid;
	border-right: 1px #969696 solid;
	border-bottom: 1px #969696 solid;
}

.topics_layout .topics_img {
	text-align: center;
	width: 200px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #f00 solid;
}

.topics_layout .topics_txt {
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

