@charset "shift_jis";

@import url("../common.css");

#header {
	width: 764px;
	margin-right: 50px;
	margin-left: 11px;
	height:100px;
	background-image: url(../img/header-background.gif);
}
#menu2{
	background-image: url(../img/menu2-2.gif);
	height: 33px;
	width: 195px;
}

p#serviceDetail{
	margin: 20px 0.5em 20px 0.8em;
	letter-spacing: 0.2em;
	line-height: 120%;
}
table#table-service {
    width: 510px;
    border-spacing: 0;
    background: #FFF1DD repeat-x 0 100%;
}
table#table-service th {
    padding: 3px;
    border: #FFA317 solid;
    border-width: 0 0 1px 1px;
    background: #F79400 repeat-x 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-service td {
    padding: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #FFC46A #FFC46A #FFFFFF;
    color: #884400;
    text-align: center;
    white-space: nowrap;
}
#stron {
	clear: color;
	font-weight: bold;
	color: #1199FF;
}

/*---------- レンタルサーバー ----------*/
h2#rentalServer{
	background-attachment: scroll;
	background-image: url(../img/rentalserver.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 510px;
	text-indent: -99999px;
	margin-bottom: 0;
	display: block;
}

/*---------- ドメイン ----------*/
h2#domain{
	background-attachment: scroll;
	background-image: url(../img/domain.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 510px;
	text-indent: -99999px;
	margin-bottom: 0;
	display: block;
}

/*---------- ホームページ製作 ----------*/
h2#hp{
	background-attachment: scroll;
	background-image: url(../img/hp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 510px;
	text-indent: -99999px;
	margin-bottom: 0;
	display: block;
}

/*
#container dt {
  clear: left;
  float: left;
  width: 7em;
  padding: 8px 0.5em;
}

#container dd {
  margin-right: 20px;
  padding: 8px 0.5em 5px 8em;
  border-bottom: solid 1px #CCC;
}
*/