@charset "UTF-8";

/* title
------------------------------------------------*/
#title {background: url(img/topimg.jpg) no-repeat right top;}


/* main
------------------------------------------------*/
#main h3 {
	margin-bottom: 10px;
}
#main h4 {
	clear: both;
}
#main table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 700px;
	margin-bottom: 15px;
}
	#main table th {
		background: #dde2d8;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		width: 150px;
		padding: 10px;
		white-space: nowrap;
		letter-spacing: 0.1em;
		text-align: center;
		font-weight: bold;
	}
	#main table td {
		background: #fff;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 10px;
	}
#main ol {
	margin: 0 0 15px 27px;
	list-style: decimal;
}
	#main ol li {
		margin-bottom: 5px;
		font-size: 108%;
	}
		#main dl {
			margin: 0 0 15px 10px;
			font-size: 108%;
		}
		#main dt {
			font-weight: bold;
		}
		#main dd {
			margin-bottom: 10px;
		}
		#main dd ol li {
			margin-bottom: 3px;
			font-size: 100%;
		}

#main p.link {
	text-align: right;
}
	#main p.link a {
		background: url(../img/ya01.gif) no-repeat left center;
		padding-left: 10px;
	}
#main p.no {
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0.1;
	font-size: 131%;
	font-weight: bold;
	color: #900;
}


/* mailform
------------------------------------------------*/
fieldset { border: 0px; }

input, textarea {
	background-color: white;
	border: none;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 2px 5px;
	margin:2px;
}

input:hover, textarea:hover {
	background-color: #ffffdd;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
}
input.noborder {
	border: none;
	margin: 0;
}
input.noborder:hover {
	border: none;
}

#company{ width:300px;}
#name{ width:300px;}
#zipcode{ width:60px;}
#pref{ width:150px;}
#address{ width:300px;}
#mail{ width:300px;}
#tel01,#tel02,#tel03,#fax01,#fax02,#fax03,#handyphone01,#handyphone02,#handyphone03{ width:40px;}
#url{ width:300px;}
#soudan01,#soudan02,#soudan03,#soudan04,#soudan05,#soudan06{ border:none;}
#comment{ width:400px; height:120px;}


#zipcodeselect{
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	width: 120px;
}

#next {
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	width: 220px;
}

#reset {
	background-color: #EFEFEF;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	margin-left: 20px;
	width: 110px;
}

#back {
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	width: 150px;
}

#zipcodeselect:hover,
#next:hover,
#reset:hover,
#back:hover {
	border-top-width: 1px;
	background-color: #bbbbbb;
	padding: 2px 5px;
}

.buttons {}

.buttons p {
	text-align: center;
}
.buttons button {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	vertical-align:inherit;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
