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

@import url(g-nav.css);

/*
===== 1: Reset of each element =====
*/
img {
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul {
	list-style-type: none;
}

/*
===== 2: Basic layout =====
*/
body {
	font-family: "MS UI Gothic", Arial, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #333333;
	padding-top: 0px;
	background: url(../images/body_bg.jpg) left top repeat-x;
	margin: 0px auto;
	line-height: 1.5em;
}
#container {
	width: 890px;
	padding: 0px 0px 20px 0px;
	margin: 0px auto 20px auto;
	text-align: left;
	background: url(../images/container_bg.jpg) right top no-repeat;
}
#content, #content2 {
	margin: 60px 0px 0px 182px;
	width: 548px;
}

/* Footer */
#ft {
	border-top: 1px solid #8D8D8D;
	text-align: right;
	width: 548px;
	padding: 0px;
	clear: both;
	margin: 9px 0px 0px 182px;
}
#ft li {
	display: inline;
	padding: 0.4em 1.6em 0em 0.8em;
	border-left: 1px solid #666666;
	line-height: 1em;
	float: right;
	margin: 0em;
}
#ft a:link, #ft a:visited, #ft a:active {
	color: #666666;
	text-decoration: none;
}
#ft li a {
	padding: 0em;
	margin: 0em;
	display: block;
}

#ft a:hover {
	color: #EE3424;
	text-decoration: none;
}
#ft #ft4 {
	padding-right: 30px;
}


/*
===== 3: Taipograf etc =====
*/
p {
	padding: 0px;
	margin: 0px;
}
.f-u {
	text-decoration: underline;
}
.f-r {
	text-align: right;
}
h1 {
	padding-top: 74px;
	margin: 0px;
}
.f-red {
	color: #EE3424;
}
h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.f-s {
	font-size: 0.9em;
}

/* link */
a:link, a:visited, a:active {
	color: #EE3424;
}
/*a:hover {
}*/
.f-no-underline, .f-no-underline a {
	text-decoration: none;
}

/* Arrangement */
.clear{
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
