@charset "Shift_JIS";

/* テキスト書式設定用
------------------------------------------------------------ */

/*
 * This Stylesheet was based on YUI Library's Fonts CSS.
 * > Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * > Code licensed under the BSD License:
 * > http://developer.yahoo.net/yui/license.txt
 * > http://developer.yahoo.com/yui/fonts/
 * Note: この部分では，Yahoo! UI Library の Fonts CSS を利用して，
         各種ブラウザのフォントサイズの差を抑制する設定を行って
         います。
 */

body {  
	font-size: small; 
	}
head + body {  
	font-size: 13px; 
	}
[lang^="ja"] body {  
	font-size: small; 
	}
body:lang(ja) {  
	font-size: 13px; 
	}

body {  
	color: #333; 
	}

/* リンク */
a:link {  
	color: #333; 
	text-decoration: underline; 
	}
a:visited {  
	color: #333; 
	text-decoration: underline; 
	}
a:hover {  
	color: #be0005; 
	text-decoration: underline; 
	}
a:active {  
	text-decoration: underline; 
	}

/* 見出し */
h1 {  
	font-size: x-large; 
	}
h2 {  
	font-size: large; 
	letter-spacing: 0.1em; 
	}
h3 {  
	font-size: medium; 
	letter-spacing: 0.1em; 
	}
h4 {  
	font-size: small; 
	}
h5 {  
	font-size: small; 
	}
h6 {  
	font-size: small; 
	}

