@charset "UTF-8";

/**
 * elements
 **/

/* Structure */

html {
	background: #fff;
	height: 100%;
}

body {
	background: #fff;
	color: #333;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-size: 11px;
	*line-height: 1.2; /* IE7 */
	height: 100%;
	min-width: 320px;
	position: relative;
}

/* Hypertext */

a {
	color: #0000CC; 
	text-decoration: underline;
}
a:visited { color: #551A8B; }
a:hover   { text-decoration: none; }

/* Selection */

::selection      { background: #d4d4d4; }
::-moz-selection { background: #d4d4d4; }

/* Placeholder */

::-webkit-input-placeholder { color: #999; }
::-moz-placeholder          { color: #999; }
:-ms-input-placeholder      { color: #999; }

/**
 * context
 **/

