/*----------------------------------------------------
base css


----------------------------------------------------*/

/* element -----------------------------------------*/

body {
  color : #000000;
  background-color : #FFF;
  margin : 0;
  padding : 0;
  font-size : 10px;
}
  
td, th {
  color : #000000;
  vertical-align : top;
  font-size : 10px;
	font-family: Verdana, Arial, Helvetica, "Hiragino Maru Gothic Pro", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4","Osaka","‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ƒSƒVƒbƒN","MS UI Gothic";
}

#mix td, th {
  color : #000000;
  vertical-align : top;
  font-size : 10px;
	font-family: Verdana, Arial, Helvetica, "Hiragino Maru Gothic Pro", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4","Osaka","‚l‚r ‚oƒSƒVƒbƒN", "‚l‚r ƒSƒVƒbƒN","MS UI Gothic";
  	padding: 5px 15px 4px;
	border-bottom: 1px solid #D2D2D2;
		color:#363636;
}


}

img {
  border : 0 none hidden ;
}

sup, sub {
  font-size : 60%;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin : 0;
  padding : 0;
  font-size : 12px;
  font-weight : normal;
}

a:link { color : #F60; text-decoration : none; }
a:visited { color : #F60; text-decoration : none; }
a:hover { color : #F60; text-decoration : underline; }
a:active { color : #F60; text-decoration : underline; }


/* font --------------------------------------------*/

.txt1 {
  font-size : 11px;
  line-height : 130%;
}

.txt1-lh {
  font-size : 11px;
  line-height : 180%;
}

.txt2 {
  font-size : 12px;
  line-height : 160%;
}

.txt2-lh {
  font-size : 12px;
  line-height : 200%;
}

.txt3 {
  font-size : 14px;
  line-height : 130%;
}

.txt4 {
  font-size : 11px;
  line-height : 150%;
  color : #666666;
}

table.txt1-t td {
  font-size : 11px;
  line-height : 150%;
}

#mix #contents table.mixBox td {
	padding: 5px 15px 4px;
	border-bottom: 1px solid #212121;
		color:#CCCCCC;
}



