@charset "UTF-8";

/*==================================================================
//
//  base
//
================================================================== */
/*
10px : 77%
11px : 85%
12px : 93%
13px : 100%
14px : 108%
15px : 116%
16px : 123.1%
17px : 131%
18px : 138.5%
19px : 146.5%
20px : 153.9%
21px : 161.6%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/
html body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", Verdana, sans-serif;
}

h2{
	font-size:23px;
	font-size:2.3rem;
	text-align:center;
}

/* opera 9 */

body {
	font-family: "メイリオ", Meiryo, "MS P ゴシック", Verdana, sans-serif;
}
/* for WinIE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, helvetica, sans-serif;
	vertical-align: baseline;
}
/* for WinIE7 */
*:first-child+html body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, helvetica, sans-serif;
}
.xx_large {font-size: 138.5%;}
.x_large {font-size: 108%;}
.large {font-size: 100%;}
.normal {font-size: 93%;}
.small {font-size: 85%;}
.x_small {font-size: 76%;}
.xx_small {font-size: 50%;}

.content{
	font-size:19px;
	font-size:1.9rem;
	line-height:1.5;
}
div#content div#box_05,
div#content div#box_06{
	font-size:14px;
}