@charset "UTF-8";

/* -----------------------------------------------
 *                 news styles
 * ----------------------------------------------- */
 
/* =========== news list elements =========== */

/* ----- news list layout ----- */


#ttl-news-list {
	background-image: url(../../img/news/ttl_news_list.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 625px;
}

#ttl-news-list span {
	display: none;
}

#ttl-news-entry {
	background-image: url(../../img/news/ttl_news_entry.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 625px;
}

#ttl-news-entry span {
	display: none;
}


.news-text {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 80%;
}

.news-img {
	float: left;
}

.news-img img {
	border: 3px solid #CCCCCC;	
}

.news-text-inner {
	float: right;
	width: 470px;
}

.ttl-news-text {
	font-size: 120%;
	font-weight: bold;
}

.news-more {
	background-color: #CCCCCC;
	float: right;
	height: 10px;
	width: 470px;
	margin-top: -10px;
	text-align: right;
}

.news-more img {
	margin-top: 2px;
	margin-right: 5px;
}

.flag-news02 {
	margin-bottom: -2px;
	margin-top: 5px;
}

/* =========== headline elements =========== */

/* ----- H1 layout ----- */

/* ----- H2 layout ----- */

h2#ttl-news {
	font-size: 130%;
	font-weight: bold;
	background-image: url(../../img/news/h2_news.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* ----- H3 layout ----- */


