/* CSS Document */

@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  ���Z�b�g�y��body����ݒ�
 (���̃X�^�C���V�[�g�͊�{�I�ɕύX���Ȃ�)
=================================================================== */
/*--- reset */
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 {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1{
	font-size: 138%;
}
h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 1em;
}

/*--- default */
body {
	background: #FFF;
	color: #000;
	font-size: 75%;
	font-family:  "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro","�l�r �o�S�V�b�N","MS PGothic",Osaka,verdana,monospace,Sans-Serif;
	line-height: 1.5;
	letter-spacing: 1px;
}
*:first-child + html body {	/* for IF7 */
	font-family: "���C���I","Meiryo";
}

html>/**/body {
	font-size: 12px;
}

sub {
	font-size: 1em;
	font-family: Arial,"���C���I","Meiryo","�l�r �o�S�V�b�N","MS PGothic",Sans-Serif;
}

.execphpwidget{
    display: inline;
}