@charset "utf-8";


/* CSS Document */

/*----------------------------------
	import
----------------------------------*/
@import url("common_css.php");/* ブラウザリセット・基本設定用CSS */
@import url("base_css.php");/* 共通設定・共通レイアウト用CSS */
@import url("advanced_css.php");/* 拡張用CSS */


/*----------------------------------
	history
----------------------------------*/

#main #history_list .list_body{
	background: url(/terry3ds/img/history_12021601/list_bg.png) repeat-y;
    width: 672px;
    margin: 0 auto;
    padding: 15px 0 25px;
}

#main #history_list .list_body table{
	width: 92%;
    margin: 0 auto;
}

#main #history_list .list_body td{
	vertical-align: top;
    border-bottom: 1px dotted #a59886;
    padding: 5px 0px;
}

#main #history_list .list_body td.new{
	width: 40px;
    padding: 9px 0 0;
    text-align: center;
}

#main #history_list .list_body td.new img{
	vertical-align: top;
}

*:first-child+html #main #history_list .list_body td.new{
    padding: 7px 0 0;
}



#main #history_list .list_body td.date{
	width: 95px;
    text-align: left;
}

#main #history_list .list_body td.title{
    text-align: left;
}

#main #history_list .list_body td.title a{
	color: #323232;
	text-decoration: none;
}

#main #history_list .list_body td.title a:hover{
	color: #ff0000;
	text-decoration: underline;
}


