@charset "utf-8";

/*************************************************


	Site Name   LAWSON STORE 100
	File Name   fonts.css

	Create Date 2010/11/16
	Update Date 2010/11/16


*************************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/

/**
 * 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 * 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 * 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 * 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 * 26px = 197%
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */

body {
	/* font:13px/1.231 arial,helvetica,clean,sans-serif; */
	font:13px/1.231 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	line-height: 1.6;
	color: #000;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */

select,
input,
button,
textarea {
	/* font:99% arial,helvetica,clean,sans-serif; */
	font:99% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
}

/**
 * To help tables remember to inherit
 */

table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/**
 * Hypertext Module
 */

a {
	color: #007a32;
	text-decoration: none;
}

a:visited {
	color: #007a32;
	text-decoration: none;
}

a:hover {
	color: #007a32;
	text-decoration: underline;
}

/**
 * Text Selection
 */

::-moz-selection{
	background: #007a32;
	color: #fff;
} 

::selection{
	background: #007a32;
	color: #fff;
} 