@charset "utf-8";
/*

	CSS initialSetting.css  -  Copyright (c) 2011 DEPOC Inc. CSS initial setting



*/



/*---------------------------------------------------
	Font setting
---------------------------------------------------*/
body{
	color: #505050;
	font-size: 12px;
	line-height: 1.6;
	/*font-family: 'Osaka','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:sans-serif;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
}

/* ------ fontSize 12px ------ */

.text09 { font-size:76%; }
.text10 { font-size:84%; }
.text11 { font-size:92%; }
.text12 { font-size:100%; }
.text13 { font-size:109%; }
.text14 { font-size:117%; }
.text15 { font-size:125%; }
.text16 { font-size:134%; }
.text17 { font-size:142%; }
.text18 { font-size:150%; }
.text19 { font-size:160%; }
.text20 { font-size:168%; }
.text21 { font-size:176%; }
.text22 { font-size:184%; }
.text23 { font-size:192%; }
.text24 { font-size:200%; }

/*---------------------------------------------------
	Link setting
---------------------------------------------------*/

a:link,
a:visited {}
a:hover,
a:active {
	text-decoration:none;}

