<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* -------------------- 全体レイアウト -------------------- */
html {
	margin:0;
	padding:0;
}
img {border:0;}

a{border:0;}


body {
	background-image:url(../iji/2016aut_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:140%;
	margin:0;
	padding:0;
    position: relative;
}

#wrap{position:relative;
	width:100%;
	height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}
	

#wrapper{
	position:relative;
	width:1200px;
	height:auto;
	margin:0 auto;
    padding-bottom: 80px;
}

/* ----- header----- */

#header{
	position:absolute;
	top:0;
	left:270px;
	width:800px;
	height:50px;
}

#navi{
	float:left;
	margin:0 auto;
}
#navi ul{
	list-style:none;
}
#navi li{
	float:left;
	margin-right:5px;
	}


#g_menu01{
	position:absolute;
	left: 740px;
	top: 75px;
}

#g_menu02{
	position:absolute;
	left:910px;
	top: 160px;
}
#g_menu03{
	position:absolute;
	left: 740px;
	top: 270px;
}
#g_menu04{
	position:absolute;
	left: 910px;
	top: 345px;
}
#g_menu05{
	position:absolute;
	left: 740px;
	top: 460px;
}
#g_menu06{
	position:absolute;
	left: 910px;
	top: 525px;
}
#g_menu07{
	position:absolute;
	left: 748px;
	top: 534px;
}

#title{
	position:relative;
	z-index:0;
	width:264px;
	text-align:center;
	margin:0 auto;
}

#footer{
	background-image: url(../iji/2016aut_footer_bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:100%;
	height:120px;
	position:absolute;
	bottom:0;
}

#footer_cont{
	width:1200px;
	padding-top:5px;
	margin:0 auto;
}



/* ----- contents ----- */


#contents{
	margin-top:200px;
	position:relative;
	text-align:center;
	z-index:10;
}

#news{
	padding-top:10px;
	padding-left:15px;
	background-image:url(../img/news_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:483px;
	height:163px;
	position:absolute;
	left: 4px;
	top: 75px;
}

	.news_scr{
	padding : 10px;
	margin-left:8px;
	width: 440px;
	height: 100px;
	overflow-y: scroll;
	scrollbar-face-color: #99CCFF;       /* 表面の色 */
	scrollbar-3dlight-color: #99CCFF;    /* 左端と上端の色 */
	scrollbar-highlight-color: #99CCFF;  /* ハイライトの色 */
	scrollbar-shadow-color: #99CCFF;     /* 影の色 */
	scrollbar-darkshadow-color: #99CCFF; /* 右端と下端 */
	scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
	scrollbar-track-color: #f5f5f5;      /* バーの背景の色 */
	}
	.news_scr p{
	margin-top:0px;
	line-height: 130%;
	}

	.news_scr a:link {
	color: #CC0000;
	text-decoration: none;
	}
	.news_scr a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: underline;
	}

	.bb_sol10 { 
		margin-top:10px;
		margin-bottom:10px;
		border-bottom:1px solid #CCCCCC;
		line-height: 0px;
		font-size:0px;
	}

#kinga{
	position:absolute;
	left:307px;
	top:240px;
</pre></body></html>