/*豎守畑*/
*{
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration:none;
	color:#3366ff;
}

a:hover{
	text-decoration:underline;
}

.green{
	color:#006633;
}
.blue{
	color:#004692;
}

.red{
	color:#d90000;
}
.aligncenter{
	text-align:center;
}
/*
a img:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
*/
.indent{
	text-indent:-1em;
	margin-left:1em;
}


@media print,screen and (min-width: 641px){
.nopc{
	display:none;
}

.clearfix:after {
  content: ".";  /* 譁ｰ縺励＞繧ｳ繝ｳ繝�Φ繝� */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 髱櫁｡ｨ遉ｺ縺ｫ */
}
 
.clearfix {
 min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body{
	margin:20px 0 0 0;
	background-color:#F8F8EF;
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	font-size:15px;
	min-width:1100px;
}

img{
	border:0;
}

	.tel{
		pointer-events:none;/*繝ｪ繝ｳ繧ｯ繧帝撼繝ｪ繝ｳ繧ｯ縺ｫ螟峨∴繧�*/
		cursor:default;/*繝槭え繧ｹ繧ｫ繝ｼ繧ｽ繝ｫ繧堤泙蜊ｰ縺ｮ縺ｾ縺ｾ螟峨∴縺ｪ縺�*/
	}




/*繝倥ャ繝繝ｼ*/
header{
	width:1000px;
	margin:0 auto 20px;
	position:relative;
	height:150px;
}

header h1,header #h1{
	margin:0px;
}

	#header_title{
		background-color:#3B6B53;
		color:#fff;
		width:250px;
		text-align:center;
		border-radius:5px;
		position:absolute;
		padding:5px 0;
		left:270px;
		top:10px;;
	}
	#header_tel{
		position:absolute;
		left:540px;
		top:10px;
		font-size:24px;
	}
	#header_fax{
		position:absolute;
		right:0px;
		top:10px;
		font-size:24px;
	}
	#header_address{
		position:absolute;
		right:0;
		top:44px;
		border-top:dotted #001A66 1px;
	}

nav{
	position:absolute;
	right:0px;
	bottom:0;
}
	nav img{
		margin-left:24px;
	}


/*繧ｳ繝ｳ繝�Φ繝�*/
#container{
	width:1000px;
	margin:auto;
}




#contents{
	width:640px;
	float:left;
}

#contents h2{
	font-size:25px;
}



#side{
	width:320px;
	float:right;
}
	#side h2{
		margin:0;
	}
	
	#side_info{
		margin-bottom:30px;
	}
	
	#info_block{
		background-color:#fff;
		padding:10px;	
	}
	#side_info dl{
		margin:0 0 8px 0;
	}
	#side_info dt{
		font-weight:bold;
		color:#b20000;
	}

		#time_block{
			background-color:#fff;
			margin-bottom:30px;
			padding:10px;
		}
		#access_block{
			background-color:#fff;
			margin-bottom:30px;
			padding:10px;
		}





footer{
	width:1000px;
	margin:30px auto 0;
	padding-top:30px;
	text-align:center;
	border-top:solid #CCCCCC 1px;
}
	#footer_address{
		font-size:13px;
		margin:15px 0;
	}
	#footer_copyright{
		margin:30px 0;
		font-size:12px;
	}

	

/*繝壹�繧ｸ繝医ャ繝励∈縺ｮ繝懊ち繝ｳ*/
#pagetop{
	display:none;
}
#pagetop a{
	display:block;
	position:fixed;
	right:0px;
	bottom:30px;
	width:30px;
	height:135px;
	text-indent:160px;
	line-height:150px;
	overflow:hidden;
	background:url(../images/pagetop.png) no-repeat left top;
	/*filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	*/
}
#pagetop a:hover{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}



}

@media print{

#pagetop a{
	display:none;
}

}