@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

main

/////////////////////////////////////////////////////////////////// */

#main {
	clear: both;
	padding: 15px 0;
}

/* =========================================================
contents
========================================================= */
#contents {
	width: 978px;
	margin: 0 auto;
	background-color: #FFF;
}

#main h2 {
	height: 48px;	
	width: 978px;
	margin: 0 auto 15px auto;
	clear: both;
	overflow: hidden;
}

#contents:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* =========================================================
topicpath
========================================================= */

#topicpath {
	width: 978px;
	margin: 0 auto 10px auto;
	color: #999999;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	}
	
#topicpath li {
	display: display-inline;
	float: left;
	}
	
#topicpath li a{
	color: #999999;
	}
	
#topicpath li a:hover{
	color: #58afb6;
	}

/* =========================================================
side
========================================================= */
	
#side {
	width: 290px;
	float: left;
	}

#side-contents {
	width: 260px;
	margin: 15px auto;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */ 
	background-color: #c1dddf;
	padding-bottom: 5px;
	}

#side-contents h3{
	width: 260px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #333333;
	}
	
#side-contents ul li{
	width: 250px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 1px;
	line-height: 50px;
	background-color: #FFF;
	}
	
#side-contents ul li a{
	width: 250px;
	display: block;
	text-decoration: none;
	background: url("../../img/contact/arrow.png") no-repeat scroll right center;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 18px;
	}
	
#side-contents ul li a:hover{
	background-color: #ffffcc;
	}

/* =========================================================
form
========================================================= */

#formWrap {
	width:673px;
	margin:15px auto 0 auto;
	color:#333;
	line-height:120%;
	font-size:90%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background-color: #FFF;
	margin-bottom: 10px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.form_btn {
    cursor: pointer;
    height: 30px;
    width: 200px;
}

#btn_area {
	text-align: center;
	}