@charset "utf-8";
* {
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#wrapper {
	width: 800px;
	margin: auto;
	left: auto;
	border: 1px solid #666666;
}

#header {
	width: 800px;
	margin: auto;
	left: auto;
	border-bottom:solid #003399 7px;
}
#header h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 78px;
	width: 800px;
}

#content {

	margin: auto;
	left: auto;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	width: 800px;
	margin: auto;
	left: auto;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	height: 18px;
	padding-top: 5px;
	border-top:solid #666666 1px;
}
div.title h4 {
	border-left: 4px solid #144199;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:80%;
	height:25px;
	margin: 0 0 10px 5px;
	margin-top:50px;
	padding: 5px 0 0 5px;
	font-size: 105%;
	color:#144199;
	font-weight: bold;
}
div.subcontent {
	padding:0px 0px 0px 10px;
	margin:0px 0px 30px 0px;
	width:780px;
}
div.subcontent .item {
	font-size:12px;
	float:left;
	height:auto;
	text-align:center;
	margin-right:10px;
}
.item a {
	text-decoration:none;
}

.mobile_root {
width: 205px;
height: 115px;
background-image: url(../images/tanmatsu_rooter_0526.jpg);
background-repeat: no-repeat;
padding: 65px 5px 0 115px;
font-weight:600;
}
.mobile_usb {
width: 205px;
height: 115px;
background-image: url(../images/tanmatsu_usb_0526.jpg);
background-repeat: no-repeat;
padding: 65px 5px 0 115px;
font-weight:600;
}

table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	margin-bottom: 20px;
}
th, td	{
	padding: 8px 12px;
	color: #1D5C79;
}


.tBorder {
	border: 1px solid #CCC;
}

.tBorder td,.tBorder th
{
	border: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 12px;
	color: #1D5C79;
}
.tBorder th
{
	width:20%;
	text-align:center;
}
