@charset "utf-8";

/*
	Site Name: 
	Description:layout
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1:LAYOUT
	2:BASIC
	3:OTHER

==========================================================
*/

/*
===== 1: LAYOUT ==========================================
*/
div#container{
    width:650px;
    background-image:url(/img/shared/footer/border.gif);
    background-repeat:no-repeat;
    background-position:top;
}

div#contents{
	padding:0 20px;
		width:610px;

}

div#main{
	width:610px;

}
div#footer{
    background-position:top;
    padding:8px 0px 10px;
}
#copyright{
margin:0;

}

#container #header{
	margin:0 20px;
    clear:both;
    background-image:url(/img/shared/footer/border.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    height:85px;
    margin-bottom:10px;
}
#container #header #header-logo {
 width:300px;
}
#container #header #header-logo a{
    background-repeat:no-repeat;
    margin:10px 0px;
}

#detail_block{
padding:0 15px;
font-size:105%;
}
/*
===== 2: BAISC ==========================================
*/

h2{
    margin:0 0 0 10px;
}
h3{
    background-image:url(/img/shared/headers/h3-header.gif);
    font-size:98%;
    border:1px dotted #aac6e1;
    margin:10px 0;
    padding:1px 8px 0;
    font-weight:bold;
    line-height:1.5;
    margin-bottom:5px;
}
p{
margin:8px 0px 8px;
line-height:1.4;

}
.print-menu{
text-align:right;
}

/*
===== 3:  MAIN==========================================
*/
h1{
margin-bottom:2px;
}
#date-stamp{
margin:2px 10px;
font-size:90%;
text-align:right;

}



dl{
margin:0 0px;
padding:5px 0;
border-top:1px dotted #ccc;
color:#333;
}
#school-list .first{
border-top:none;
}


dl p{
margin:0px;
}

dt{
background-image:url(/img/shared/marker/marker-shikaku.gif);
background-repeat:no-repeat;
background-position:5px 4px;
text-indent:17px;
width:90px;
border-right:1px solid #d1d1d1;
position:absolute;
}
dd{
margin-left:100px;
width:480px;
display:block;

}
.schoolname{
position:absolute;
margin:0;
}
.tel{
text-align:right;
margin-right:2px;
}
.tel img{
margin:0 5px;
}


#needs_schedule_box h3{
    margin-top:0;
}

#needs{
   float:right;
   width:280px;
}
#schedule  {
   float:left;
   width:290px;
   
}

#schedule  li{
   padding:2px;
   border-bottom:1px dotted #666;
}
#schedule span{
font-weight:bold;
}

#coution{
border-top:1px dotted #666;
margin-top:10px;
padding-top:5px;
}


