@CHARSET "UTF-8";

/* CSS document for access */

/* Contents */
.contents {
	width: 1200px;
	height: 1350px;
	overflow: hidden;
	background: url(../img/background_contents.png) repeat-y;
}
/* Contents */



/* main */
.main {
	position: absolute;
}

.sub_ttl {
	font-size: 150%;
	font-weight: bold;
	color: #BBBB85;
}

.text {
	font-size: 110%;
	line-height: 14px;
}


#telinfo {
	margin:0 0 15px 0;
}

#telinfo table {
	margin: 10px 0 0 0;
	font-weight: bolder;
	text-align: center;
	border: 5px solid #E6E6E6;
	border-collapse: collapse;
}

table caption {
	text-align:left;
	padding:5px 0;
	font-size:120%;
	color:#333;
}

#telinfo th,
#telinfo td {
	border-left: 2px solid #E6E6E6;
}

#telinfo th {
	width: 100px;
	height: 50px;
	background-color: #FFC2B6;
}

#telinfo td {
	width: 220px;
	height: 50px;
}

#telinfo td span {
	font-size: 120%;
}



#contactTable {
	margin:0 0 15px 0;

}

#contactTable table {
	margin: 10px 0 0 0;
	font-weight: bolder;
	text-align: center;
	border: 5px solid #E6E6E6;
	border-collapse: collapse;
}

#contactTable td {
	text-align:left;
	padding: 10px 8px;
	width: 495px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}

#contactTable th {
	border-left: 2px solid #E6E6E6;
	border-bottom: 2px dotted #E6E6E6;
	width: 150px;
	background-color: #FFC2B6;
}


#contactTable td span {
	font-size: 120%;
}

input,
textarea {
	width:480px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #999;
	font-size:14px;
	padding:5px;
	background-color: #FFE9E9;
}


input.btn{
	width:120px;
	padding:5px;
	margin: 0 5px;
	background-color: #C30;
	color:#FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7A9A4;
	border-right-color: #710000;
	border-bottom-color: #710000;
	border-left-color: #D7A9A4;
}

/* main */

