/* layout --------------------------------------------------> */
html {
	height:100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
	color: #1a1a1a;
	background: url(/images/64x64.png) repeat left top;
}
body {
	height:100%;
	padding: 0;
	margin: 0;
}

* html div#wrapper{
	height: 100%;
}
div#wrapper {
	position: relative;
	min-height: 100%;
	background: url(/images/64x65_1.png) repeat-x bottom left;
	/*padding-bottom: 65px;*/
}
body > #wrapper {
	height: auto;
}
div.wrapper-center {
	width: 992px;
	margin: 0 auto;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 65px;
	width: 992px;
	background: url(/images/footer_992x65.png) no-repeat left bottom;
}
#footer-height {
	width: 100%;
	height: 65px;
}
#footer-text {
	padding: 25px 0 0 0;
	font-size: 15px;
	color: #cccccc;
}


/* header --------------------------------------------------> */
#breadcrumb-outer {
	position: relative;
	width: 992px;
	padding: 75px 0 0 0;
	height: 30px;
}
#breadcrumb {
	float: left;
}
#breadcrumb a {
	color: #1a1a1a;
}
#my {
	float: right;
	color: #cccccc;
}
#my a{
	color: #1a1a1a;
}


/* contact --------------------------------------------------> */
h1 {
	margin: 0;
	padding: 0;
	width: 992px;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
}

.favorite {
	float: right;
}

#caption-outer {
	background: url(/images/64x420_1.png) repeat-x top left;
}
#caption {
	position: relative;
	width: 992px;
	height: 235px;
	/*background: url(/images/992x200_3.png) no-repeat left top;*/
}
#caption h2 {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 640px;
}
#caption h3 {
	position: absolute;
	top: 105px;
	left: 765px;
	font-size: 35px;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
}
#caption h4 {
	position: absolute;
	top: 142px;
	left: 815px;
	width: 95px;
	font-size: 15px;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	text-align: center;
}
#caption h5 {
	position: absolute;
	top: 42px;
	left: 680px;
	font-size: 28px;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	text-align: center;
	width: 305px;
	height: 40px;
}


#contact {
	position: relative;
	width: 992px;
	padding: 30px 0 0 0;
}
#contact-info {
	width: 992px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
}
.contact-inner {
	width: 992px;
	position: relative;
	padding: 0 0 0 0;
	min-height: 200px;
}
.contact-inner1 {
	width: 992px;
	position: relative;
	padding: 30px 0 0 0;
	min-height: 225px;
}
#contact table {
	width: 670px;
	border-collapse: collapse;
	border-spacing: 0;
}
#contact table td {
	padding: 10px 0 0 0;
	width: 320px;
	color: #1a1a1a;
	font-weight: bold;
}
#contact table .center {
	width: 30px;
}

#contact span {
	padding: 0 5px 0 0;
	color: #ffffff;
}
#contact span.require {
	color: #ffffff;
	font-size: 13px;
}
#contact span.error {
	color: #ffffff;
	font-size: 13px;
}

#contact #submit-outer {
	position: relative;
	width: 670px;
	height: 120px;
	background: url(/images/670x120_2.png) no-repeat left top;
}
#contact #submit-outer1 {
	position: relative;
	width: 670px;
	height: 120px;
	background: url(/images/670x120_3.png) no-repeat left top;
}

#contact #submit-outer #submit {
	position: absolute;
	top: 30px;
	left: 185px;
}
#contact #submit-outer1 #submit {
	position: absolute;
	top: 30px;
	left: 215px;
}
#contact #submit-outer1 #submit1 {
	position: absolute;
	top: 30px;
	left: 155px;
}
.submit:hover,
.submit:focus {
	opacity:0;  
	filter: alpha(opacity=0);  
	-ms-filter: "alpha( opacity=0 )";
}

#contact .contact-img {
	position: absolute;
	top: -25px;
	left: 730px;
}
#contact .contact-img1 {
	position: absolute;
	top: 25px;
	left: 730px;
}

input[type="text"], input[type="password"] {
	padding: 10px;
	font-size: 14px;
	border: none;
	width: 300px;
	border: 0px;
	-moz-border-radius: 3px; /*FireFox*/
	-webkit-border-radius: 3px; /* Safari and Chrome */
	border-radius: 3px; /* Opera 10.5+, IE */
	/*behavior: url(/js/PIE/PIE.htc);*/

}
input[type="reset"], input[type="button"], input[type="submit"] {
	line-height:normal !important;
	border: none;
}
TEXTAREA {
	width: 650px; 
	min-height: 360px;
	padding: 5px 10px;
	font-size: 15px;
	border: 0px;
	background: url(/images/670x30.png) repeat-y;
	line-height: 30px;
	-moz-border-radius: 3px; /*FireFox*/
	-webkit-border-radius: 3px; /* Safari and Chrome */
	border-radius: 3px; /* Opera 10.5+, IE */
	/*behavior: url(/js/PIE/PIE.htc);*/
}
.disabled {
	ime-mode: disabled;
}



