@charset "UTF-8";
/**************************************
*
*	about page Structure Style Sheet
*	Last Update 2011-01-07
*
**************************************/


#contentArea {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
/*- Page Bottom -------*/
#footArea{
	text-align: right;
	margin-top:40px;
}

/*- Title -------*/
#contentArea h1.mainTitle{
	border-top: medium solid Silver;
	border-bottom: thick inset Gray;
	padding:5px;
	font-size:150%;
	line-height:1.5em;
}

#to-top{
	text-align: right;
}

#contentArea .section #formArea{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width:660px;
}

#contentArea .section #formArea #top_msg{
	text-align: left;
	margin: 5px 0 5px 0;
}



th,td{
	border: 1px solid Gray;
	text-align:left;
	padding: 2px 1px 2px 2px;
}

th {
	background-color: #dff;
}

table.form textarea {
	width:400px;
}

/* Form > Indicates emphasis */
table.form em,
form em,
em.require {
	color: red;
	text-decoration:none;
	font-size:80%;
	font-style:normal;
}

/* Form > Error Message */
.error-message {
	color : red;
}

#contentArea .section #formArea #foot_msg{
	text-align: center;
	margin: 0 auto;
}
#contentArea .section #formArea #foot_msg *{
	margin: 3px 0;
	vertical-align: middle;
}

#contentArea .form {
	margin: 10px auto;
	text-align: center;
}


#contentArea .cautionBox {
	margin: 10px auto;
	text-align: center;
}


#contentArea .cautionBox * {
	text-align: left;
}


.catalog_label{
	margin: 0 10px 0 0;
}
.catalog_label_{
	margin: 0 10px 0 0;
}

.catalog_dt{
	margin: 0 0 7px 0;
	border-bottom: thin solid Gray ;
}

.catalog_dd{
	margin: 0 0 3px 0;
}

.catalog_dd *{
	vertical-align: middle;
}

#formArea form fieldset legend {
	margin:0 10px;
	padding:0 px;
	font-weight:bold;
}
#formArea form fieldset {
	border:1px solid Gray;
	margin:8px 10px 12px 15px;
	padding:10px;
	text-align: left;
}

#formArea form label {
	margin:3px 5px 3px 0;
}



#formArea form label *{
	vertical-align: middle;
}

#contentArea h2.Wtitle { /* web */
	font-size: 120%;
	margin: 1em 0 0.5em;
	padding: 9px 30px 0.5em;
	background: url(/tecfiles/img/contacts/common/icon-form.gif) no-repeat left top;
	}

#contentArea h2.Ctitle { /* cal */
	font-size: 120%;
	margin: 1em 0 0.5em;	padding: 9px 30px 0.5em;
	background: url(/tecfiles/img/contacts/common/icon-tel.gif) no-repeat left top;
	}

#contentArea h2.Ftitle { /* fax */
	font-size: 120%;
	margin: 1em 0 0.5em;
	padding: 9px 30px 0.5em;
	background: url(/tecfiles/img/contacts/common/icon-fax.gif) no-repeat left top;
	}

#contentArea h2.Atitle { /* address */
	font-size: 120%;
	margin: 1em 0 0.5em;
	padding: 9px 30px 0.5em;
	background: url(/tecfiles/img/contacts/common/icon-address.gif) no-repeat left top;
	}

#contentArea h2.Qtitle{ /* faq */
	font-size: 120%;
	margin: 1em 0 0.5em;
	padding: 9px 30px 0.5em;
	background: url(/tecfiles/img/contacts/common/icon-faq.gif) no-repeat left top;
	}
#contentArea h2.CTtitle { /* catalog */
	font-size: 120%;
	margin: 1em 0 0.5em;
	padding: 9px 30px 0.5em;
	background: url(/tecfiles/img/contacts/common/icon-catalog.gif) no-repeat left top;
	}

#contentArea h2.FTtitle { /* free dial */
	font-size: 120%;
	margin: 1em 2em 0.5em;
	padding: 9px 30px 0.5em;
	background: url(/tecfiles/img/contacts/common/icon-free_tel.gif) no-repeat left top;
	}

#contentArea .link_title{
	margin: 1em 0;
	padding:15px 0;
	float:left;
	border-bottom:1px solid #ccc;
	width:290px;
	height:30px;
}
#contentArea .link_date{
	margin: 1em 0;
	padding:15px 0;
	float:right;
	border-bottom:1px solid #ccc;
	width:430px;
	height:30px;
}
#contentArea li.contact,
#contentArea li.web {
	float:left;
	width:150px;
	padding-left:30px;
	height:30px;
}
#contentArea li.contact img,
#contentArea li.web img{
	padding-right:10px;
	vertical-align:middle;
}

#contentArea h2.Ititle { /* 追加 アイコン画像なし */
	font-size: 120%;
	margin: 1em 0 0.5em;
	padding: 9px 0 0.5em;
	}



/*- cautionListBox -------*/
#contentArea div.cautionListBox{
	margin:10px;
}
#contentArea div.cautionListBox ul{
	margin:10px 10px 0 24px;
}
#contentArea div.cautionListBox ul li{
	list-style:outside disc;
	margin-bottom:5px;
}

/*- sectionBox -------*/
#contentArea div.section{
	margin:20px;
}