@charset "Shift_JIS";

/*-----------------------------ナビ-----------------------------*/

#navi{
	width:640px;
	height:24px;
	margin-bottom:10px;
}

#navi hr{
	display:none;
}
	
.naviHome{
	width:107px;
	height:24px;
	display:block;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

.naviHome a{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/home.gif); 
	background-repeat: no-repeat; 
	background-position: top;
	text-decoration: none; 
}

.naviHome a:hover{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/home.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	text-decoration: none; 
}

.naviAbout{
	width:107px;
	height:24px;
	display:block;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

.naviAbout a{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/about.gif); 
	background-repeat: no-repeat; 
	background-position: top;
	text-decoration: none; 
}

.naviAbout a:hover{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/about.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	text-decoration: none; 
}

.naviBrand{
	width:107px;
	height:24px;
	display:block;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

.naviBrand a{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/brand.gif); 
	background-repeat: no-repeat; 
	background-position: top;
	text-decoration: none; 
}

.naviBrand a:hover{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/brand.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	text-decoration: none; 
}

.naviShow{
	width:107px;
	height:24px;
	display:block;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

.naviShow a{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/show.gif); 
	background-repeat: no-repeat; 
	background-position: top;
	text-decoration: none; 
}

.naviShow a:hover{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/show.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	text-decoration: none; 
}

.naviFactory{
	width:107px;
	height:24px;
	display:block;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

.naviFactory a{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/factory.gif); 
	background-repeat: no-repeat; 
	background-position: top;
	text-decoration: none; 
}

.naviFactory a:hover{
	width:107px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/factory.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	text-decoration: none; 
}

.naviContact{
	width:104px;
	height:24px;
	display:block;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

.naviContact a{
	width:104px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/contact.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	text-decoration: none; 
}

.naviContact a:hover{
	width:104px;
	height:24px;
	display:block;
	background-image: url(../img/global/navi/contact.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	text-decoration: none; 
}

/*-----------------------------メイン-----------------------------*/

#main {
	width:600px;
	margin-bottom:10px;
	margin-left:20px;;
	clear:both;
}


/*-----------------------------フォーム-----------------------------*/

#ex{
	width:600px;
	margin-top:10px;
	margin-bottom:10px;
}

form {
	width:600px;
	margin-right:auto;
	margin-left:auto;
}

#formTable {
	width:600px;
}

#formTable th {
	width:178px;
	padding: 4px 2px 4px 20px;
	color:#f60;
	font-weight:normal;
	text-align:left;
	border-bottom: 2px dotted #ff8533;
	background-image: url(../img/global/circle01.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
}

#formTable td {
	width:395px;
	padding: 4px 2px 4px 5px;
}

#formTable input {
	border: 1px solid #ff8533;
}

#formTable textarea {
	border: 1px solid #ff8533;
}

#company {
	width:98%;
}

#person {
	width:98%;
}

#tel {
	width:15em;
	ime-mode:disabled
}

#mail {
	width:98%;
	ime-mode:disabled
}

#contents {
	width:98%;
	height:10em;
	scrollbar-base-color:#fff; 
	scrollbar-face-color:#fff; 
	scrollbar-arrow-color:#ff8533; 
	scrollbar-highlight-color:#ff8533; 
	scrollbar-3dlight-color:#fff; 
	scrollbar-shadow-color:#ff8533; 
	scrollbar-darkshadow-color:#ff8533; 
}

#button {
	text-align:center;
	margin:10px 0;
}

#submit {
	width:70px;
	margin-right:5px;
	font-weight:normal;
	color:#fff;
	border:1px #ff8533 solid;
	background-color:#ff8533;
}

#reset {
	width:70px;
	margin-left:5px;
	font-weight:normal;
	color:#fff;
	border:1px #ff8533 solid;
	background-color:#ff8533;
}


// add
.err{
	color:#000000;
}

#formTable th.err {
	width:178px;
	padding: 4px 2px 4px 20px;
	color:#000000;
	font-weight:normal;
	text-align:left;
	border-bottom: 2px dotted #ff8533;
	background-image: url(../img/global/circle01.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
}