@charset "UTF-8";


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

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



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

div#index_news dl dt {

					width: 115px;
 				}

div#index_news dl dd {
					margin-left: 120px;
 				}
				
				
ul#topicPath {
			padding: 4px 0 0 9px;
			position: absolute;
			top: 20px;
			left: 28px;
		}



ul#fsSwitch li.fsSwitch_small a {
	background: #fff url(../img/fontSize_small.gif) 0 0 no-repeat;
}
	
	ul#fsSwitch li.fsSwitch_small a:hover {
		background: #fff url(../img/fontSize_small_over.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_on.gif) 0 0 no-repeat;
}
