body {
	background-image: url(img/pagetop-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#000000;
	font-size:80%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border:0;
}

#page {
	margin:0 auto;
	width:962px;
}

#header {
	margin:0 auto;
	width:840px;
}

#header #linktext {
	margin-top:35px;
	width:500px;
	float:right;
	font-size:80%;
	text-align:right;
}

.gs-navi ul {
	margin: 0;
	padding: 0;
	width:840px;
	height: 27px;
	font-size: 11px;
	float:left;
	/*background-image:url(http://www2.ellman.co.jp/MasterSub/img/gm_submenu_bg.gif);*/
	background-image:url('../MasterSub/img/gm_submenu_bg.gif');
	background-repeat:repeat-x;
}

.gs-navi ul li{
	margin: 0;
	padding: 10px 5px 0 0;
	display:inline;
	list-style: none;
}
.gs-navi ul li a{
 color:#003399;
}
#g-navi ul {
	margin: 0;
	padding: 0;
}

#g-navi ul li{
	margin: 0;
	padding: 0;
	display:inline;
	list-style: none;
}



#loginbox {
	margin:0 auto;
	background-color:#759D8D;
	width:840px;
	margin:8px 61px;
}

#main-cont {
	margin:8px 61px;
	width:840px;
}

#s-navi {
	width:213px;
	text-align:left;
	float:left;
	min-height: 350px;
}

#s-navi #login {
	margin:0 auto;
	padding-top:44px;
	width:157px;
}

#s-navi #login ul {
	margin:0;
	padding:8px 0 30px 5px;
}

#s-navi #login li {
	padding-left:15px;
	height:15px;
	background-image:url(img/arrow.gif);
	background-repeat:no-repeat;
	list-style: none;
	font-size:10px;
	color:#FFFFFF;
}

#main {
	float:right;
	padding-bottom:40px;
}

#flash {
	margin-bottom:10px;
}

.list-box {
	margin-top:0;
	padding:0;
	width:308px;
	float:left;	
}

.list-box-cell {
	background-image:url(img/tab-bg.gif);
	background-repeat:repeat-y;
}

.list-box-cell2 {
	background-image:url(img/tab-bg2.gif);
	background-repeat:repeat-y;
}

#footer {
	padding-top:5px;
	clear:both;
	border-top:solid 1px #096C41;
}

.f-left {
	float:left;
}

.f-right {
	float:right;
}

.f-clr {
	clear:both;
}


.style1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
.style2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #990000;
}
.style4 {font-size: small}
.style5 {color: #FF0000}
.style6 {
	font-size: large;
	color: #333333;
}
.style7 {
	color: #999999;
	font-size: small;
}
.style8 {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; color: #666666; font-size: small; }
.style9 {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}


table.productData,
table.repairData {
	margin-bottom: 20px;
	width: 597px;
}

table.productData td,
table.repairData td {
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color:#333333;
	vertical-align: top;
	border-bottom: 1px solid #8F8F8F;
}

/* 製品データ */
table.productData th {
	background-color: #515151;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color:#FFFFFF;
	vertical-align: top;
}
/* 修理データ */
table.repairData th {
	background-color: #EAEAEA;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color:#161616;
	vertical-align: top;
}

table.repairData .a:hover {	
	color:#CCFFFF;	
}

table.productData th a:link{
     color: #FFFFCC; 
   text-decoration:none; 
}
table.productData th a:visited{
    color: #FFFFFF;
    text-decoration:none;   
}
table.productData th a:hover{
    color: #FFCCCC;
    text-decoration: underline;
}
table.productData th a:active{
    color: #FFCCCC;
    text-decoration: underline;
}