@charset "UTF-8";
/* CSS Document */

/*
	ファイル名：/css/common/init.css
	概要：このファイルはCSSの初期設定用です。
	サイト名：Hotel イバルマのホームページ
	URL：http://www.hotel-ibaruma.jp/
	著作権および所有権：株式会社 MEITOU, 常陽エンジニアリング株式会社

*/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	padding: 0;
	vertical-align: baseline;
	color: #00C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	border-width: 0.5 1 0.5 1;
}

/* for IE7 */
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}

ul {list-style: none;}

h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,tr,td,th,pre{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

