@charset "utf-8";

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

/**
* YUI Fonts
* @module fonts
* @namespace yui-
* @requires 
*/

body {
	font:13px/1.231 sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
	font-family :'ＭＳ Ｐゴシック',sans-serif ;
}
/* for WinIE6*/
* html body {
	vertical-align:baseline;
}

h1, h2, h3, h4, h5, h6, p, th, td {
	font-size:93%;
	font-weight: normal;
	font-style: normal;
	line-height:167%;
}

.address dt,
.address dd {
	font-family:MS UI Gothic,sans-serif;
	font-size:85%;
}


/*Safari用のハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 h1, h2, h3, h4, h5, h6, p, th, td { 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:85%;
	font-weight: normal;
	font-style: normal;
	line-height:185%;
}
}

