.smaller {
	font-size:80%;
	}

.smaller90 {
	font-size:90%;
	}

#header {
	margin:0;
	}

#header h1 {
	width:100%;
	height:94px;
	background-image: url(../../images/header/kigusuri.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px
	}

/* index
----------------------------------------------------*/
#orgHomeStaff {
	margin:0 0 15px 0;
	text-align:right;
	font-size:90%;
	border-bottom:1px dotted #9c3;
	background-image:url(../img/staff-top.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height: 160px;
	position:relative;
	}

#orgHomeStaff div{
	position:absolute;
	bottom: 20px;
	right: 170px
	}

#orgHomeStaff div span{
	font-size:90%;
}

.topictitle {
	width:370px;
	height:300px;
	padding:0;
	margin: 5px 0px 0px; 
	overflow: auto;
	scrollbar-base-color:white;
	scrollbar-face-color:white;
	scrollbar-track-color:F5F5F5;
	scrollbar-arrow-color:darkgray;
	scrollbar-3dlight-color:darkgray;
	scrollbar-darkshadow-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:darkgray;
	}
	
div.aboutus a.gomap {
	display: block;
	text-align: right;
}
/* guide
----------------------------------------------------*/

.staffInfo table th {
    width: 300px;
}

.staffInfo p {
    margin: 3px 2em 7px 0;
}


/* access
----------------------------------------------------*/
.photoAW180-g h3 {
	color:#333;
	margin:10px 0;
	padding:10px 0 5px 80px;
	border-bottom:5px solid #cf0;
	background-image:url(../../img/access/bg_photoH3.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

.photoAW180-g table {
	border-collapse:separate;
	}

.photoAW180-g table th {
	width:360px;
	vertical-align:bottom;
	}

.photoAW180-g table td {
	width: auto;
	font-size:80%;
	color:#666;
	vertical-align:top;
	}


/* support
----------------------------------------------------*/
#flow .kakomi {
	width: 97%;
	margin: 0.5em auto;
	padding: 0 10px;
	}
#flow .kakomi h4 {
	font-size: 1.2em;
	padding: 8px auto;
	border-bottom: dotted 1px #666;
}

.sectionH2 #boxTel table th{ padding:0 5px; text-align:left; white-space:nowrap; width:140px;}
.sectionH2 #boxShop table th{ padding:0 5px; text-align:left; white-space:nowrap; width:140px;}


/* clearfix
----------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;}

.clearfix {overflow:hidden;}	 /* dreamweaver上で表示が崩れない用 */


div.clearfix {
 display:inline-block;}
 

