@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/05/28
File name ：websystem.css
Site name：地球ネットコム
Summary：WEBシステム開発ページのスタイル
Copyright：Copyright (C) 2008 Tikyu net com.All rights reserved.
-------------------------------------------------------------------------*/

/* 見出し ---------------------------------------------------------------*/
h2 {
	width: 790px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../../inquiry/images/h2_inquiry.jpg) no-repeat;
	text-indent: -5000px;
}
#secContainer h3 {
	width: 535px;
	height: 40px;
	margin: 0 0 30px;
	padding: 0;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
#secContainer h3#h3inquiry {
	background-image: url(../../inquiry/images/pagetitle01.jpg);
}

/* 枠 -------------------------------------------------------------*/
#secContainer {
	margin-top: 0;
}

/* テキスト -------------------------------------------------------------*/
.topTxt {
	width: 350px;
	margin: 0 0 25px;
	float: left;
}
.textA {
	padding: 0 0 0 17px;
}

/* イメージ -------------------------------------------------------------*/
.topImg {
	width: 150px;
	margin: 0 0 25px;
	float: right;
}
/* form ---------------------------------------------------------------*/
.formtable {
	width: 535px;
	border-collapse: collapse;
	font-size: 0.8em;
	margin: 0 0 15px;
}
.formtable th,.formtable td {
	border: solid 1px #999;
}
.formtable th {
	width: 140px;
	background-color: #efefef;
	padding: 5px 10px 5px 0;
	text-align: right;
	font-weight: normal;
	color:#333;
}
.formtable td {
	padding: 5px 10px;
}

form #name {width: 200px;}
form #post,form #tel,form #fax {width: 100px;}
form #city,form #number {width: 280px;}
form textarea {width: 350px; height:120px;}
form #submit {text-align: center;}
form #submit input {width: 75px;}
.textRed {
	color: #f00;
	font-size: 0.8em;
}
.textShort {
	font-size: 0.8em;
}
