﻿@charset "UTF-8";

/* CSS 設置パス/ファイル名 */
/* 使用目的 */
/* 説明 */
/* 制作日時・制作者 */
/* インポート先 */

/* /business/css/else.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('../else/img/snv_ic_else.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;
}
input.name {
	width: 15.5em;
}
input.mail {
	width: 15.5em;
}
input.address {
	width: 15.5em;
}
