@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Oct 30, 2009
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.
	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
01: body#index 
============================================================ */
body#index div.contents {
}
body#index div.toForm {
	width: 480px;
	float: left;
}
body#index div.toMail {
	width: 480px;
	float: right;
}
body#index h3 {
	margin-bottom: 20px;
}
body#index div.toForm p {
	font-size: 1.2em;
	margin-bottom: 20px;
}

body#index div.toMail ul li {
	height: 17px;
	margin-bottom: 13px;
}


/* ============================================================
02: Contactn Form
============================================================ */
form dl {
	position: relative;
}
form dt {
	width: 150px;
	padding: 15px 0;
	position: absolute;
	left: 0;
}
form dd {
	padding: 15px 0 15px 150px;
	vertical-align: middle;
	background: url(../images/bdr_dot_333.gif) left bottom repeat-x;
}
form label {
	font-size: 1.2em;
}
span.must {
	color: #fa0073;
	padding: 0 3px;
}
form input.input1,
form textarea.input1 {
	font-size: 1.4em;
	padding: 3px;
	margin-bottom: 5px;
	
	color: #fff;
	
	background: #222;
	border: #222 1px solid;

}
form input.input1:focus,
form textarea.input1:focus {
	color: #000;
	background: #fff;
}

form p.submit {
	text-align: right;
	margin-top: 10px;
}
select {
	color: #000;
	background: #fff;
}
