@charset "utf-8";
/*
Theme Name: hatsuhana
Theme URI: http://www.odakyu-hotel.co.jp/hatsuhana/
Description: ホテルはつはな
Version: 1.0
Author: Kyoko Kitano @ SUN-ENGINE
Author URI: http://www.s-u-n.jp/
Tags: 

*/
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	/*display: inline;*/
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	/*display: inline;*/
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
