/*----------------------------------------------------

　文字サイズ変更CSS　スモール状態

----------------------------------------------------*/

/*----------------------------------------------------
　文字サイズを変更する部分　【要変更】
----------------------------------------------------*/

/*index
----------------*/
#header p {
	font-size: 80%;
	/*\*/
		*font-size: 70%;    /*win IE用のサイズ指定*/
 /**/
	color:#746969;
}

#Contents .hoc .hocp{
	font-size: 80%;
	 line-height:1.2em;
	/*\*/
		*font-size: 70%;    /*win IE用のサイズ指定*/
	    *line-height:1.5em;
 /**/
}

#Contents .hoc_Bn p a {
	font-size: 80%;
	/*\*/
		*font-size: 70%;    /*win IE用のサイズ指定*/
 	    *line-height:1.5em;
/**/
}

.time p{
	font-size: 80%;
	/*\*/
		*font-size: 70%;    /*win IE用のサイズ指定*/
 /**/
}


#Contents .Info .list a{
	font-size:80%;
}

#Contents .Info .box .pickcam{
	font-size:80%;
}

#Contents .Info .box dt.cam{   
	font-size:80%;
}

#Contents .Info .box dt.news{   
	font-size:80%;
}

#Contents .Info .box dd{   
	font-size:80%;
}



/*about
----------------*/
h2{
	font-size: 140%;
	/*\*/
		*font-size:120%;    /*win IE用のサイズ指定*/
 /**/
}

.txt{
	font-size:80%;
	}
	
	
.redbold{
	font-size:80%;
}	

.answer p{
	font-size:80%;
}	

/*access
----------------*/
.accessDetail dl dt{

	font-size:80%;
}	

.accessDetail dl dd{

	font-size:80%;
}
	


/*email
----------------*/

.incontents li{

	font-size:80%;
}	

.incontents .box .title{
	font-size:140%;
}	
.incontents li{

	font-size:80%;
}
	
.incontents .box p{
	font-size:80%;
}

/*sitemap
----------------*/

#Contents .links p{
	font-size:80%;
}	


#Contents .links p a{
	font-size:80%;
}	


/*Info
----------------*/


#Contents .incontents .pickcam{
	font-size:80%;
}


#Contents .incontents dt.cam{   
	font-size:80%;
}

#Contents .incontents dt.news{   
	font-size:80%;
}

#Contents .incontents dd{   
	font-size:80%;
}



/*----------------------------------------------------
　ボタンの表示状態　
----------------------------------------------------*/
/*カレント*/
#fsmall a,
#fsmall a:visited {
	background:url(/images/johokan/img_fontsize_small_o.gif) no-repeat left top;
}
#fdefault a,
#fdefault a:visited {
	background:url(/images/johokan/img_fontsize_default.gif) no-repeat left top;
}
#flarge a,
#flarge a:visited {
	background:url(/images/johokan/img_fontsize_large.gif) no-repeat left top;
}
/*カレント
#fsmall a:hover {
	background:url(/images/johokan/img_fontsize_small_o.gif);
}
*/
#fdefault a:hover {
	background:url(/images/johokan/img_fontsize_default_o.gif);
}
#flarge a:hover {
	background:url(/images/johokan/img_fontsize_large_o.gif);
}

