@charset "Shift-JIS";

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/*
	フォント
	最終更新： 2009-1-22
*/

/*--------------------------------------------------デフォルトフォントサイズ*/
body {
	font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-size:small;
	*font:x-small;
}	
table {
	font-size:inherit;
	font:100%;
}
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*--------------------------------------------------フォント色*/
* {
	color:#000000;
}
a {
	color:#003399;
}
a:visited {
}
a:hover {
	color:#990000;
}

/*--------------------------------------------------サイト内フォントサイズ*/
p,th,td,li,dt,dd {
	font-size:100%;/*13px*/
	line-height:1.5;
}
h1 {
	font-size:75%;/*10px*/
	font-weight:bold;
}
h2 {
	font-size:116%;/*15px*/
	font-weight:bold;
}
h3 {
	font-size:116%;/*15px*/
	font-weight:bold;
}
h4 {
	font-size:108%;/*14px*/
	font-weight:bold;
}
h5 {
	font-size:100%;/*13px*/
	font-weight:bold;
}
h6 {
	font-size:100%;/*13px*/
	font-weight:bold;
}

/*--------------------------------------------------フォントサイズの変更*/
body.fontL #container{
	font-size:131%;
}
body.fontN #container{
	font-size:100%;
}

/*アイコン表示設定*/
body.fontL #fontswitcher dl#fswitcher dd#fswitcherL a {
	background:url(../images/fontswitcher.jpg) -30px -20px no-repeat!important;
}
body.fontL #fontswitcher dl#fswitcher dd#fswitcherN a {
	background:url(../images/fontswitcher.jpg) 0 0 no-repeat;
}
body.fontN #fontswitcher dl#fswitcher dd#fswitcherN a {
	background:url(../images/fontswitcher.jpg) 0 -20px no-repeat;
}

/*EOF*/