@charset "utf-8";
/* *********************************************************************

StyleSheet for jbeef.jmi.or.jp
CSS FILE default.css
apply for "All-files".

[index]
1.initialize default Stylesheet
2.Clear Fix

【LAST UPDATED】21 AUG 2009
********************************************************************* */



/* *********************************************************************
1.initialize default Stylesheet
********************************************************************* */

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif ;
	letter-spacing: 0;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5;
	text-align: center;
}

div,img,h1,h2,h3,h4,h5,h6,p,address,form,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

table , th , td {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-collapse: collapse;
}

hr, legend {
	display: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input {
	font-family: inherit;
}


/* List Styles
********************************************************************* */

ul,ol,dl {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
}

ul {
	list-style: none;
}

ol {
	list-style-type: decimal;
}

li {
	margin: 0;
	padding: 0;
	display: block;
}

dt , dd {
	margin: 0;
	padding: 0;
}



/* *********************************************************************
2.Clear Fix
********************************************************************* */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/

.xdebug-var-dump {
    text-align: left;
}
