@charset "UTF-8";

/*======================================
	1-2.Structure Module
=======================================*/

body {
	background: #fff;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

/*======================================
	index.html 補正部分
=======================================*/

div#index_news dl dt {

					width: 90px;
 				}

div#index_news dl dd {
					margin-left: 100px;
 				}
				
ul#fsSwitch li.fsSwitch_small a {
	background: #fff url(../img/fontSize_small_on.gif) 0 0 no-repeat;
}
	
	

ul#fsSwitch li.fsSwitch_midium a {
	background: #fff url(../img/fontSize_midium.gif) 0 0 no-repeat;
}

	ul#fsSwitch li.fsSwitch_midium a:hover {
		background: #fff url(../img/fontSize_midium_over.gif) 0 0 no-repeat;
	}

ul#fsSwitch li.fsSwitch_large a {
	background: #fff url(../img/fontSize_large.gif) 0 0 no-repeat;
}		
	
	ul#fsSwitch li.fsSwitch_large a:hover {
		background: #fff url(../img/fontSize_large_over.gif) 0 0 no-repeat;
	}			
