@charset "UTF-8";

/* CSS Document 
Title:      swallowski_seavice.dep_bace styles
Updated:    oct. 01 2009
*/

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


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

html {
	height: 100%;
	overflow-y: scroll;
}

ul,li,dl,dt,dd{
	list-style:none;
}
images{
	vertical-align: top;
}
a images{
	border: none;
}
a{
	text-decoration: none;
}
a:link{
	color: #01349d;
	text-decoration: none;
}
a:visited{
	color: #01349d;
	text-decoration: none;
	}
a:hover{
	color: #ff0000;
	text-decoration: none;
}
a:active{
	color: #ff0000;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

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


.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 */
