@charset "utf-8";


@import "../css/basic.css";


@media tty {
	i{content:"¥";/*" "*/}} @import '../css/ie5win.css';/*";}
	}/* */



#formbox {
	width: 460px;
	margin: 20px auto;
	text-align: left;
}

#header {
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#header:after { /*新しいブラウザ用*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header { /*MacIE用*/
	display: inline-table;
}
/* Hides from IE-mac ＼*/
* html #header { height: 1%;}
#header { display: block;}
/* End hide from IE-mac */


#header h1 {
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 30px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header p {
	line-height: 1.8em;
	padding: 20px 0 0;
}

form {
	margin: 10px;
	position: relative;
}

h2 {
	clear: both;
	height: 30px;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../info/img/title-contact.gif);
}

#kome {
	position: absolute;
	top: 28px;
	right: 0;
}
* html #kome {
	top: 10px;;
	right: 5px;
}

form ul {
	list-style: none;
}

table {
	width: 450px;
	border-top: 1px solid #666;
	margin-top: 20px;
}

th, td {
	padding: 1em 0.5em;
	border-bottom: 1px solid #666;
}

th {
	width:8em;
	padding: 1.5em 0.5em;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
* html th {	width: 9.5em;}


.txtform {
	border: 1px solid #666;
	background-color: #eee;
	padding: 0.2em;
	margin: 2px 0;
}

label {
	padding-left: 3px;
}	

#contact #footer {
	border-top: 1px solid #000;
}

#contact #footer p {
	padding: 0 0 15px;
}





.contactSend th, .contactSend td {
	padding: 1em 0.5em;
}


#contactError {
	margin: 10px;
}

#contactError p {
	margin-top: 20px;
}


/* エラー時 */
input.blank {
	background-color:#ffc;
}
textarea.blank {
	background-color:#ffc;
}

/* エラーメッセージ */
p.err {
	margin:5px;
	color: #FF9999;
	text-decoration: underline;
}

/* h2直下のメッセージ */
p.massage{
	margin:10px;
	color: #ffc;
}

/* 送信後メッセージ */
div.msgbox{
	padding:10px 5px;
	border:1px solid #ccc;
}

/* 送信エラー時（入力内容） */
#entry{
	width:300px;
	margin:10px auto;
	padding:10px;
	border:1px solid #666;
}

