@charset "UTF-8";

/* CSS Document 
Title:      ORGABITS_bace styles
Updated:    jun. 13 2008
*/

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, input, textarea, form, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, div, fieldset, hr, object {
	margin: 0px;
	padding: 0px;
}

body {
	background : #FFFFFF;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS ゴシック", sans-serif;
	font-size:0.7em;
	line-height: 1.6em;
	height: 100%;
	color: #515151;
}

h1,h2,h3,h4,img,ul,li,dl,dt,dd,p,th,td {
	font-weight: normal;
	border: 0;
}

img {
	vertical-align: text-bottom;
	display: block;
}

a{
	outline-width: 0;
	color: #651900;
	text-decoration: none;
}

a:hover {
	color: #e30114;
	text-decoration: none;
}


/* --フロート解除-- */


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}


/* Hides from IE-mac ¥*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
