@charset "utf-8";

/*----------グローバルナビの色 
 -------------------------------------------*/
#header #gnavi02 a {
	color:#e95404;
}


/*----------本文中のリンク色設定 
 -------------------------------------------*/
#container td#main a {
	color:#00f;
}


/*----------What's New 一覧商品紹介リスト
 -------------------------------------------*/
#container #newstitle {
	margin:20px 25px 0 25px;
	padding:0;
}

#container #newstitle ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#container #newstitle ul li {
	background-image:url(http://www.veritastk.com/news/../common/images/img_square_orange.gif) ;
background-repeat: no-repeat;
background-position:top left;
}

#container td#main #newstitle ul li {
	margin:0 0 15px 0;
	padding:0 0 0 22px;
}

#container td#main #newstitle ul li a {
	color:#333;
}


/*----テーブルボーダー---*/
table.yourclass01 {
 border-collapse:collapse;
 border:1px solid #999;
 border-spacing:0;
 empty-cells:hide;
}
table.yourclass01 tr td, table.yourclass01 tr th{
 border:1px solid #999;
 vertical-align:top;
        padding:3px;
}
/*月別過去記事一覧セレクトフォーム*/

#container td#main form#sel_archive{
	position:absolute;
	top:15px;
	right:180px;
	background:#fff;	
}

#container td#main form#sel_archive select{
	background:#fff;
}
*html #container td#main form#sel_archive{
	position:absolute;
	top:15px;
	right:180px;
	background:#fff;	
}
