/* ------------------------------------------
Style Sheet
	sekisyo/
------------------------------------------ */

/*  メニュー  */

#menu {
	width: 750px;
	height:26px;
	background-color: #F2DCCE;
	margin:0 20px 10px 20px;
}

#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none ;
	font-size:15px;
	font-weight:bold;
}

#menu li {
	float: left;
	border-right :2px solid #ffffff;
	list-style: none ;
	height:100%;
}

#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #663300;
	background: #F2DCCE;
	padding: 4px 10px;
	display:block;
}

#menu a:hover {
	background-color: #E9B485;
	color: #ffffff;
}


/*  タイトル  h1 p などbase.cssファイルに */
.read h2 {
	font-size:15px;
	color:#6D1102;
	background-color:#F9F5E6;
	border-top:1px solid #DA9466;
	border-right:1px solid #DA9466;
	border-bottom:1px solid #DA9466;
	border-left:7px solid #DA9466;
	line-height:130%;
	margin:0 0 3px 0 ;
	padding:2px 5px;
}

.read h3 {
	font-size:16px;
	color:#333333;
	background-color:#ffffff;
	border-top:3px double #dddddd;
	border-bottom:2px dotted #cccccc;
	line-height:130%;
	margin:20px 0 3px 0 ;
	padding:2px 0 2px 0;
}

.read span.leader {
	color:#0066FF;
}

p.price {
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	border-bottom:1px solid #999999;
	line-height:130%;
	margin:10px 10px 20px 300px ;
	padding:2px 5px;
	text-indent: 0em;
	text-align: right;
}


/*  機能詳細  */

.read p.mini {
	margin:0px 0px 10px 40px ;
	padding:0;
	font-size:75%;
	line-height:125%;
	border:0;
	background:#ffffff;
}

.read table {
	color:#333333;
	margin:10px 0px 20px 10px ;
	border-collapse: collapse ;
	border: 1px #cccccc solid;
	font-size:80%;
}

.read table th {
	padding: 2px 10px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	background:#eeeeee;
}

.read table td  {
	padding: 2px 10px;
	border-bottom: 1px #cccccc solid;
}

.read p.service {
	margin:10px 10px 10px 10px ;
	padding:10px;
	font-size:80%;
	line-height:125%;
	border:1px #C7E2C7 dotted;
	background:#F8F6E5;
}

/*  PRエリア  */
.pr {
	margin:10px 0 10px 0 ;
	font-size:95%;
	color:#ff3300;
	font-weight:bold;
}

/*  製品概要の枠  */

#summary {
	margin:0 0 20px 0;
	padding:0;
}



/*  フォーム  */
#inquiry { margin:20px 0;}

#inquiry table {
	border-collapse:separate;
	border-spacing: 5px;
	font-size:85%;
}

#inquiry th {
	color:#663300;
	font-weight:bold;
	padding:5px 5px;
	text-align:right;
	border-right:5px solid #F2DCCE;
	white-space:nowrap;
	vertical-align:top;
}

#inquiry td {
	font-weight:normal;
	padding:5px 5px;
	text-align:left;
}

#inquiry div.button {
	margin: 20px 10px 10px 0;
	text-align:right;
}

#inquiry button.go-confirm , #inquiry button.go-send , #inquiry button.go-top {
	background-color:#CC3300;
	width:140px;
	height:27px;
	cursor: pointer;
}

#inquiry button.back {
	background-color:#cccccc;
	width:140px;
	height:27px;
	cursor: pointer;
}


#inquiry input.go-confirm , #inquiry input.go-send , #inquiry input.go-top {
	background-color:#CC3300;
	border:2px solid;
	border-top:#cccccc;
	border-right:#666666;
	border-bottom:#666666;
	border-left:#cccccc;
	cursor: pointer;
}

#inquiry input.back {
	background-color:#cccccc;
	border:2px solid;
	border-top:#cccccc;
	border-right:#666666;
	border-bottom:#666666;
	border-left:#cccccc;
	cursor: pointer;
}

/*  強調  */
.point {
	color:#CC3300;
}

/* 料金表  */

table.price_table{
    border:1px solid #D6D6D6;
    border-collapse:collapse;
    width:95%;
    margin:0px;
}

table.price_table th{
    background:url(../images/sekisyo/bg-price-table-th.gif) repeat-x scroll left top #FFFFFF;
    border-bottom:1px solid #DADED4;
    font-size: 12px;
    padding:5px 3px;
    text-align:center;
    font-weight:bold;
    color:#000000;
}

table.price_table td{
    border-borrom: 1px solid #D6D6D6;
    border-right:1px dotted #D6D6D6;
    font-size:12px;
    padding:5px 3px;
    text-align:center;
}

table.price_table td .capacity{
    color:#d2653f;
    font-size:20px;
    font-famili:bolder Arial,sans-serif;
}

table.price_table td .capacity2{
    color:#de874e;
    font-size:20px;
    font-famili:bolder Arial,sans-serif;
}

.setprice{
    color:#6D1102;
    font-weight:bold;
    font-size:12px;
}
