@charset "UTF-8";

/* CSS Document */


/*
Reset setting from YUI.
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	line-height: 1;
}
	/* for IE7 */
*+html body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:88%;
}
	/*ie6標準モード*/ 
* html body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:94%;
	text-align:center;
}


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99%  Arial, Helvetica, sans-serif;
}

