@charset "utf-8";
/* Fonts CSS */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
	color: white;
	line-height: 1.6;
}
/* for IE6 */
* html body {font-size: 88%;}
/* for IE7 */
*:first-child+html body {font-size: 88%;}
/* for IE8 */

/* 文字に関する設定 */
p{
	padding-bottom:2em;
}
p.txt0{
	padding-bottom:0;
}
p.txt10{
	padding-bottom:10px;
}
p.txt20{
	padding-bottom:20px;
}
p.txt30{
	padding-bottom:30px;
}
p.txt40{
	padding-bottom:40px;
}
p.padding_0_10{
	padding-left:10px;
	padding-right:10px;
}
strong,
span.strong{
	font-weight:bold;
}
span.red,
strong.red{
	color:#c03232;
}
span.blue,
strong.blue{
	color:#00F;
}
span.green,
strong.green{
	color:#00FF00;
}

/* リンクに関する設定 */
a{
color: white;
}
a:hover{
color: #79030f;
text-decoration:none;
}
a:visited{
color: #79030f;
}


/*-----------------------------------------------------
各pxに対応する、IEハックで指定するパーセント
12px 	75%
13px 	82%
14px 	88%
15px 	94%
16px 	100%

基本サイズ12px	基本サイズ13px	基本サイズ14px
10px 	 84%			10px 	 77%			10px 	 72%
11px 	 92%			11px 	 85%			11px 	 79%
12px 	100%			12px 	 93%			12px 	 86%
13px 	109%			13px 	100%			13px 	 93%
14px 	117%			14px 	108%			14px 	100%
15px 	125%			15px 	116%			15px 	108%
16px 	134%			16px 	124%			16px 	115%
17px 	142%			17px 	131%			17px 	122%
18px 	150%			18px 	139%			18px 	129%
19px 	159%			19px 	147%			19px 	136%
20px 	167%			20px 	154%			20px 	143%
21px 	175%			21px 	162%			21px 	150%
22px 	184%			22px 	170%			22px 	158%
23px 	192%			23px 	177%			23px 	165%
24px 	200%			24px 	185%			24px 	172%
25px 	209%			25px 	193%			25px 	179%
26px 	217%			26px 	200%			26px 	186%
-------------------------------------------------------*/