@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 、共通のスタイル
=================================================================== */
/*--- reset ---*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}


table {
	border-collapse: collapse;

}

caption {
	text-align: left;
}
q:before,q:after {/*--- 引用符を設定 */
	content: '';
}
object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
#main #cont #second {
	margin-top: 15px;
}
img,fieldset {
	border: 0;
}
img{/*--- imgの下の空白をクリア */
vertical-align:bottom;
}


ul{
	list-style-type: none;
}


/*--- default ---*/
body {
	color: #333333;
	font-size: 95%;
	line-height: 150%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

* html body{font-size: 95%;}

* html table,tr,td{	font-size: 95%;
	line-height: 140%;}



/*--- clearfix ---*/

.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;} 
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block;
overflow: hidden;}  
/* End hide from IE-mac */ 
