﻿@charset "UTF-8";

/* CSS 設置パス/ファイル名 */
/* 使用目的 */
/* 説明 */
/* 制作日時・制作者 */
/* インポート先 */

/* /business/css/pkg.css */
/* サービス内容 自社開発ソフト限定のスタイルを定義 */
/* 2008/03/21 kouta itagaki*/
/* /business/ディレクトリ以下のHTMLファイル */


/* Side Navigation */
dl dt {
	list-style: none inside;
	background: url('../../img_common/snv_ic_m.gif') left center no-repeat;
	border-bottom: dotted 1px #008080;
	margin-left: 2em;
	padding : 0.5em 1em;
	font: 110%;
	font-weight: normal;
}

dl dt.here {
	list-style: none inside;
	background: url('../img/snv_ic_here.gif') left center no-repeat;
	border-bottom: dotted 1px #008080;
	margin-left: 1em;
	padding : 0.7em 2em;
	font: 110%;
	font-weight: normal;
}

dl dd {
	list-style: none inside;
	background: url('../pkg/img/snv_ic_pkg.gif') left center no-repeat;
	border-bottom: dotted 1px #008080;
	margin-left: 2em;
	padding : 0.5em 1em;
	font: 110%;
	font-weight: normal;
}
div.er{
	width:60%;
	height:20em;
	padding:0 20%;
	background-color:#FFF;
}
div.conf{
	width:60%;
	padding:0 20%;
	background-color:#FFF;
	text-align:center;
}
table.form {
	border: 1px #888 solid;
	background-color: #FFF;
	text-align:left;
}
td.item {
	width: 15%;
	border: 1px #888 solid;
	padding:0.5em;
	background-color:#FC0;
}
td.comment {
	width: 45%;
	border: 1px #888 solid;
	padding:0.5em;
}


input.office {
	width: 15.5em;/*260px*/
}
input.name {
	width: 15.5em;
}
input.mail {
	width: 15.5em;
}
input.address {
	width: 15.5em;
}

/* add start[2008/04/05 itagaki] */
table.results {
	width: 30em;
	border: 1px #CCC solid ;
	margin: 0 0 40px 20px;
}

td.results {
	width: 10em;
	padding:5px 7px;
	border: 1px #CCC solid ;
}
td.yellow {
	width: 20em;
	padding:5px 7px;
	border: 1px #CCC solid ;
	background-color:#FC0;
}
/* add end[2008/04/04 itagaki] */

/* add start[2008/06/06 saito] */
/* エコ魂意気込みページ */
.catchcopy {
	font-weight:bold;
	font-size:110%;
}
.site_link {
	font-size:90%;
}
