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

/*----------------------------------
index用のCSSです
----------------------------------*/

.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;
}

/*フォントサイズ変換ここから*/

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, img, fieldset, form, label, legend, caption, tbody, tfoot, thead {
font-size:100%;1.0rem;
}*/

html{
font:10px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
}
.MaincontBox{
	letter-spacing:0;
}

/*.Text10{font-size:100%;font-size:1.0rem; line-height:14px;}
.Text12{font-size:120%;font-size:1.2rem; line-height:16px;}
.Text14{font-size:140%;font-size:1.4rem; line-height:20px;}
.Text16{font-size:160%;font-size:1.6rem; line-height:22px;}
.Text18{font-size:180%;font-size:1.8rem; line-height:24px;}*/

#changeArea{
font-size:120%;font-size:1.2rem;
}

/*フォントサイズ変換ここまで*/


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


/*共通ここから------------------------------------------------------------------------------------------------------------------*/


div.MaincontBox {
width:1160px;
height:auto;
margin:0 auto;
}


div.Ttl {
width:1160px;
height:295px;
position:relative;
}

div.Ttl h1 {
		position:absolute;
		top:0px;
		left:96px;
}

div.ContBgBottom {
width:1160px;
height:auto;
overflow:hidden;
background:url(/attending/inbound/images/BgBottom.gif) no-repeat bottom;
padding-bottom:10px;
}

div.ContBg {
width:1160px;
height:auto;
overflow:hidden;
background:url(/attending/inbound/images/BgMid.gif) repeat-y;
}

div.RCont {
width:658px;
height:auto;
overflow:hidden;
margin:70px 0 0 12px;
}

div.RContBox {
padding:20px 25px 30px 25px;
overflow:hidden;
}


/*共通ここまで------------------------------------------------------------------------------------------------------------------*/


/*サイトマップここから--------------------------------------------------------------*/

div.Ttl p {
width:1160px;
height:295px;
background:url(/attending/inbound/images/Ttl_sitemap.jpg) no-repeat;
text-indent:-9999px;
}

div.ContBox {
width:1160px;
height:auto;
overflow:hidden;
background:url(/attending/inbound/images/Ttl_sitemap02.jpg) no-repeat top;
}

div.MapLeft01, div.MapLeft02, div.MapLeft03, div.MapLeft04 {
		width:299px;
		height:auto;
		overflow:hidden;
		margin:0 10px 20px 0;
		float:left;
}

div.MapRight01, div.MapRight02, div.MapRight03 {
		width:299px;
		height:auto;
		overflow:hidden;
		margin:0 0 20px 0;
		float:left;
}

div.MapLeft01 dt, div.MapLeft02 dt, div.MapLeft03 dt, div.MapLeft04 dt, div.MapRight01 dt, div.MapRight02 dt, div.MapRight03 dt {
	margin-bottom:5px;
}

div.MapLeft01 dd, div.MapLeft02 dd, div.MapLeft03 dd, div.MapLeft04 dd, div.MapRight01 dd, div.MapRight02 dd, div.MapRight03 dd {
		width:289px;
		height:auto;
		line-height:18px;
		padding-left:10px;
}

.MapBlockTop {
		width:608px;
		height:auto;
		overflow:hidden;
		margin-bottom:20px;
}


.MapBlockBottom {
		width:608px;
		height:auto;
		overflow:hidden;
}

.RContBox div dl dt img{
	width:200px;
	height:20px;
}


/*サイトマップここまで--------------------------------------------------------------*/


/*プリントcssここから--------------------------------------------------------------*/

@media print{
.NabiBox{display:none;} 
.footer{display:none;} 
.Ttl{display:none;} 
div#top{display:none;}
div.AnchorBox{display:none;}
div.ContBox {background:none;}
div.ContBg {background:none;}
div.ContBgBottom {background:none;}
.RCont{width:100%; float:none; color:#666;}
div.FooterAll{display:none;}
p.NoPri{display:none;}
} 

/*プリントcssここまで--------------------------------------------------------------*/