@charset "utf-8";

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

	common.css
	Last Up Date 2014/03/23

 -----------------------------------------
	INDEX
 -----------------------------------------
	1. Browser Reset
	
	2. Default Setting
	
	3. Scrooll Bar Setting
	
	4. Print Setting CSS for IE
	
	5. Clearfix

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


/* Browser Reset CSS
========================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body{
	font:13px "ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
	font-size:inherit;
    	font:100%;
	width:auto;
	border-spacing:0;
	border-collapse:separate;
	/border-collapse:collapse; /* ie6,7 */
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Default Setting CSS
========================================== */
img {
	vertical-align:top;
}
/* Scrooll Bar Setting CSS
========================================== */
html{
	overflow-y:scroll;
	height:100%;
	margin-bottom:1px;
}
/* Print Setting CSS for IE
========================================== */
@media print{
	body {
		_zoom: 66%; /*WinIE only */
		-ms-zoom:66%; /*WinIE only */
	}
	#containt_top_right{
		_margin-left:-1px;
	}
	#containt_right{
		_margin-left:-1px;
	}
}
/* Clearfix CSS
========================================== */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}