@charset "utf-8";

/* IEマウスオーバー用 */
html {
	*filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* Win_IE表示用 */
* {
	/*\*/
	*zoom: 1;
	/**/
}

/* COMMON */
body {
	font-family: 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*\*/
	*font-size: 76%;
	/**/
	line-height: 1.5;
}

* {
	margin: 0;
	padding: 0;
}
a:link,
a:active { 
	color: #0066cc;
	text-decoration: none;
}
a:visited { 
	color: #0066cc;
	text-decoration: none;
}
a:hover { 
	color: #006633;
	text-decoration: underline;
}

table {
	font-size: 12px;
	/*\*/
	*font-size: 100%;
	/**/
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ol, ul {
	list-style-type: none;
}

option {
	padding-right: 5px;
	/*\*//*/
	padding-right: 0;
	/**/
}
hr {
	display: none;
}

img {
	display: block;
	border: 0;
}

a:focus,
input[type="submit"],
input[type="image"],
input[type="button"],
button,
input[type="submit"]:focus,
input[type="image"]:focus,
input[type="button"]:focus {
	outline: none;
}

form {
	display: inline;
}

input[type="checkbox"],
input[type="radio"] {
	position: relative;
	margin-top: -2px;
	/*\*/
	*margin-top: 1px;
	/**/
	margin-right: 4px;
	vertical-align: middle;
}
textarea {
	font-family: 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;
}
textarea, x:-moz-any-link { font-size: 92%; }

.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


::-moz-selection{
	background: #00b23f;
	color:#FFF;
}
::selection {
	background: #00b23f;
	color:#FFF;
}