@import url(import/container.css);
@import url(import/navi.css);
@import url(import/content.css);

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans serif;
	color:#4d4d4d;
}

html, body {
	height:100%;
}

body {
	background:#fccdeb url(../images/bg-head.gif) center top no-repeat;
}

a img {
	border:0;
}

h1 {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

ol {
	list-style-type:none;
}

div#content h4 {
	font-size: 14px;
	margin-bottom:10px;
}

div#content h5 {
	font-size: 13px;
	margin-bottom:10px;
}

div#content div.head {
	text-align:right;
	margin-bottom:10px;
	clear:left;
	height:14px;
}
div#content div.head h4 {
	float:left;
	font-size: 14px;
	margin-bottom:0;
}

div#content div.inner-head {
	text-align:right;
	margin-bottom:10px;
}
div#content div.inner-head h5 {
	float:left;
	font-size: 13px;
	margin-bottom:0;
}

div#content h6 {
	font-size:12px;
	margin-bottom:10px;
}

div#content {
	font-size:11px;
}

p {
	font-size:11px;
	line-height:14px;
}
div#content p {
	margin-bottom:10px;
}

div.box-content p {
	margin-bottom:5px;
}

a {
	text-decoration:none;
}

address {
	margin-bottom:10px;
}