@charset "shift_jis";

/*===================================

  * file name : common.css
  * last update : 2008/07/16

	・baselayout
	・font
	・clear
	・clearfix

=======================================*/

/*----------------------------------
  ・font
----------------------------------*/
*{
	line-height:1.5;
	font-weight:normal;
	font-style:normal;
	}

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック","sans-serif";
	font-size:13px;
	*font-size:small;
	*font:x-small;
	}

table{
	font-size:inherit;
	font:100%;
	}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
	}

select, input, textarea {font-size:99%;}


/*
10px ： 77%
11px ： 85%
12px ： 93%
13px ： 100%
14px ： 108%
15px ： 116%
16px ： 123.1%
17px ： 131%
18px ： 138.5%
19px ： 146.5%
20px ： 153.9%
*/


	
/*----------------------------------
  ・clear
----------------------------------*/
.clear{clear:both;}

span.clear{
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	height:0;
	width:0;
	}


/*----------------------------------
  ・clearfix
----------------------------------*/
.clearfix:after {
	content: ".";
	display:block;
	visibility:hidden;
	clear: both;
	height:0;
	}

/*for IE7,MacIE5*/
.clearfix {
	display:inline-block;
	}

/*exept for MacIE5 \*/
* html .clearfix {height:s1%;}
/**/



