@charset "utf-8";

/* ================================================================ *

-- 更新日 -- 
最終更新日:2013.12.12

2012.12.05 フォーマット作成

 * ================================================================ */


/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */


body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	line-height: 1.2;
}

table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

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

*html body {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
}


p {
  line-height: 1.6;
}

ul, ol, dl {
  line-height: 1.3;
}


a:link { 
  color: #078484;
  text-decoration: none;
}

a:visited {
	color: #078484;
	text-decoration: none;
}

a:hover { 
  color: #FF6600;
  text-decoration: none;
}

a:active {
	color: #078484;
	text-decoration: none;
}



.red { color: #C00; }


.fnt_siz10{
	font-size:10px;
	}

.fnt_siz12{
	font-size:12px;
	}

.fnt_siz14{
	font-size:14px;
	}