/*--------------------------------------------

	For SSnews file

	Last update : 2010.3.3
	mio urakami

	---------------------------
	1-0 structure
		1-1 common
		1-3 float clear
	2-0 visual setting
		2-1 お知らせトップページ
		2-2 お知らせ詳細ページ
  --------------------------------------------*/


/*----------------------------------------------------------------
  1-0 structure
-----------------------------------------------------------------*/

/* --------------------------------------------
  1-1 common
---------------------------------------------*/

.newsindex .box .photo{
	float:left;
	width:132px;
	margin-left:14px;
}

.newsmore #mainblock p.photo{
	float:right;
	margin-left:30px;
	margin-bottom:30px;
}

/* --------------------------------------------
  1-4 float clear
---------------------------------------------*/

.newsindex .box p.more{
	clear:both;
}


/*----------------------------------------------------------------
  2-0 visual setting
-----------------------------------------------------------------*/

/* --------------------------------------------
  2-1 お知らせトップページ
---------------------------------------------*/

.newsindex .box{
	width:699px;
	margin-top:14px;
	padding-bottom:21px;
	background:url("/img/product/line_double.gif") no-repeat 0 100%;
}

.newsindex .box .data{
	margin:16px 14px 0 14px;
	font-size:92%;
	color:#827561;
}

.newsindex .box h2{
	margin:9px 14px 18px 13px;
	font-size:117%;
	line-height:1.34;
}

.newsindex .box .text{
	margin:14px 14px 0 14px;
	line-height:1.8;
}

.newsindex .box .more{
	padding:10px 25px 0 0;
	margin:0 14px;
	background:url("/img/common/arw_classic_gback.gif") no-repeat 100% 9px;
	text-align:right;
}


/* --------------------------------------------
  2-2 お知らせ詳細ページ
---------------------------------------------*/

.newsmore #titlearea02{
	width:686px;
	padding:25px 0 13px 8px;
	background:url("/img/product/line_double.gif") no-repeat 0 100%;
}

.newsmore #titlearea02 .date{
	margin:2.5em 3px 0 0;
	color:#666;
	text-align:right;
	font-size:92%;
	
}

.newsmore #mainblock{
	width:690px;
	padding:30px 0 0 10px;
}

.newsmore #mainblock p.text{
	margin-bottom:2em;
	font-size:117%;
	line-height:1.8;
}

.newsmore #mainblock h2{
	margin:2.5em 0 1em 0;
	font-size:117%;
	font-weight:bold;
	line-height:1.34;
}

