@charset "utf-8";

/* 日本語エラーメッセージ枠 */
#ErrorJp{
	width:700px;
	padding:20px 10px 20px 0px;
	margin:0;
	border-bottom:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#ErrorJp h2{
	font-size:120%;
}


/* 英語エラーメッセージ枠 */
#ErrorEn{
	width:700px;
	padding:20px 10px 10px 0px;
}

#ErrorEn h2{
	font-size:120%;
}

p.returnTop{
	padding:0 0 0 15px;
	background:transparent url(/common/image/icn_arw_04.gif) no-repeat -8px top;
}

/* SearchFont */
.SearchBox{
	width:501px;
	height:40px;
	background:transparent url(../image/bg_sh-fs.gif) no-repeat left top;
}

/* form */
.SearchBox form{
	float:left;
	width:280px;
	padding:6px 0 0 10px;
}
.SearchBox form *{
	display:inline-block;
	vertical-align:middle;
}
.SearchBox form input#kw{
	margin:0 4px 0 0;
	padding:3px 0 0 0;
	width:186px;
	height:15px;
	color:#666;
}

#Conts_765{width: 765px !important; margin: 0 auto; }
.m_center{ margin: 0 auto;}


/* 3. default link setting
================================================== */
a:link{color:#003366;
	text-decoration:underline;
}
a:visited{
	color:#663399;
	text-decoration:underline;
}
a:hover{
	color:#003366;
	text-decoration:underline;
}
a:active{
	color:#ff3333;
	text-decoration:underline;
}

