@CHARSET "UTF-8";

/* Fonts */

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('../fonts/CartoGothicStd-Book-webfont.eot');
    src: url('../fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('eot'),
         url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Book-webfont.svg#webfont1l1oLWSU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot');
    src: url('../fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('eot'),
         url('../fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('../fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('../fonts/CartoGothicStd-Bold-webfont.svg#webfontjp82WRel') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*****************************************************************
 * Positioning Elements
 *****************************************************************/

html {
	height: 100%;
}

body {
	background: url(../images/bg_body.gif) repeat-x left top transparent;
}

#container {
	width: 980px;
	margin: 0 auto 100px;
	position: relative;
	padding-top: 100px;
}

header {
	height: 355px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/pattern.png) no-repeat center 28px;
}

nav#shw {
	position: absolute;
	top: 0;
	right: 0;
	border-right: 3px solid white;
	z-index: 10;
}

div#logo {
	position: absolute;
	top: 38px;
	left: 10px;
	z-index: 10;
}

nav#global {
	width: 974px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-top: 3px solid white;
	background: url(../images/navi.png) repeat-x left top;
	height: 49px;
}

div#search {
	position: absolute;
	right: 10px;
	top: 67px;
}

div#emotion {
	width: 974px;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

div#standard_content {
	min-height: 800px;
	width: 640px;
	padding-left: 330px;
}
body#home #standard_content {
	padding: 0 0 0 3px;	
}

/* Additional Content */

div#additional h1 {
	font-size: 48px;
	margin-top: 0;
	color: white;
}

div#additional {
	width: 260px;
	border: 3px solid white;
	position: absolute;
	top: 345px;
	right: 20px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.06, rgb(3,33,68)),
	    color-stop(0.54, rgb(34,75,122)),
	    color-stop(1, rgb(3,33,68)));
    background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(3,33,68) 6%,
	    rgb(34,75,122) 54%,
	    rgb(3,33,68) 100%);
	min-height: 600px;
}

div#additional section {
	padding: 15px;
	color: white;
}

div#additional section article div.news-image {
	position: relative;
	margin-bottom: 30px;
}

div#additional section article h2 {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div#additional section article span.news-date {
	background: #fac805;
	display: block;
	padding: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	font-family: CartoGothicStdBook, Arial, sans-serif;
	font-size: 18px;
	color: #032245;
	min-width: 100px;
	text-align: right;
	box-shadow: 1px 3px 3px #111;
}

div#additional section article a {
	color: white;
	text-decoration: underline;
}

div#additional section article a:visited {
	color: white;
	text-decoration: underline;
}

div#standard_content div#map {
	position: absolute;
	top: 550px;
	left: 0;
	width: 300px;
}

footer {
	width: 100%;
	background-color: #d5d5d5;
	text-align: center;
}

footer div#partner {
	padding: 20px 0;
	clear: both;
}

footer div#partner ul li {
	display: inline;
	padding-right: 20px;
	vertical-align: top;
}

footer div#partner ul li a.fb {
	padding-top: 10px;
	display: inline-block;
}

.container-inside {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	position: relative;
}


/*****************************************************************
 * Navigation Elements
 *****************************************************************/

nav#shw ul li {
	float: left;
}

nav#shw ul li a {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding: 0 6px;
	border-left: 3px solid white;
}

nav#shw ul li a:hover {
	text-decoration: underline;
}

nav#global ul.level0 li {
	float: left;
	background: url(../images/navi_spacer.png) no-repeat right top;
}

nav#global ul.level0 li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
	display: block;
	line-height: 14px;
	height: 29px;
	max-width: 150px;
	padding: 10px 8px;
	margin-right: 1px;
	text-align: center;
}

nav#global ul.level0 li a:hover, 
nav#global ul.level0 li.open a,
nav#global ul.level0 li.active a {
	background-image: url(../images/navi.png);
	background-position: 0 -50px;
	background-repeat: repeat-x;
}

nav#global ul.level0 ul.level1 {
	position: absolute;
	top: 559px;
	left: 3px;
	width: 300px;
}

nav#shw ul.level0 ul.level1 {
	position: absolute;
	top: 559px;
	right: 674px;
	width: 300px;
	z-index: 100;
}

nav#shw ul.level0 ul.level1 li ,
nav#global ul.level0 ul.level1 li {
	float: none;
	margin-bottom: 5px;
	background: #fac805;
}

nav#shw ul.level0 ul.level1 li a ,
nav#global ul.level0 ul.level1 li a {
	background: #032245; 
	color: white;
	text-align: left;
	font-weight: normal;
	max-width: 100%;
	margin: 0;
	height: auto;
	text-decoration: none;
	padding: 10px;
	border: 0;
	font-size: 14px;
	line-height: 14px;
}

nav#shw ul.level0 ul.level1 li a:hover, 
nav#shw ul.level0 ul.level1 li.active a, 
nav#global ul.level0 ul.level1 li a:hover, 
nav#global ul.level0 ul.level1 li.active a {
	margin-right: 10px;
}

nav#shw ul.level0 ul.level1 ul.level2 li a, 
nav#global ul.level0 ul.level1 ul.level2 li a {
	background: white;
	color: #444;
	margin: 0;
	text-transform: none;
}

nav#global ul.level2, nav#shw ul.level2 {
	background: #fff;
}

nav#global ul.level0 ul.level1 ul.level2 li, nav#shw ul.level0 ul.level1 ul.level2 li {
	list-style-type: square;
	background: #fff;
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 0;
}

nav#shw ul.level0 ul.level1 ul.level2 li a:hover , 
nav#shw ul.level0 ul.level1 ul.level2 li.active ,
nav#global ul.level0 ul.level1 ul.level2 li a:hover,
nav#global ul.level0 ul.level1 ul.level2 li.active {
	text-decoration: underline;
}

div#sitemap {
	background: #fac805;
}

div#sitemap p {
	text-align: left;
	padding: 10px 0;
}

div#sitemap p a {
	text-decoration: none;
	text-transform: uppercase;
}

div#sitemap p a span {
	background: url(../images/accordion.png) no-repeat top left;
	display: inline-block;
	height: 15px;
	vertical-align: top;
	width: 12px;
	margin: 2px 0 0 3px;
}

div#sitemap p a.current span {
	background-position: 0 -15px;
}

div#sitemap nav {
	display: none;
	padding-bottom: 20px;
}

div#sitemap nav ul.level0 {
	height: 100%;
}

div#sitemap nav ul.level0 li {
	float: left;
	width: 190px;
	margin-right: 5px;
	z-index: 100;
}

div#sitemap nav ul.level0 li a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0;
	display: block;
	min-height: 26px;
}

div#sitemap nav ul.level0 li ul.level1 li a {
	font-weight: normal;
	min-height: 0;
	border: 0;
}

div#sitemap nav ul.level0 li ul.level1 li ul.level2 li a {
	padding: 3px 0px 3px 15px;	
}
