@charset "UTF-8";
/* CSS Document */

@import "../cmn_css/component.css";

#rightContents div.galleryVi {
	background:url(../../img/vi_gallery_index.jpg) left top no-repeat;
	padding:135px 0 158px;
	width:560px;
}

#rightContents div.galleryViLink {
	background:url(../../img/btn_index01.jpg) left top no-repeat;
	height:50px;
	width:560px;
}

#rightContents div.galleryViLink h2 {
	padding:0;
}

#rightContents div.galleryViLink h2 a {
	display:block;
	height:50px;
	outline:0;
}

#rightContents div.galleryViLink h2 a span {
	overflow:hidden;
	text-indent:-9999px;
}

/* except IE7 */
html>/**/body #rightContents div.galleryViLink h2 a span { 
	display:block;
}
/* except IE7 */

#rightContents table.newsTable {
	border:0;
	width:430px;
}

#rightContents table.newsTable td, 
#rightContents table.newsTable th {
	border-bottom:1px solid #333;
}


#rightContents h3 {
	background:url(../../img/t_news.gif) left top no-repeat;
	display:block;
	margin:0 auto;
	padding-bottom:5px;
	width:430px;
}

#rightContents h3 span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}


#rightContents div.newsBorder {
	border-bottom:1px solid #333;
	margin-bottom:10px;
}

#rightContents div.newsLR {
	clear:both;
	width:430px;
}

#rightContents div.newsL {
	float:left;
	text-align:left;
	width:350px;
}

#rightContents div.newsL p a.linkArrow {
	background:url(../../img/icon_linkarrow.gif) left top no-repeat;
	display:block;
	padding-left:15px;
}

#rightContents div.newsR {
	float:right;
	width:78px;
}

#rightContents div.newsR img{
	margin-bottom:10px;
}





