@charset 'UTF-8';
/* 全体設定 */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: medium;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
#jdc-all {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}
#jdc {
	border: 1px solid #000000;
	margin: 0px auto;
	width: 800px;
	text-align: left;
}
#jdc-header {
	width: 100%;
}
#jdc-header-menu {
	background-color: #EBCF63;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#jdc-header-link {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #EBCF63;
	position: relative;
}
#jdc-content {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	text-align: center;
}
#jdc-content-left {
	margin: 0px;
	width: 600px;
	text-align: left;
	float: left;
}
#jdc-content-right {
	margin: 0px 0px auto 0px;
	width: 200px;
	text-align: left;
	float: right;
}
#jdc-footer {
	width: 100%;
}
/* class設定 */
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.li-sub-text {
	font-size: small;
	margin-bottom: 10px;
}
.img-style {
	border-width: 0px;
}
.onime {
	ime-style: active;
}
.offime {
	ime-style: inactive;
}
.copyright {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
}
.float-clear {
	padding: 0;
	margin: 0;
	clear: both;
}
.HDF {
	margin: 0px;
}
.head-button-on {
	background-image: url('../images/button_on.png');
	width: 100px;
	height: 20px;
	margin: 0px;
	padding: 0;
	font-size: small;
	text-align: center;
	line-height: 150%;
	float: left;
	font-weight: bold;
}
.head-button-off {
	background-image: url('../images/button_off.png');
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
	line-height: 150%;
	float: left;
	font-weight: bold;
}
.head-button-off a {
	color: #000000;
	text-decoration: none;
}
.table-line1 {
	border-spacing: 1px;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.table-line1 th {
	border-spacing: 1px;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.table-line1 td {
	border-spacing: 1px;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.map-info {
	width: 175px;
	white-space: nowrap;
	position: relative;
}
.map-info-left {
	float: left;
}
.map-info-right {
	float: left;
	font-size: small;
}
/* ヘッダー画像ローテーション */
#s1 img {
	border-width: 0px;
	display: none;
}
#s1 img.first {
	border-width: 0px;
	display: block;
}
.pics {  
    height:  106px;  
    width:   800px;  
    padding: 0;  
    margin:  0;  
} 
.pics img {  
//    padding: 15px;  
//    border:  1px solid #ccc;  
//    background-color: #eee;  
    width:  800px; 
    height: 106px; 
    top:  0; 
    left: 0 
}
/* 問い合わせフォーム */
#mail-box {
	margin-left: 10px;
}
#mail-box table {
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #000000;
}
.mail-must-col {
	font-weight: bold;
	text-align: left;
	background-color: #FFFFCC;
}
.mail-col {
	text-align: left;
	background-color: #FFFFCC;
}
.mail-text {
	
}
.mail-testarea {
	
}