@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
	color: #000000;
	background: #FFFFFF;
}

/*--- default */
body {
	background: #FFF;
	color: #222222;
	font-size: 12px;
	_font-size: 78%;/* for IF6 */
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	_font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;/* for IF6 */
	line-height: 1.5;
	_letter-spacing: 0.1em;
	text-align: center; /* for ie5_centering */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	font-size: 100%;
	letter-spacing: 0.1em;
}

th {
	font-weight: normal ;
}

td, th { /* セルの規定値をmiddleからtopに変更 */
	vertical-align: top;
}

caption,th.td {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

img { 
	vertical-align: bottom;
}

a img {
	borde: none;
}

ul,ol {
	list-style: none;
}

li {
	list-style-type: none;
}

dt {
	display: block;
	width: auto;
}

br {
	letter-spacing: normal;
}

abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
}

pre, 
code, 
samp, 
kbd, 
var {
	font: 99% Monaco, 'Andale Mono', "Courier New", Courier, monospace;
}

sup, 
sub {
	font-size: 75% ;
}

input, 
textarea, 
select, 
option, 
optgroup {
	vertical-align	: middle;
	background-color: #FFF;
	font : 90% "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	_font : 80% "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

select {
	min-width	: 2em;
}

option, 
optgroup {
	padding-right: 0.4em;
}

fieldset {
	border	: none;
}

legend {
	display	: none;
}

label[for], 
input[type="checkbox"], 
input[type="radio"], 
input[type="button"], 
select, 
option {
	cursor	: pointer;
}

optgroup {
	cursor	: default;
}

/*--- clearFix */

div:after {
    content		: ".";
    display		: block;
    visibility	: hidden;
    clear		: both;
    height		: 0.1px;
    font-size	: 0.1em;
    line-height	: 0;
}

/* for IE7 */
*:first-child+html div  {
	min-height: 1%;
	/*zoom	: 1;*/
}

/* for Mac IE */
* html div {
	display	: inline-table;
}

/* no Mac IE \*/
* html div {
	height	: 1%;
}

div {
	display	: block;
}
/* */
