@charset "shift_jis";

/*======================================

	1-1.Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.8.0r4

	Font-size Adjustment
	
	10px ----- 77%
	11px ----- 85%
	12px ----- 93%
	13px ----- 100%
	14px ----- 108%
	15px ----- 116%
	16px ----- 123.1%
	17px ----- 131%
	18px ----- 136%
	19px ----- 144%
	20px ----- 152%
	21px ----- 159%
	22px ----- 167%
	23px ----- 174%
	24px ----- 182%
	25px ----- 189%
	26px ----- 197%

=======================================*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/*======================================

	1-2.Universal selector

=======================================*/

body,html,h1,h2,h3,p,pre,address,cite,pre,blockquote,em,strong,code,abbr,acronym,kbd,div,ul,li,dl,dt,dd,a{
	margin:	 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	outline: 0;
}


/*======================================

	1-3.Structure Module

=======================================*/


html {
	overflow-y: scroll;
}
body {
	background: #fff url(../../img/bg_main.jpg) no-repeat center top;
	color: #333;
}
/* IE7 */
*:first-child+html body{
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}


/*======================================

	1-4.Text Module

=======================================*/

h1,
h2,
h3{
	font-weight: normal;
	line-height: 1.2;
}

h1{
	font-size: 170%;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 110%;
}
h4 {
	font-size: 122%;
}
h5 {
	font-size: 107%;
}
h6 {
	font-size: 107%;
}
em,
strong {
	font-weight: bold;
}

/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #ea0e03;
}
a:visited {
	color: #ea0e03;
}
a:hover {
	color: #e8655f;
}
a:active {
	outline: 0;
}
a img{
	border: none;
}

/*======================================

	1-6.List Module

=======================================*/

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}