@charset "UTF-8";
/* =============================================================================
	Last Up Date	2014.10.06
============================================================================= */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
li {
	list-style: none;
}
img,table,fieldset {
	border: 0;
}
img,object,embed {
	vertical-align: bottom;
}
legend {
	color: #333333;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	*font-size:100%;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif; /*通常のブラウザは13px*/
	*font-size:small;
	/*IE全般はsmall*/	
	*font:x-small;
	/*IE 6/7後方互換モードはx-small*/
}
/*IE6以前でtableへフォントサイズの継承がうまくいかない問題を回避*/
table {
	font-size: inherit;
	font: 100%;
}
/*IE全般でpreやcode等幅フォントのサイズが小さくなるのを回避*/
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size:108%;
	line-height: 100%;
}
/*斜体を通常体に戻す */
address,em {
	font-style: normal
}