@charset "utf-8";

/*----------------------------------------
Name: global.css
Developed by: Yuya Amano
Date Created: 2010-01-25
Last Updated: -
Copyright: Yuya Amano
----------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 12px;
	text-align: left;
	vertical-align: baseline;
}

a img{
	border: none;
}

a{
	color: #0099CC;
}
strong a{
	font-weight: bold;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after, blockquote:before, blockquote:after{
	content: "";
}

ol,li{
	list-style: none;
}

body{
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
	

/* for IE6/7 */ 
	*font-size: small;
	

/* for IE Quirks Mode */
	*font: x-small;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */

select,
input,
button,
textarea,
button{
	font: 99% arial,helvetica,clean,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%;
}
