@import "../css/stylebase.css";

/* [2007年度新人教育] コンテンツ背景 */
DIV.training2007 {
	width: 700px;
/*
	background-image: url('../images/GD159_2.JPG');
	background-repeat:no-repeat;
	background-position:right bottom;
*/
}

/* [全体] 小見出し */
H3 {
    margin-top: 1.0em;
    padding-bottom: 0px;
}

.detail {
    font-size: 80%;
    line-height: 1.2em;
    margin-top: -1.0em;
}

table
{
    border-left: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

th,td
{
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    padding-left: 0.25em;
    vertical-align: top;
}

UL {
    margin-top: 0.5em;
}

LI {
	list-style-image: url('../images/info_old.gif');
}


