@charset "shift_jis"; /*shift_jis‚Ģ¸ź¨‡*/

h1 a{
	display:block;
	width:280px;
	height:93px;

}

div#menu{
	background:url(img/bg5.jpg) 0 0 repeat-x;
}

ul#menu{
	height:49px;
	width:960px;
	margin:0 auto;
}
ul#menu li{
	float:left;
	width:192px;
	height:49px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
ul#menu li a{
	display:block;
	width:192px;
	height:49px;
}

a.profile{
	background:url(img/office2.jpg) 0 -49px no-repeat;
}

a.services{
	background:url(img/services2.jpg) 0 -49px no-repeat;
}

a.cost{
	background:url(img/cost2.jpg) 0 -49px no-repeat;
}

a.contact{
	background:url(img/contact2.jpg) 0 -49px no-repeat;
}

a.access{
	background:url(img/access2.jpg) 0 -49px no-repeat;
}

ul#menu a:hover{
	background-position:0 -98px;
}

div#pan {
	width:940px;
	margin:20px auto;
}

div#pan li{
	float:left;
	display:block;
	background:url(img/pan.gif) 1em .5em no-repeat;
	padding-left:2em;
}

div#pan li.first{
	background-image:none;
	padding-left:0;
}

div#leftmenu{
	width:182px;
	padding:5px;
	background-color:#cfcfcf;
	float:left;
}

div#leftmenu ol{
	background:url(img/bg6.gif) 0 0;
}


div#leftmenu ol li{
	background:url(img/list.gif) 10px 19px no-repeat;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #cfcfcf;
}



div#leftmenu ol li a{
	color:#000;
}

div#leftmenu ol li a:hover{
	color:#2C9BCF;
	background-color:transparent;
}

div#contents{
	width:705px;
	float:left;
	margin-left:62px;

}

h2.midashi,h3.midashi{
	margin-bottom:15px;
}

p.midashi{
	font-size:24px;
	font-family:"Hiragino Mincho ProN","MS Mincho",serif;
	margin-bottom:0px;
}

p.midashi span{
	font-size:16px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


  dl.table{
	border-top:1px dotted #000;
	margin-bottom:40px;
 }

dl.table dt{
	float:left;
	clear:both;
	width:145px;
	font-weight:bold;
	padding-top:10px;
 }

dl.table dd{
	border-bottom:1px dotted #000;
	padding:10px 0 10px 155px;
 }


div.portrait{
	width:188px;
	padding:5px;
	background-color:#cfcfcf;
	float:left;
}

div.right{
margin-left:218px;
}

dl.table2{
	border-top:1px dotted #000;
	margin-bottom:40px;

 }

dl.table2 dt{
	font-weight:bold;
	padding:10px 0;
	border-bottom:1px dotted #000;
}

dl.table2 dd{
	border-bottom:1px dotted #000;
	padding:10px 0;

 }

ul.list2{
	margin-bottom:30px;
}

ul.list2 li{
	background:url(img/listmark.jpg) 5px 6px no-repeat;
	padding-left:25px;
}

ul.list2 li.last{
	background-image:none;
}

dl.contact{
	margin:30px 0;
}

dl.contact dt{
	float:left;
	clear:both;
	height:90px;
}

dl.contact dd{
	margin-left:100px;
	font-size:40px;
	font-family: 'Rufina', serif;
	padding-top:15px;
	min-height:75px;
	height:75px;
	}
	
dl.contact dd a{
	color:#2C9BCF;
	-moz-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

dl.contact dd a:hover{
	color:#fff;
	background-color:#2C9BCF;
}

h3.access,h4.access{
	font-size:16px;
	font-weight:normal;
	border-top:3px solid #2c9bcf;
	border-bottom:1px dotted #333;
	padding:10px 0;
	margin-bottom:20px;
}

p.access{
	background-color:#e3e3e3;
	border:1px solid #757575;
	padding:15px;
}