*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}


body {
color: #333333;
font-size: 12px;
margin:0px;
overflow-y:scroll;
}

a:link{
}

a:visited{
}

a:active{
}

.red{color:#ff0000;}

.big{font-size:large;
font-weight:bold;
}

.hand{
cursor:pointer;
}

img{
border:0px;
vertical-align: bottom;
}


#bg_left{
background:url(../img/left_shadow.jpg) repeat-y right;
}

#bg_right{
background:url(../img/right_shadow.jpg) repeat-y left;
}




#logo{
float:left;
height:65px;
width:210px;
margin:5px;
}

#sitemap{
float:right;
width:570px;
text-align:right;
}



/*メニュー*/
#tab_menu{
clear:both;
height:40px;
}
/*--//メニュー--*/


/*左側メニュー*/




/*--//左側メニュー--*/


/*メインコンテンツ*/

#introduce{
background:url(../img/introduce.jpg) no-repeat center;
height:100px;
width:600px;
margin-top:15px;
}


#about{
background:url(../img/about_txt.jpg) no-repeat center;
height:100px;
width:600px;
margin:5px auto 20px;
}

#act_logo{
margin:5px auto 0px;
background:url(../img/act_logo.jpg) no-repeat center;
height:26px;
width:600px;
}

#act{
width:500px;
margin:0px auto;
height:100%;
background-color:#F7F7F7;
font-size:x-small;
}

#access_logo{
margin:5px auto;
background:url(../img/access_logo.jpg) no-repeat center;
height:26px;
width:600px;
}

#map{
border:1px solid #999999;
width:150px;
height:150px;
background:url(../img/map.jpg) no-repeat center;
}
/*--//メインコンテンツ--*/


/*各ページ*/
.navi{
width:560px;
text-align:left;
margin:20px auto 10px;
letter-spacing:1px;
}


.course_contents{
width:540px;
margin:5px auto;
}

.course_left{
float:left;
width:340px;
padding:0px 10px 10px;
font-size:14px;
}

.course_right{
float:right;
width:180px;
margin:0px auto 20px;
}

.photo_logo{
clear:both;
width:540px;
height:14px;
background:url(../course/img/photo_logo.jpg) no-repeat left;
margin:15px auto 10px;
}


/*//各ページ*/

#footer{
background:url(../img/copyright.jpg) right no-repeat;
width:800px;
height:20px;
}