/* CSS Document */


*{	margin:0;
	padding:0;
	zoom:1;}
	
	
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 2;
	text-align: center;
	background: #fff url(../images/main/bg.gif) repeat ;
}

ul{
	list-style-type: none;
}

a:link { color: #09F; outline: 0;}
a:visited { color: #333399; }
a:hover { color: #39F; text-decoration:none; }

img {border: none; margin:0;}

/*-----------------------------
	固定ヘッダー
-------------------------------*/
* html body {   
    background: url(null) fixed;
	overflow-x:hidden;
}

div#header	{
	width: 100%;
	height:80px;
	background: url(../images/main/header-bg2.png) repeat-x;
	text-align:center;
	position: fixed;
	z-index:2000;
}
* html div#header {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
	right:0px;
	behavior: expression(IEPNGFIX.fix(this));
	height:101px;
}


*+ html div#header {
	right:0;
}


div#header2	{
	width: 100%;
	height:80px;
	background: url(../images/main/header-bg3.png) repeat-x;
	text-align:center;
	position: fixed;
	z-index:2000;
}
* html div#header2 {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
	right:0px;
	behavior: expression(IEPNGFIX.fix(this));
	height:101px;
}


*+ html div#header2 {
	right:0;
}


div#header-fix {
	width: 950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	}

div#title {
	width:250px;
	height:60px;
	position: absolute;
	top:1px;
	left:-10px;
	}
	
div#title2 {
	width:250px;
	height:60px;
	position: absolute;
	top:1px;
	left:5px;
	}
	
div#title2c {
	width:250px;
	height:60px;
	position: absolute;
	top:1px;
	left:10px;
	}
	
div#tel {
	width:264px;
	height:60px;
	position: absolute;
	top:3px;
	left:240px;
	}
	
div#tel2 {
	width:264px;
	height:60px;
	position: absolute;
	top:3px;
	left:260px;
	}
	
div#tel2c {
	width:264px;
	height:60px;
	position: absolute;
	top:2px;
	left:280px;
	}
	
div#taikenbana {
	width:264px;
	height:60px;
	position: absolute;
	top:8px;
	left:714px;
	z-index:50;
	}
	
div#taikenbana2 {
	width:500px;
	height:60px;
	position: absolute;
	top:8px;
	left:488px;
	z-index:50;
	}
	
div#taikenbana2c {
	width:500px;
	height:60px;
	position: absolute;
	top:8px;
	left:500px;
	z-index:50;
	}


div#mainmenu {
	width: 100%;
	height:100px;
	text-align:center;
	font-size:14px;
	position: fixed;
	top:64px;
	left:0;
}





/*-----------------------------
	メイン幅
-------------------------------*/

div#wrapper {
 width:960px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 background: #fff url(../images/main/) repeat-y ;
}

div#main {
 width:800px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 padding-top:80px;
}

div#footer {
	width:100%;
	height:240px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	position:relative;
	background:url(../images/main/0630/footer-bg.gif) no-repeat #fff9ee top center;
	}
	
div#footerc {
	width:100%;
	height:240px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	position:relative;
	background:url(../images/chugaku/footer-bg.gif) no-repeat #fff9ee top center;
	}
	
div#footer a:link { color: #630; outline: 0; text-decoration:none;}
div#footer a:visited { color: #966; }
div#footer a:hover { color: #C63; text-decoration:underline; }


div#link {
	width:460px;
	text-align:left;
	position:absolute;
	top:15px;
	left:20px;
	}
	
div#footer-bana1 {
	width:222px;
	height:70px;
	position:absolute;
	top:37px;
	right:230px;
	}
	
div#footer-bana1c {
	width:385px;
	height:107px;
	position:absolute;
	top:10px;
	right:50px;
	}	
	
div#footer-bana2 {
	width:170px;
	height:70px;
	position:absolute;
	top:37px;
	right:44px;
	}
	
/* 固定「上へ」
--------------------------------*/	

html,body{   
    width :100%;
    height:100%;   
    margin:0;   
    padding:0;   
}   

#ue  {
	width:200px;
	height:39px;
    position: fixed!important;   
    position: absolute;
	right:-3px;
	bottom:0;
	z-index:100;
}	

#ue2  {
	width:120px;
	height:24px;
    position: fixed!important;   
    position: absolute;
	right:-3px;
	bottom:0;
	z-index:100;
}	


/* 固定「メニュー」
--------------------------------*/	

#yoko  {
	width:50px;
	height:80px;
    position: fixed!important;   
    position: absolute;
	right:0px;
	top:100px;
	z-index:100;
}