/**********************************************************************
WWCITY : [ news.css ]

Since:06.08.20
Edited:07.03.22
**********************************************************************/

/*---------------------------------------------
 Initialization
---------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}

body     { background-color:#FFFFFF; text-align:center; }
input    { font-size:12px; vertical-align:middle; }
select   { font-size:12px; }
textarea { font-size:12px; }
hr       { display:none; }
img      { border:none; }
br.clear { clear:both; }

a:link   { text-decoration:none; }
a:visited{ text-decoration:none; }
a:hover  { text-decoration:none; }
a:active { text-decoration:none; }

/*---------------------------------------------
 BreadArea
---------------------------------------------*/
#BreadArea{
	text-align:left;
	width:750px;
	margin:0 auto;
	padding:10px 0 5px 0;
}
#BreadArea p{
	font-size:70%;
	line-height:120%;
	color:#666666;
}
#BreadArea a         { color:#666666; }
#BreadArea a:link    { text-decoration:none; }
#BreadArea a:visited { text-decoration:none; }
#BreadArea a:hover   { text-decoration:underline; }
#BreadArea a:active  { text-decoration:underline; }

/*---------------------------------------------
 ShopArea
---------------------------------------------*/
#ShopArea{
	background-image:url(/img/banner_news.gif); /* -> [shop banner] path */
	background-repeat:no-repeat;
	margin:0 auto 20px auto;
	text-align:left;
	width:750px;   /* -> [shop banner] size */
	height:65px;   /* -> [shop banner] size */
}
#ShopArea p{
	display:none;
}

/*---------------------------------------------
 MainArea
---------------------------------------------*/
#MainArea{
	text-align:left;
	width:750px;
	margin:0 auto;
}

/*---------------------------------------------
 MenuArea
---------------------------------------------*/
#MenuArea{
	display:none;
}

/*---------------------------------------------
 ContentsArea
---------------------------------------------*/
#ContentsArea{
}

/*-----------------------
 Button
------------------------*/
/* ----------------- btn-back */
#ContentsArea .btn-back p{
	padding:5px 0 0 0;
	float:right;
}
#ContentsArea .btn-back img{
}
#ContentsArea .btn-back a{
	background-image:url(/common/img/btn_back.gif); /* -> [back] path */
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	width:57px;   /* -> [back] size */
	height:14px;  /* -> [back] size */
}
#ContentsArea .btn-back a:hover{
	background-position:0 -14px;
}
#ContentsArea .btn-back span{
	display:none;
}

/*-----------------------
 TitleBlock
------------------------*/
#ContentsArea #TitleBlock{
}
#ContentsArea #TitleText{
	float:left;
}
#ContentsArea #TitleText p{
	margin:0 0 5px 0;
	font-size:100%;
	font-weight:bold;
	line-height:120%;
	color:#666666;
}
#ContentsArea #TitleLine{
	clear:both;
	border-top:1px solid #CCCCCC;
	height:13px;
	font-size:0px;
}

/*-----------------------
 NewsBlock
------------------------*/
#NewsBlock{
	margin:10px 0 30px 0;
}

#NewsBlock table#NewsTable{
	width:750px;
}

#NewsBlock table#NewsTable th,
#NewsBlock table#NewsTable td{
	padding-top:10px;
	padding-bottom:3px;
	padding-left:10px;
	border-bottom:1px dashed #CCCCCC;
	vertical-align:top;
	font-size:70%;
	line-height:120%;
	font-weight:normal;
	color:#666666;
}

#NewsBlock table#NewsTable th{
	width:1px;
	padding-right:20px;
}

#NewsBlock table#NewsTable em{
	font-style:normal;
	font-weight:bold;
	color:#FF0000;
}

#NewsBlock table#NewsTable td a         { color:#666666; }
#NewsBlock table#NewsTable td a:link    { text-decoration:none; }
#NewsBlock table#NewsTable td a:visited { text-decoration:none; }
#NewsBlock table#NewsTable td a:hover   { text-decoration:underline; }
#NewsBlock table#NewsTable td a:active  { text-decoration:underline; }

#NewsBlock p.newsTitle{
	margin:0 0 2px 0;
	padding:8px 0 3px 0;
	border-bottom:1px dashed #CCCCCC;
	font-size:80%;
	line-height:160%;
	font-weight:bold;
	color:#666666;
}

#NewsBlock p.newsDate{
	margin-bottom:5px;
	text-align:right;
	font-size:70%;
	line-height:160%;
	color:#666666;
}

#NewsBlock .newsText{
	font-size:70%;
	line-height:160%;
	color:#666666;
}


/*********************************************************************/


