﻿div#main2 {
	width: 1000px;
	margin: 0 auto 0 auto;
}
.photogallery {
	margin: 20px 0 0 0;
}
.photogallery ul li {
    float: left;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    font-size: 13px;
    color: #494949;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}
.photogallery ul li:nth-child(2n+1) {
    margin: 0 40px 20px 0;
}
span.red3 {
    color: #cd2322;
    font-size: 18px;
    line-height: 27px;
}
span.fontbig2 {
    font-size: 17px;
    line-height: 30px;
}
span.fontsmall {
	font-size: 14px;
}

/*-------------
contact
-------------*/
p.contacttext {
	line-height: 16px;
	font-weight: 600;
	font-size: 13px;
	margin: 20px 0 0 10px;
}
#toiawase .form table {
	border-collapse: collapse;
	width: 720px;
	margin: 20px 0 0 0;
	border: solid 1px #bfbfbf;
	text-align: left;
	color: #3b3b3b;
}
#toiawase .form table th, #toiawase .form td {
	line-height: 42px;
	border: solid 1px #bfbfbf;
}
#toiawase .form table th {
	background-color: #f0f0f0;
	padding: 0 5px 0 10px;
	width: 175px;
	vertical-align: top;
}
#toiawase .form td {
	padding: 0 0 0 14px;
}
#toiawase .form td input#companyname, #toiawase .form td input#mail, #toiawase .form td input#address {
	width: 400px;
	height: 20px;
}
#toiawase .form td input#name {
	width: 400px;
	height: 20px;
}
#toiawase .form td input#tel, #toiawase .form td input#fax {
	width: 320px;
	height: 20px;
}
#toiawase .form td textarea#comment {
	margin-top: 12px;
	width: 490px;
	height: 140px;
}
#toiawase .form #formEnd {
	text-align: center;
	margin: 5px 0 0 0;
}
#toiawase .form #formEnd button {
	margin: 10px 5px 0;
	border: 0;
	background-color: #fff;
}
img.resetbutton:hover {
    opacity: 0.8;
}
img.submitbutton:hover {
    opacity: 0.8;
}
