/*----------------------------------------------------

　文字サイズ変更CSS　ラージ状態

----------------------------------------------------*/


/*----------------------------------------------------
　文字サイズを変更する部分　【要変更】
----------------------------------------------------*/

/*index
----------------*/
#header p {
	font-size: 110%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
	color:#746969;
}


#Contents .hoc .hocp{
	font-size: 110%;
	 line-height:1.2em;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
	    *line-height:1.5em;
 /**/
}

#Contents .hoc_Bn p a {
	font-size: 110%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 	    *line-height:1.5em;
/**/
}

.time p{
	font-size: 100%;
	/*\*/
		*font-size: 100%;    /*win IE用のサイズ指定*/
 /**/
}


#Contents .Info .list a{
	font-size:120%;
}

#Contents .Info .box .pickcam{
	font-size:120%;
}


#Contents .Info .box dt.cam{   
	font-size:120%;
}

#Contents .Info .box dt.news{   
	font-size:120%;
}

#Contents .Info .box dd{   
	font-size:120%;
}


/*about
----------------*/
h2{
	font-size: 180%;
	/*\*/
		*font-size:160%;    /*win IE用のサイズ指定*/
 /**/
}

.txt{
	font-size:120%;
	}
	
	
.redbold{
	font-size:120%;
}	

.answer p{
	font-size:120%;
}	

/*access
----------------*/
.accessDetail dl dt{

	font-size:120%;
}	

.accessDetail dl dd{

	font-size:120%;
}
	




/*email
----------------*/

.incontents li{

	font-size:120%;
}	

.incontents .box .title{
	font-size:180%;
}	
.incontents li{

	font-size:120%;
}
	
.incontents .box p{
	font-size:120%;
}


/*sitemap
----------------*/

#Contents .links p{
	font-size:120%;
}	

#Contents .links p a{
	font-size:120%;
}	


/*Info
----------------*/


#Contents .incontents .pickcam{
	font-size:120%;
}


#Contents .incontents dt.cam{   
	font-size:120%;
}

#Contents .incontents dt.news{   
	font-size:120%;
}

#Contents .incontents dd{   
	font-size:120%;
}


/*----------------------------------------------------
　ボタンの表示状態　
----------------------------------------------------*/
#fsmall a,
#fsmall a:visited {
	background:url(/images/johokan/img_fontsize_small.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_o.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/img_fontsize_large_o.gif);
}
*/



