﻿@charset "utf-8";

#maincontents,
#maincontents #main-area {
	width: 960px;
	float: none;
}
h2 {
	background: none;
	padding-bottom: 0;
}
h2 a {
	color: #6391c1;
}
.txt-block table th,
.txt-block table td {
	text-align: left;
	padding: 6px 8px;
}
.left-column,
.center-column,
.right-column {
	width: 300px;
}
.left-column {
	margin-right: 30px;
}

/* table */
.txt-block {
	padding-bottom: 12px;
}
.txt-block table {
	border: none;
}
.txt-block table.nohead {
	border-top: 1px solid #dddddd;
}
.txt-block table tr th {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #ffffff;
}
.txt-block table tr th a {
	display: block;
	padding: 8px 6px 5px 15px;
	height: 100%;
	color: #ffffff;
	background: url("../../resource/images/icon_link_white.gif") 8px center no-repeat;
}
.txt-block table tr td {
	padding: 8px 10px;
	border: 1px solid #dddddd;
	border-top: none;
}
.txt-block table tr td.name a {
	display: inline-block;
	*display: inline;
	font-weight: bold;
}
.txt-block table tr td ul {
	margin: 8px 0 0 0;
	padding: 6px 0 0 0;
	background: url("../../resource/images/line_dot-gray.gif") left top repeat-x;
}
.txt-block table tr td.name ul li a {
	font-weight: normal;
}
.txt-block table tr td.name ul li a:hover {
	text-decoration: underline;
}
.txt-block table tr th.head a {
	background-color: #6391c1;
}
.txt-block table tr th.head a:hover {
	background-color: #013f73 !important;
}
.bnr-list ul li {
	background: none;
	padding-left: 0;
}
/* service-menu */
#service-menu table tr th.rental a {
	background-color: #f4a21b;
}
#service-menu table tr th.vps a {
	background-color: #1aadaa;
}
#service-menu table tr th.cloud a {
	background-color: #3e8c0a;
}
#service-menu table tr th.exclusive a {
	background-color: #1b79c8;
}
#service-menu table tr th.datacenter a {
	background-color: #533676;
}
#service-menu .txt-block table tr th a:hover {
	background-color: #6391c1;
}