@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, a{
    margin: 0; 
    padding: 0;
}
/*html{
    overflow-y: scroll;
}*/
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

* {
	text-align:left;
	/*letter-spacing:0.1em;*/
	/*word-break:break-all;*/
	}

body {font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
* + html body {font-family: "メイリオ","Meiryo";}
	

/*------------------------------------------------------------
	ハック（文字サイズ）
------------------------------------------------------------*/


html{
	font-size: 16px;/*IE以外の設定*/
	font-size: 1em¥9;/*IE8*/
	*font-size: 1em;/*IE7*/
	_font-size: 1em;/*IE6*/
	}

html:not(:target) {
    font-size: 1em\9; /* IE9ハック */
}

/*------------------------------------------------------------
	その他
------------------------------------------------------------*/




.cbox { 
zoom: 100%;
	}

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

.brclearfix {
	display:block;
	width:660px;
	height:0;
	}

/*ie6でpng*/
* html img,* html div  { behavior: url(http://www.mct.ne.jp/users/kiri-geopark/_common/js/iepngfix/iepngfix.htc) }


