@chaeset "Shifr_JIS";

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.reset{
 width: 0px;
 height: 0px;
 _height: 0px;
 margin: 0px;
 padding: 0px;
 font-size: 0px;
 line-height: 0px;
 clear: both;
}

/*----------------------------------------------------------------------
写真の回り込み
----------------------------------------------------------------------*/
/*---画像左---*/
.image-left {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
/*---画像右---*/
.image-right {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

/*---画像の回り込み解除---*/
.clear-left {
	clear:left;
	display:none;
}
.clear-right {
	clear:right;
	display:none;
}
.clear-both {
	clear:both;
	display:none;
}


/*----------------------------------------------------------------------
その他
----------------------------------------------------------------------*/
/*---段落の区切り・透明---*/
.hr-clear {
	clear:both;
	visibility:hidden;
	margin-bottom:30px;
	padding: 0;
}
.hr-clear-marginnone {
	clear:both;
	visibility:hidden;
	margin:0;
	padding: 0;
}
/*---ページのトップへ---*/
#pagenavi {
	text-align: left;
	font-size:0.8em;
	font-weight:normal;
	margin: 0px;
	padding: 5px 0px 5px 50px;
}
#pagenavi-second {
	text-align: left;
	font-size:0.8em;
	font-weight:normal;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
/*---ページのトップへ---*/
#pagetop {
	clear:both;
	width: 100%;
	text-align: right;
	margin: 20px 0px 0px 0px;
	padding: 30px 0px 10px 0px;

}
#pagetop a {
	text-align: right;
	margin: 0px;
	padding: 0px 16px 0px 0px;
	background-image: url(../img/b_pagetop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#pagetop h5 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.9em;
	font-weight:normal;
}
.leftspace {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
}
/*---トップページへ---*/
#go-top {
	clear:both;
	width: 100%;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	border-top: 1px dotted #999999;
}
#go-top a {
	text-align: right;
	margin: 0px;
	padding: 0px 16px 0px 0px;
	background-image: url(../img/b_gotop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*----------------------------------------------------------------------
線付きテーブル
----------------------------------------------------------------------*/
/*---テーブル全体---*/
.linetable table {
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
html>body table {
	border-collapse: separate;
}
/*---ヘッダセル---*/
.linetable th {
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	background-color:#EBEACC;
	color:#333333;
	font-weight: normal;
	text-align:center;
	white-space: nowrap;
}
/*---データセル---*/
.linetable td {
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
/*---データセル罫線なし---*/
.tableline-none {
	border-right:none;
	border-bottom:none;
	text-align:center;
}

/*----------------------------------------------------------------------
フォーム
----------------------------------------------------------------------*/
/*基本*/
#formarea {
	width: 680px;
	margin: 0 auto 20px auto;
	padding: 10px;
	border-top-width: 5px;
	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: #0066CC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../img/bg_wantsselect.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#formarea p {
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 2px 0px;
}
#formarea h3 {
	width: 600px;
	margin: 0 auto;
	padding: 5px;
	font-weight:bold;
}
#formarea h4 {
	width: 580px;
	margin: 0 auto;
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #00c6e3;
	background-image: url(../img/bg_formarea_h4.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight:bold;
}
#formarea2 {
	width: 680px;
	margin: 0 auto 20px auto;
	padding: 10px;
	border-top-width: 5px;
	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: #006600;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../img/bg_wantsselect2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#formarea2 p {
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 5px 10px 15px 10px;
}
#formarea2 h4 {
	width: 580px;
	font-weight:bold;
	margin: 0 auto 20px auto;
	padding: 5px;
	background-image: url(../img/bg_formarea_h4.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #669900;
}
/*フォームの枠*/
form,p,ul {
	margin: 0 auto 10px auto;
}
/*フォームの項目命令*/
form dl {
	margin: 0;
	padding: 0;
}
/*フォームの項目*/
form dt {
	color:#003366;
	width: 14em;
	text-align: right;
	padding: 0.2em 0 0 0;
	white-space:nowrap;
	float: left;
	clear: both;
	margin: 0.2em 0 0.3em 0.5em;
}
/*フォーム記入箇所*/
form dd {
	margin: 0.3em 0 0.3em 8em;
}
/*フォーム選択箇所*/
form select {
	margin: 0;
	padding: 0;
}

/*送信ボタンエリア*/
#confbtn {
	text-align:center;
	margin: 10px auto 10px auto;
	padding: 10px 0px 10px 0;
}
/*フォーカス*/
input:focus {
	background-color: #FFF5B3!important;
}
textarea:focus {
	background-color: #FFF5B3 !important;
}
select:focus {
	background-color: #FFF5B3!important;
}
.stopsafari {
	color: #FFCC66;
}
label {
	cursor: pointer;
}
body {
	margin: 0px;
	padding: 0px;
}
#details-box p {
	line-height: 1.2em;
}