@charset "UTF-8";

/* ------------------------------------------------------------
#	default.css
#	2012-12-10
#	Do not edit
#
------------------------------------------------------------ */

/* --------------------------------------------
	default
-------------------------------------------- */
html {
	height: 100%;
	overflow-y: scroll;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote { 
	margin: 0;
	padding: 0;
}

* {
	word-wrap: break-word;
}

input, textarea
{
	margin: 0;
	padding: 0;
}

textarea {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

input {
	vertical-align: middle;
	font-family: Arial,"ＭＳ Ｐゴシック",sans-serif;
}

select {
	vertical-align: middle;
	font-family: Arial,"ＭＳ Ｐゴシック",sans-serif;
}

img,abbr,acronym,fieldset {
	border: 0;
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

object,embed {
	vertical-align: top;
}

legend {
	display: none;
}

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

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

abbr,
acronym {
	border: 0;
}

/* default body style */
body {
	color: #393939;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,sans-serif;
	line-height: 1.5;
	text-align: center;
}

body { font-size: 14px;}
/*ie7*/
*:first-child+html body { font-size: 87.5%;}
/*ie5-6*/
* html body { font-size: 87.5%;}
/* safari only \*/
html[xmlns*=""] body:last-child body { font-size: 87.5%;}
* html table { line-height: 1.5;}
@media print {
	body { _zoom: 0.65;}
}

/* IE6 base font */
* html body {
	font-family: sans-serif;
}