@charset 'utf-8';

/*------------------------------------------------------------------------------
	Title : hajime naemura - Contact
	Author : tetenoma
	URL : http://www.naemura.com
	Last Updated : 2007-10-01
------------------------------------------------------------------------------*/

/* contact
----------------------------------------------------*/

#mailform {
	width: 645px;
	margin-right: 5px;
	padding-bottom: 15px;
	float: left;
	border: solid 1px #FFFFFF;
	text-align: left;
	}
	
div.page_ttl {
	margin-bottom: 22px;
	width: 645px;
	height: 140px;
	overflow: hidden;
	background: url(../img/ttl.jpg) no-repeat;
	}

h2.ttl {
	margin-top: 120px;
	color: #FFFFFF;
	border: none;
	font-size: 110%;
	}
		
.section p {
	text-align: left;
	}

/* contact - index.html
----------------------------------------------------*/

#contact form div#formbox {
	margin-left: 75px;
	width: 500px;
	}

form fieldset {
	border: none;
	}

form legend {
	display: none;
	}
	
#contact label {
	margin-bottom: 10px;
	width: 160px;
	float: left;
	display: block;
	clear: both;
	text-align: right;
	}

#contact label span {
	color: #666666;
	}
	
#contact input#system_name,
#contact input#system_subject,
#contact input#system_mail,
#contact input#confirm_system_mail,
#contact textarea#input_message {
	margin-bottom: 10px;
	width: 290px;
	float: right;
	font-size: 100%;
	color: #666666;
	}

div#formbox p {
	clear: both;
	text-align: center;
	}

div#formbox p#explanation {
	margin-bottom: 30px;
	text-align: left;
	}

p#explanation span.indispensability,
div#formbox label span.indispensability {
	margin: 0 2px;
	color: #FF6600;
	}
		
div#formbox p#send_return {
	margin: 10px 0;
	padding: 10px 0;
	border:solid 1px #333;
	}

div#formbox p#send_return input,
div#formbox p#send_return label {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

div#formbox p#send_return input {
	width: 20px;
	}

div#formbox p#send_return label {
	width: 370px;
	}
	
.text1,
.text2,
.text3,
.text4,
.text5 {
	width: 300px;
	border: none;
	border: solid 1px #333333;
	background: #000000;
	}
	
.text1:focus,
.text2:focus,
.text3:focus,
.text4:focus,
.text5:focus {
	border-color: #CC6600; 
	background-color: #FFFFFF; 
	}

/* contact - preview.html
----------------------------------------------------*/

p#preview_explanation,
dl#preview_area {
	margin: 0 0 30px 75px;
	width: 500px;
	}
	
dl#preview_area dt {
	margin-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 150px;
	color: #FFFFFF;
	border-left: solid 3px #CC6600;
	}
	
dl#preview_area dd {
	margin-bottom: 5px;
	float: right;
	width: 300px;
	}

#preview_form {
	margin-left: 75px;
	clear: both;
	}	

/* contact - complete.html,error.html
----------------------------------------------------*/
	
p#complete_explanation,
ul#error_explanation {
	margin: 0 0 30px 75px;
	width: 500px;
	}

ul#error_explanation li {
	margin-bottom: 6px;
	}

ul#error_explanation li img {
	margin-right: 20px;
	}
	
.return_edit {
	padding: 2px;
	color: #999999;
	border: solid 1px #666666;
	background: #000000;
	}

