@charset "utf-8";
@import "./reset-min.css";

/* ------------- layout ----------- */

html { 
background-color: #fff;
font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","メイリオ","Meiryo","Osaka","MS PGothic","ＭＳ Ｐゴシック";
width:100%;
}


#header_wrapper {
	width:100%;
	height:72px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}


#header {
	text-indent:-9999px;	
	height:72px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#container {
	width:800px;
	margin:20px auto 30px auto;
	min-height:500px;
}

#message {
	width:400px;
	margin:20px auto 10px auto;
}

#title_entry {
	width:250px;
	height:41px;
	text-indent:-9999px;
	background-image: url(../images/title_entry.gif);	
	background-repeat: no-repeat;
	margin:0 auto 0px auto;
}
#ublock {
	width:250px;
	height:59px;
	margin:0 auto 0px auto;
	background-image: url(../images/overritz.jpg);	
	background-repeat: no-repeat;
	float: right;
}
#ublock a {
display:block;
font-size:1px;
line-height:1px;
outline:none;
}

#ublock a:hover {
text-indent:-9999px;
} 

#title_contact {
	width:250px;
	height:41px;
	text-indent:-9999px;
	background-image: url(../images/title_contact.gif);	
	background-repeat: no-repeat;
	margin:0 auto 0px auto;
	clear:both;
}

#main {
	font-size:10pt;
	color:#333;
}

#main th {
	border-bottom:1px solid #ccc;
	padding:8px;
	width:200px;
	text-align:right;
}

#main td {
	border-bottom:1px solid #ccc;
	padding:8px;
	width:500px;
}

#main textarea {
	width:450px;
	height:300px;
}

#main .noborder {
	border:none;	
}

#main .left {
	text-align:left;
}


#main .name_japanese { width:300px;	}
#main .name_english  { width:300px;	}
#main .tel           { width:200px;	}
#main .tel_daytime   { width:200px;	}
#main .fax           { width:200px;	}
#main .email         { width:300px;	}
#main .zip           { width:150px;	}
#main .address       { width:450px;	}
#main .other         { width:200px;}


#main p{
	
	font-size:10pt;
	text-align:center;
	margin-bottom:10px;
}

#main .notes {
	color:#cc3300;
	font-size:8pt;
	margin:10px 0 10px 0;
	text-align:center;
}

#main .complete {
	color:#cc3300;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	line-height:150%;
}

#footer_wrapper {
	height:67px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}


#footer {
	text-align:right;
	height:47px;
	padding-top:20px;
	padding-right:100px;
	font-size:8pt;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

#footer a:link {
	color:#666;	
}

#footer a:visited {
	color:#666;	
}

#footer a:hover {
	color:#E69B2E;	
}



#alert {
	
	border:1px solid #FF9D9D;
	padding:10px;
	line-height:170%;
	
}

#alert .error {
	color:#cc3300;
		
}

