@charset "utf-8";
/* ####### Reset CSS <minimum version>  #######*/
/* ####### Auther: CTC Buisiness Survice Corporation, Cross media group.####### */
/* ####### Tomoki Shirai  updeted 2011/01/12 ####### */
/* ///  /// */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
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 {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}
strong,b{font-weight:bold;}
a{ outline:none;}
/*img { vertical-align: bottom; } これは必要に応じて */

/* Clearfix ------------------------------------------- */
.clearfix:after{
content:url("../img/blank.gif");
display:block; 
height:0 !important;
clear:both; 
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.clear{width:100%; height:0px; font-size:0;line-height:0; content:url("../img/blank.gif"); clear:both;}

/* IE Default Hack ------------------------------------------- */
*html {overflow-y:scroll;}/* (for IE6) 必要に応じて*/
/*IE6,7の inputの位置、パディング、ボタン大きさを合わせる。必要に応じて使用。
*+html *input{overflow: visible;}
*html input{overflow: visible;}*/