@charset "UTF-8";


/* copyright */

h3#copy_mr {
	background: none;
	border-top: 1px solid #E8E8E8;
	color: #CCCCCC;
	font-size: 77%;
	margin: 30px 0 0;
	padding: 5px 0 0;
	text-align:right;
}

h3#copy_mr a:link,
h3#copy_mr a:visited,
h3#copy_mr a:hover {
	color:#999;
	background: none;
	border: none;
}






/* contets
--------------------------------------------------------------------------------------------------------------*/
#contents h2 {
}

#contents table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 30px;
}
	#contents table th {
		background: #eaebeb;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 5px;
		text-align: center;
		white-space: nowrap;
	}
	#contents table td {
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 5px;
	}



/* 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;
}
#company{ width:300px;}
#name{ width:300px;}
#homepage{ 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:450px; height:120px;}


#zipcodeselect{
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	width: 110px;
}


#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 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 */
	white-space: nowrap;
}
.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;
}
