@import "../css/stylebase.css";

/* [トップページ] コンテンツ背景 */
DIV.back_top {
	width: 700px;
/*
	background-image: url('../images/GD159_2.JPG');
	background-repeat:no-repeat;
	background-position:right bottom;
*/
}

/* [トップページ] レイアウト用テーブル */
.lyaout_table {
	margin-top: 5px;
}

.swin_left {
	width: 20;
}
.swin_center{
	width: 448;
}
.swin_right {
	width: 22;
}
.swin_center2{
	width: 148;
	text-align: left;
	font-weight:normal;
}

/* [トップページ] 採用情報 */
DIV.recruit {
	padding-top: 0.5em;
	
	padding-left: 0.0em;
	font-weight: bolder;
}

/* [トップページ] 製品バナー */
TABLE.product {
	margin-bottom: 0.0em;
	padding-top: 0.5em;
}
IMG.products {
	margin-right:0.5em;
	border: 1px solid #DBDFE1;
}

TD.products {
	font-size: small;
	vertical-align: top;
	width: 150px;
}

Td.products_msg {
	font-size: small;
	vertical-align: top;
	text-align: left;
}


/* [トップページ] 新着情報 */
UL.item_list {
	margin-left: 0.25em;
	padding-left:1.0em;
}
LI.new {
	margin-top: 10px;
	font-size: small;
	list-style-image: url('../images/info_new.gif');
}
LI.old {
	margin-top: 10px;
	font-size: small;
	list-style-image: url('../images/info_old.gif');
}
LI.update {
	margin-top: 10px;
	font-size: small;
	list-style-image: url('../images/info_up.gif');
}
DIV.whatnewbox {
    /*height: 40em;*/
    overflow: auto;
}
DIV.productsbox {
    font-size: small;
    margin: auto;
    width: 440px;
	/*
	height: 20em;
	*/
    overflow: auto;
    /*
    border: red 1px dashed;
    */
}

DIV.sub_button {
	margin-top: 0.25em;
}

DIV.sub_contents {
	font-size: small;
	padding: 0.25em; 
	margin-right: 0.25em;
	text-align: right;
	line-height: 1.2em;
	/*
	border: 3px outset #E2CDEC;
	*/
}

DIV.entry {
	font-size: small;
	padding: 0.15em; 
	line-height: 1.2em;
	width: 440px;
}

DIV.margin {
	margin:	5px;
}
