@charset 'euc-jp';

/* ページ */
/* 下層ページ
///////////////////////////////////////////////////////////////////*/
/* 目次 -----------------------*/
.pagelink {
	clear:both;
	margin:50px 0 0 80px;
}
.pagelink li{
	list-style:none;
	background:url(../images/point.gif) no-repeat left center;
	padding-left:20px;
	line-height:2.5;
}
.pagelink li a{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
.pagelink li a:hover{
	color:#FFCC00;
}

/*  必須アイテム -----------------------*/
#sample {
	margin-bottom:30px;
}
#sample a{
	margin:0 auto;
	background:url(../images/hissu/sampleB.jpg) no-repeat;
	display:block;
	width:385px;
	height:37px;
}
#sample a:hover{ background-position:left bottom;}
#sample2 {
	margin-bottom:30px;
}
#sample2 a{
	margin:0 auto;
	background:url(../images/hissu/sampleB2.jpg) no-repeat;
	display:block;
	width:385px;
	height:37px;
}
#sample2 a:hover{ background-position:left bottom;}

#form #Fborder {
	border-top:1px solid #CCC;
	margin-left:20px;
}
#form table {
	margin-left:20px;
	width:585px;
}
#form th {
	border-top: 1px dashed #7F7F7F;
	color:#00539F;
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#form th span{
	color:#FF6600;
}
#form td {
	border-top: 1px dashed #7F7F7F;
	padding-top: 10px;
	padding-bottom: 10px;
}
#form td span{
	color:#FF6600;
}
#form .code-multi {
    ime-mode: active;
}
#form .code-alphameric {
    ime-mode: disabled;
}

