/*
----------------------------------------------------------------------------------------
Tacy Web Site 文字縮小スタイルシート
制作：s_morita tacy
更新：2009年5月14日
-------------------------------------------------------------------------------------*/

/* 基本構造
-------------------------------------------------------------------------------------*/
body {
	background: #e8e7e7 url(../../common/images/body_bg001.gif) repeat-y center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color:#E8E7E7;
	font-size: 55%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Miriyo,"MS Pゴシック",sans-serif; 
}
*:first-child+html body {
	font-size: 10px;
	font-family: "メイリオ",Miriyo,"MS Pゴシック",sans-serif; 
	/*letter-spacing: 0.05em;*/
}
* html body {
	font-family: "MS Pゴシック",sans-serif; 
	font-size: 55%;
	letter-spacing: 0.12em;
}

/*ヘッダースタイル
------------------------------------------------------------------------------------ */
/* 文字サイズボタン */
a.text-size-l img {
	filter:alpha(opacity=60);
	opacity:0.6;
}
a.text-size-m img {
	filter:alpha(opacity=60);
	opacity:0.6;
}
a.text-size-s img {
	filter:alpha(opacity=100);
	opacity:1.0;
}
#contact img {
	vertical-align: text-bottom;
}
/* プリントボタン */
a.page-print {
  background: #fff url(../../common/images/ic_print_on.gif) left top no-repeat;
  color: #fff;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 16px;
  height: 16px;
  padding-top: 5px;
}
a.page-print:hover{
  background-color: #fff;
  color: #f00;
}
a.page-print img {
  background-color: #fff;
}
a.page-print:hover img {
  position: relative;
  top: -55px;
}
