@charset "UTF-8";

/*
 * reset.css
 *
 * modified: 2010-10-22 (Nakahara@MonkeyWorks)
 *
 */



/* Reset
------------------------------------------------------------ *//*

	@group Reset

------------------------------------------------------------ */

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,th,td,pre,code,form,fieldset,legend,input,textarea {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,address,caption,th,pre,strong,em,cite,code,dfn,var {
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,address,caption,th,pre,strong,em,cite,code,dfn,var {
	*font-size: 100%; /* for IE6 */
}

hr {
	display: none;
}



/*	@end
------------------------------------------------------------ */





/* Default
------------------------------------------------------------ *//*

	@group Body

------------------------------------------------------------ */

body {
	background: #fff;
	color: #000;
	line-height: 1.615; /* 4px + 13px + 4px */
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}

* html body { /* for IE6 */
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: small; /* 13px */
}

*:first-child+html body { /* for IE7 */
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: small; /* 13px */
}

head~/* */body { /* for IE8 */
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: small; /* 13px */
}

body:last-child {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}



/*	@end
------------------------------------------------------------ *//*

	@group List

------------------------------------------------------------ */

li {
	list-style: none;
}



/*	@end
------------------------------------------------------------ *//*

	@group Table

------------------------------------------------------------ */

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

th,td {
	text-align: left;
	vertical-align: middle;
}



/*	@end
------------------------------------------------------------ *//*

	@group Form

------------------------------------------------------------ */

fieldset {
	border: 0;
}

legend {
	color: #000;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%; /* for IE6 */
}



/*	@end
------------------------------------------------------------ *//*

	@group Text

------------------------------------------------------------ */

q:before,
q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textUpper {
	text-transform: uppercase;
}

.textLower {
	text-transform: lowercase;
}



/*	@end
------------------------------------------------------------ *//*

	@group Image

------------------------------------------------------------ */

img {
	border: 0;
	vertical-align: bottom;
}



/*	@end
------------------------------------------------------------ *//*

	@group Clearfix

------------------------------------------------------------ */

.wrap {
	zoom: 1; /* for IE6 */
}

.wrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}



/*	@end
------------------------------------------------------------ */
