@charset "UTF-8";

/* Typography Setting
--------------------------------------------------*/
/*Reset*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
table {
	font-size:inherit;
	font:100%;
}
em {
	font-style: normal;
	font-weight: normal;
}
/*12px (default)*/
* {
	font-family: "ＭＳ Ｐゴシック"!important;
}
body {
	font-size:12px !important;
	font-size:84%;
	color: #666;
}
*:first-child+html body {
	font-size:84% !important;
}
body #contents {
	line-height: 150%;
}
/*10px*/
#cmn_head_btm,
#cmn_contents .cmn_rnavi .cmn_txt,
#cmn_contents_footer #cmn_foot_main #cmn_flist li,
#cmn_contents_footer #cmn_foot_main #cmn_flink,
#g_footer ul#g_fnavi_s li {
	font-size:12px !important;
	font-size:12px;
}
/*
*:first-child+html #cmn_head_btm,
*:first-child+html #cmn_contents .cmn_rnavi .cmn_txt,
*:first-child+html #cmn_contents_footer #cmn_foot_main #cmn_flist li,
*:first-child+html #cmn_contents_footer #cmn_foot_main #cmn_flink,
*:first-child+html #g_footer ul#g_fnavi_s li {
	font-size:77% !important;
}
*/
/* Link Color 
--------------------------------------------------*/
a:link {text-decoration: underline; color: #0070CB;}
a:visited {text-decoration: underline; color: #6B6BB3;}
a:hover {text-decoration: underline; color: #f00;}


