@charset "utf-8";

/*
	Site Name: 
	Description: 
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

新着情報用

==========================================================
*/


/*
===== topics.html ==========================================
*/

body {
	background: #ffffff ;
	color:#333333;
	padding: 0px;	
	margin: 0px;
}

/***** 全体 *****/

div#topics_design {
	width: 545px;
}


div#topics_design h1.bbs_title {
	clear: both;
	width: 545px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}


div#topics_design div.text {
	width: 545px;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-left: 50px;
	border-bottom: #eeeeee solid 1px;
}


/***** 画像 *****/

.bbs_img_left {
	float: left;
	width: 150px; /*数値必須*/
	padding: 0 15px 5px 0;
}

.bbs_img_right {
	float: right;
	width: 150px; /*数値必須*/
	padding: 0 0 5px 15px;
}


/***** ページ区切り *****/

.bbs_page {  
    text-align:center;
	list-style-type: none;
	letter-spacing: 0; /*IE拡大バグ用*/
}
 
.bbs_page li {
    list-style-type: none;
	display: inline;
	font-size: 0.9em;
    line-height: 1.6em;  
	padding: 0px 10px 0px 5px;
}

.bbs_page img.prev_next {
	vertical-align: middle !important;
}


/***** アイコン *****/

.icon_s {
	vertical-align: middle !important;
	font-size: 0.8em;
	color: #FF3399;
	margin-left: 20px;
}
