@charset "utf-8"; 
/*********************************************************************/
/*                         commonstyle.css                           */
/*                      ----------------------                       */
/* The definition of global common style.                            */
/* system dept. cre.                                                 */
/*********************************************************************/


/**************************************************************/
/**                          要素定義　　                    **/
/**************************************************************/

	
h1,h2,h3,h4,h5,h6  {
	font-size:100%; font-weight:normal; margin:0; padding:0;}
	
p {
	line-height:1.3em;}

ul {
	margin:0; padding:0; padding-left:1.3em;}
	
ul.noBullet {
	margin:0; padding:0; list-style:none; } /*リストイメージをつけない時指定します*/
	
li {
	line-height:1.2em; padding-bottom:0.4em;}
	
dl {margin:0; padding:0; }
dt {font-weight:bold;line-height:1em; padding-bottom:0.3em;}
dd {margin:0; padding:0;line-height:1em; padding-bottom:0.3em;}
	
img {border:0;}

form{margin:0;}

/****************　データテーブル定義　******************/
th {font-weight:normal;}

/**************************************************************/
/**                     　  font-size定義　　                **/
/**************************************************************/
.small {
	font-size:small;}

/**************************************************************/
/**                     　  font-color定義　　               **/
/**************************************************************/
.white { 
	color:#fff;}
	
.red { 
	color:#ff0000;}
/**************************************************************/
/**                     　　  行間定義　　                   **/
/**************************************************************/
.line120 {
	line-height:1.2em;}

.line130 {
	line-height:1.3em;}
	
.line140 {
	line-height:1.4em;}
	
.line150 {
	line-height:1.5em;}
/**************************************************************/
/**                     　　  weight定義　　                 **/
/**************************************************************/
.normal{
	font-weight:normal;}
.bold {
	font-weight:bold;}
/**************************************************************/
/**                     　　  align定義　 　                 **/
/**************************************************************/
.left {
	text-align:left;}
.right {
	text-align:right;}
.center {
	text-align:center;}
.vtop {
	vertical-align:top;}
.vbottom {
	vertical-align:bottom;}
/**************************************************************/
/**                  　　    アイテム　    　                **/
/**************************************************************/

/***************　　表示領域から消す　　　***************/
.offLeft{
	width:9999px; position:absolute; left:-9999px;}
/************* 　注意書きの相互リンク用　   *************/
.warningLink {
	cursor:text; text-decoration:none; color:#000000;}

/**************************************************************/
/**                       ローカル定義　　                   **/
/**************************************************************/

/***************　　    トップ　　　    ***************/
#market_summary{
	font-family:"ＭＳ Ｐゴシック", MS P Gothic, Osaka, sans-serif;}

