@charset "UTF-8";
/* CSS Document */

/*----------------------------------
index用のCSSです
----------------------------------*/
.CtsMrBox {
    width: 1024px;
    margin: 0 auto;
}
.FClear:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .FClear{ zoom: 1; } /* IE6 */
*:first-child+html .FClear{ zoom: 1; } /* IE7 */


.TxtIdt {
text-indent:-9999px;
}

.Fleft {
float:left;
}

.Fright {
float:right;
}

.Clear {
clear:both;
}

.Mbottom10 {
		margin-bottom:10px;
}

.Mbottom20 {
		margin-bottom:20px;
}

.MLeft10 {
	margin-left:10px;}

.MLeft20 {
	margin-left:20px;}
	
.MRight20 {
	margin-right:20px;}
	
.OFh {overflow:hidden;}

img {font-size:1px; line-height:1px;}


/*----------------------------------メインコンテンツ----------------------------------*/

/* #flickscroll
--------------------------- */
#flickscroll {
	margin: 0 auto;
	width: 960px;
	height: 681px;
	text-align: left;
	position: relative;
}
#flickscroll ul {
	top: 0;
	left: 0;
	height: 681px;
	position: absolute;
	overflow: hidden;
	width:960px;
}
#flickscroll ul li {
	width: 960px;
	height: 681px;
	float: left;
}

#flickscroll #moveprev {
	top: 691px;
	left: 0px;
	width: 61px;
	height: 61px;
	background: transparent url(/attending/help/kari_toroku/images/prev.png) no-repeat left top;
	position: absolute;
	cursor: pointer;
}

#flickscroll #movenext {
	top: 691px;
	right: 0px;
	width: 61px;
	height: 61px;
	background: transparent url(/attending/help/kari_toroku/images/next.png) no-repeat left top;
	position: absolute;
	cursor: pointer;
}



/* #flickthumb
--------------------------- */
#flickthumb {
	margin: 10px auto;
	width: 400px;
	height: 60px;
	text-align: center;
}
#flickthumb ul {
	width: 45px;
	height: 12px;
	background:url(/attending/help/kari_toroku/images/nav01.png) no-repeat;
	position:relative;
    align-items: center;
}
#flickthumb ul li {
	width: 12px;
	height: 12px;
	float: left;
	cursor: pointer;
	display: inline;
	position:absolute;
}

.pot01 { top:-7px; left:0px;}
.pot02 { top:-7px; left:15px;}
.pot03 { top:-7px; left:30px;}
.pot04 { top:-7px; left:45px;}
.pot05 { top:-7px; left:60px;}
.pot06 { top:-7px; left:75px;}

.pot01,  x:-moz-any-link { top:-1px; left:0px;}
.pot02,  x:-moz-any-link { top:-1px; left:15px;}
.pot03,  x:-moz-any-link { top:-1px; left:30px;}
.pot04,  x:-moz-any-link { top:-1px; left:45px;}
.pot05,  x:-moz-any-link { top:-1px; left:60px;}
.pot06,  x:-moz-any-link { top:-1px; left:75px;}

#flickthumb ul li img {vertical-align:central!important;}
#flickthumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
    margin-top: -6px;
}


/* =======================================
	ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flickscroll ul,
#flickthumb ul {
	display: inline-block;
	overflow: hidden;
}







html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img {
	-ms-interpolation-mode: bicubic;
}



ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



option {
	padding-right: 10px;
}


.pdftxt {
	text-align:right;
	margin-bottom: 30px;
}

div.positionbox {position:relative; width:960px; height:auto;}
p.linkstyle {width:284px; height:44px; position:absolute; top:400px; left:410px;}
p.linkstyle a{width:284px; height:44px; display:block;}
p.linkstyle a:hover {text-decoration:none;}