@charset "UTF-8";

/* Linxナビゲーションバー */
.linx_navi{
	color:#936a00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ffffda;
	text-align: center;
	line-height: 160%;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #936a00;
	padding-bottom: 2px;
	width: 100%;
}

.linx_navi ul {
	margin: 0;
	padding: 0;
}

.linx_navi ul li {
	white-space:nowrap;
	display: inline;
}


/* Linxナビゲーションバーリンク設定 */
.linx_navi ul li a {
	text-decoration: none;
	color: #936a00;
	background-color: #ffffda;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #936a00;
	border-right: 1px solid #936a00;
	border-left: 1px solid #936a00;
}
/* Linxナビゲーションバー マウスオーバー時 */
.linx_navi ul li a:hover {
	color: #553d00;
	background-color: #e6bf5a;
	background-position: left center;
	background-repeat: no-repeat;
}

.linx_paging {font-size:12px;}
.linx_nohit  {}
.linx_error {line-height:150%; font-weight:bold; color:#EA5230; font-size:12px; margin-bottom:20px;}
.linx_html_code {font-size:12px; padding:3px; border:2px solid #ACACF6; margin:5px 0px 10px 0px ;}
.linx_caution  {font-size:80%; line-height:130%;}

.linx_form {
	line-height: 130%;
	margin: 0;
}
.linx_form dt {
	padding-top: 0;
	padding-left: 0.5em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.linx_form dd {
	line-height: 130%;
	margin-top: -1.6em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: .8em;
}

fieldset {border:0px;}
.linx_form p {font-size:100%;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#main .thumbnail{
position: relative;
z-index: 0;
}

#main .thumbnail:hover{
background-color: transparent;
z-index: 500;
visibility: visible;
}

#main .thumbnail span{ /*CSS for enlarged image*/
position: absolute; 
background-color: #ccc;
padding: 5px;
left: -1000px;
border: 1px double #000000;
visibility: hidden;
color: #000000;
text-decoration: none;
text-align: center;
}

#main .thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

#main .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 200px; /*position where enlarged image should offset horizontally */

}