@charset "utf-8";

@import url("../../css/default.css");
@import url("../../css/commonbase.css");
@import url("base.css");


/* ------------------------ サイトの基本構造 ------------------------ */

/* ------------------------ ヘッダー ------------------------ */

	h1{
		text-indent:-9999px;
	}

		#main{
			padding:0 0 24px;
			background:url(../../shared/bg_line.gif) repeat-y 100% 0 #fff;
			margin:0;
		}
		*html #main{background:url(../images/bg_main.jpg) no-repeat 100% 0 #fff;}

			#menu{
				float:none;
				width:750px;
				background:url(../images/img_bgtop0.jpg) no-repeat 180px 0;
				margin:0;
			}

		#mainflash{
			height:230px;
			padding:0 0 0 20px;
			background:url(../images/bg_flash.gif) no-repeat;
		}

		h2{
			width:540px;
			margin:10px 0 30px 25px;
		}
		
			#topics{
				float:left;
				width:410px;
			}
		
				#topics h2{
					background:url(../images/lbl_news.gif);
					height:23px;
					width:390px;
					margin:22px 0 0 20px;
				}
					
					#topics h2 a{
						display:block;
						height:23px;
						width:390px;
						text-indent:-9999px;
						text-decoration:none;
					}
					/* \*/#topics h2 a{overflow:hidden;}/* */
				
				#topics ul{margin:0 0 20px 20px;}
				
					#topics li{
						list-style:none;
						background:url(../../shared/line_brake.gif) 5px 100% no-repeat;
						padding:9px 0 9px 8px;
				}

			#content{
				width:360px;
				background:url(../images/bg_main.jpg) no-repeat 100% 0;
				margin:0 0 0 20px;
				padding:0 0 12px;
				border-top:none;
			}
			*+html #content{padding:0 0 27px;}
			*html #content{padding:0 0 27px;}

		

		.bancontent li a{
			display:block;
			width:240px;
			height:85px;
			text-indent:-9999px;
			text-decoration:none;
		}
		/* \*/.bancontent li a{overflow:hidden;}/* */


			#banaboutkyugaku{background:url(../../shared/ban_aboutkyugaku.gif) no-repeat;}
			#ban100aniv{background:url(../../shared/ban_100aniv.gif) no-repeat;}
			#banclub{background:url(../images/ban_club.gif) no-repeat;margin:0;}
			#banaboutkyugaku a:hover{background:url(../../shared/ban_aboutkyugaku_r.gif) no-repeat;}
			#ban100aniv a:hover{background:url(../../shared/ban_100aniv_r.gif) no-repeat;}
			#banclub a:hover{background:url(../images/ban_club_r.gif) no-repeat;}



	#footer{border-top:1px solid #ccc;}

		#copyright{margin:8px 20px 20px 0;}












