@charset "UTF-8";

* :focus {
	outline: 0;
}

body {

	font-family: Osaka, Arial, Geneva, sans-serif;

}



p {

	margin-top: 0px;

}



a {

	color: #0645ad;

	text-decoration: none;

}


#header {

	background:url(../image/header/header_repeat.jpg) repeat-x;

	min-width: 960px;

	zoom:1;

}


#header a {
	color: #FFF;

	text-decoration: none;

}


#header #language {

	text-align: right;

	padding-right: 10px;

	height: 22px;

	color: #FFF;

	background-color: #0978d4;

	line-height: 22px;

}


#header #branding {

	height: 100px;

}



#header #menu {

	color: #FFF;

	background-color: #092976;

	padding-top: 8px;

	padding-bottom: 8px;

	text-align: center;

	-moz-box-shadow: 0px 2px 5px #888;

	-webkit-box-shadow: 0px 2px 5px #888;

	box-shadow: 0px 2px 5px #888;

}



#menu ul {

	text-align:center;

	margin:0;

	padding:0;

	
}


#menu #main_navigation li {

	background:#092976 url(../image/header/pipe.png) no-repeat 0 2px;

	display:inline;

	vertical-align:baseline;

	margin:0;

	padding:0 20px;

}


#menu #main_navigation li a:hover {

	background-color: #187ad1;

}


#menu #main_navigation .active {

	color: #9bc1ea;

}


#menu #main_navigation li:first-child {

    padding-left:0;

    background:none;

}


#menu #main_navigation li:last-child {

    padding-right:0;

}



#header #flag {

	position: absolute;

	top: 38px;

	left: 8px;

}


#header #title {

	position: absolute;

	top: 37px;

	left: 78px;

	min-width: 380px;

	z-index: 2;

}


#header #title a {

	display: block;

}



#header h1 {
	font-size: 140%;

	color: #FFF;

	margin: 0px;

}


#header h2 {

	font-size: 120%;

	color: #FFF;

	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}


#header h3 {

	font-size: 100%;

	color: #FFF;

	font-family: "Times New Roman", Times, serif;

	margin: 0px;

}



#header #size {

	position: relative;

	top: 12px;

	right: 10px;

	text-align: right;

	color: #FFF;

	font-weight: bold;

	vertical-align: text-bottom;

	font-size: 80%;

}


#size img {

	padding-left: 8px;

	vertical-align: text-bottom;

}


#header #search {

	position: relative;

	top: 20px;

	right: 10px;

	text-align: right;

}



#content {

	margin: auto;

	width: 960px;
	
margin-top: 10px;

	background:url(../image/decoration/bg_content.png) repeat-y;

}


#left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	width: 169px;
	background-color: #FFF;
}

#left_photo {
	border:2px solid #3b3b3b;
	border-bottom: 0px;	
	position:relative;
	width: 165px;
	height: 165px;
	margin: 0px;
	padding: 0px;
}
#left_photo img{
  display:none;
  position:absolute;
  top: 0px;
  left:0;

}
#left_photo img.active{
  display:block;
}
#left_photo_label {
	margin-top: -2px;
	min-height: 60px;
	background-color: #545454;
	border-top: 0px;
	border-left:2px solid #3b3b3b;
	border-right:2px solid #3b3b3b;
	border-bottom:2px solid #3b3b3b;
	text-align: center;
	color: #FFF;
	margin-bottom: 6px;
	padding-top: 6px;
	position:relative;
	z-index: 4;
	font-size: 75%;
}
#lpl_label {
  display:none;
  position:absolute;
  top:0;
  left:0;
}
#lpl_label active{
  display:block;
}



.left_menu {

	background: #fffdf6 url(../image/decoration/bg_left_menu.png) repeat;

	color: #FFF;

	margin-bottom: 3px;

	min-height: 30px;

	padding-left: 16px;

	line-height:30px;

}


.left_menu a {

	color: #FFF;
	display: block;
}
.left_menu:hover {
	background: #fffdf6 url(../image/decoration/bg_left_menu_hover.png) repeat;
}
.doubleline {
	line-height:18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#left_menu_open {
	background-color: #f0f3f8;
	margin-top: -6px;
	padding: 4px;
	font-size: 80%;
	margin-bottom: 3px;
}
#center {
	float: left;
	width: 597px;
}
#right {
	float: left;
	margin-left: 3px;
	margin-right: 5px;
	width: 175px;
}
#right img {
	margin-bottom: 6px;
}
#right img:first-child {
	margin-bottom: 0px;
}
#right_photo {
	border:2px solid #b6b6b6;
	border-bottom: 0px;
}
#right_photo_label {
	background-color: #b6b6b6;
	border-left:2px solid #b8b8b8;
	border-right:2px solid #b8b8b8;
	border-bottom:2px solid #b8b8b8;
	text-align: center;
	color: #FFF;
	font-size: 75%;
}

#logo {
	clear: left;
	background: #fffdf6 url(../image/homepage/logos/bg.jpg) repeat-x;	
	border:#b9b9b9 1px solid;
	margin-left: 5px;
	margin-right: 5px;
}
#logo img {
	padding-bottom: 10px;
}
#logo_jp {
	clear: left;
	background: #fffdf6 url(../image/homepage/logos/bg.jpg) repeat-x;	
	border:#b9b9b9 1px solid;
	margin-left: 5px;
	margin-right: 5px;
}
#logo_jp img {
	padding-right: 6px;
	padding-bottom: 10px;
}
hr {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:#b9b9b9 2px dotted;
	border-style: none none dotted;
	color:#fff;	
}
#events {
	background: #fffdf6 url(../image/homepage/bg_news.jpg) repeat-x;	
	border:3px solid #f3cd67;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	font-size: 90%;
}
#footer_copyright {
	float: left;
	margin-left: 10px;
	font-size: 70%;
	
}
#footer_copyright a {
	color: #0545ad;
}
#footer_links {
	float: right;
	margin-right: 10px;
	font-size: 70%;
}
.content_title {
	background: #5a8fc3 url(../image/homepage/content/bg_title.jpg) repeat-x;
	color: #FFF;
	height: 37px;
	line-height: 37px;
	padding-left: 48px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	font-weight: bold;
}
.content_text {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	border:2px solid #b6b6b6;
	border-top: 0px;
	margin-bottom: 6px;
}

.content_text ul {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}
.content_text ul li {
	padding-left: 10px;
	margin-left: 0px;
	background-image:url(../image/homepage/content/arrow.png);
	background-repeat:no-repeat;
	background-position: left 6px;
	padding-bottom: 10px;
}

#highlight {
	clear: both;
	background:#e5edf8 url(../image/homepage/event/bg.jpg) repeat-x;
	border:1px solid #dddfe1;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}
#highlight hr {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border:#8ea2c6 2px dotted;
	border-style: none none dotted;
	color:#fff;	
}
#highlight img {
	border:1px solid #b6b6b6;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-bottom: 6px;
}
#highlight img:first-child {
	border: 0px;
	-moz-box-shadow: 0 0 0px #888;
	-webkit-box-shadow: 0 0 0px#888;
	box-shadow: 0 0 0px #888;
	margin-bottom: 6px;
}


#page {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#page_left {
	float: left;
	width: 256px;
	-moz-box-shadow: 0px 0px 8px #cccccc;
	-webkit-box-shadow: 0px 0px 8px #cccccc;
	box-shadow: 0px 0px 8px #cccccc;
}

#page_content {
	margin-left: 293px;
	background: url(../image/page/bg_title.jpg) repeat-x 0px 36px;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 283px;
	min-height: 160px;
}

#page_content h1 {
	border: 2px solid #99b3da;
	background-color: #adc6e3;
	min-height: 36px;
	line-height: 36px;
	color: #082875;
	font-weight: bold;
	font-size: 120%;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 0px;
}

#page_content h2 {
	color: #082875;
	font-weight: bold;
	background-image:url(../image/page/capsule.png);
	background-repeat:no-repeat;
	background-position: left -1px;
	padding-left: 14px;
	margin-left: -7px;
	font-size: 120%;
}

#page_content hr {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	border:#b9b9b9 2px dotted;
	border-style: none none dotted;
}

#page_content h3 {
	color: #082875;
	font-weight: bold;
	font-size: 110%;
	margin-top: 32px;
}

#page .title {
	min-height: 38px;
	background:#365e9d url(../image/page/bg_menu_title.png) repeat;
	color: #FFF;
	padding-left: 17px;
	font-size: 120%;
	font-weight: bold;
	line-height: 38px;
}

#page_left_menu {
	border: 1px solid #99b3da;
	border-top: 0px;
	padding-top: 4px;
}

#page_left_menu  ul {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#page_left_menu li {
	color: #0645ad;
	background-image:url(../image/page/bg_menu_line.png);
	background-repeat:repeat-x;
	background-position: bottom;
	padding-left: 16px;
	min-height: 27px;
	line-height: 27px;
}


#page_left_menu a {
	display: block;
}

#page_left_menu .subsection_title {
	background: url(../image/page/bg_menu_sub_title.jpg) repeat-x left top;
	margin-top: 0px;
	color: #000;
}

#page_left_menu .subsection_first {
	background-color: #99b3da;
	background-image: none;
}
#page_left_menu .subsection_last {
	background: none;
}
#page_left_menu .subsection {
	background-image:url(../image/page/bg_menu_sub.png);
	background-repeat: repeat-x;
	background-position: left 0px;
	padding-left: 48px;
	border:#b9b9b9 1px dotted;
	border-style: none none dotted;
	
	
}
#page_left_menu .subsection_active {
	background-image:url(../image/page/bg_menu_sub_active.png);
	background-repeat: repeat-x;
	background-position: left 0px;
	padding-left: 48px;
	border:#b9b9b9 1px dotted;
	border-style: none none dotted;	
	background-color: #99b3da;
}
#page #navigation {
	margin-top: 10px;
	margin-bottom: 10px;
}
#page #info_logo
{
	clear: left;
	float: left;
	width: 98px;

	min-height: 60px;
}

#page #info_text {


}


.external {

	background-image:url(../image/icon/external.png);

	background-repeat: no-repeat;

	background-position: right 0px;

	padding-right: 20px;

	padding-left: 0px;

}


.pdf_link {

	background-image:url(../image/icon/pdf.png);

	background-repeat: no-repeat;

	background-position: right 0px;

	padding-right: 20px;


}


.doc_link {

	background-image:url(../image/icon/doc.png);

	background-repeat: no-repeat;

	background-position: right 0px;

	padding-right: 20px;


}


.center {

	margin-left: auto;

	margin-right: auto;

	display: block;
}


.bg_color_blue50 {

	background-color: #99b3da;

	background-image: none;

}


.bg_color_blue10 {

	background-color: #f3f7fb;

	background-image: none;

}


.border_none {

	border: 0px;

}



table {

	margin-top: 28px;

	font-weight: normal;

	margin-bottom: 8px;

}


th {

	padding: 6px;

	text-align: left;

	border: #a2a2a2 1px solid;

	font-weight: normal;

}


td {

	padding: 6px;

	text-align: left;

	border: #a2a2a2 1px solid;

	font-weight: normal;

}


.table_noborder {

	padding: 6px;

	margin-top: 28px;

	font-weight: normal;

}


.table_noborder th {

	padding: 6px;

	text-align: left;

	border: 0px;

	font-weight: normal;

}


.table_noborder td {

	padding: 6px;

	text-align: left;

	border: 0px;

	font-weight: normal;

}



.notification {

	color: #990000;

	font-size: 90%;

}


.pink {

	color: #D25352;

}


caption {

	background-color: #6c90c6;
	color: #FFF;

	min-height: 25px;

	line-height: 25px;

	margin: 0px;

	padding: 0px;


}



thead {

	background-color: #cadbed;

}




#page_content  ul {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}
#page_content ul li {
	padding-left: 10px;
	background-image:url(../image/page/li.png);
	background-repeat:no-repeat;
	background-position: left 6px;
	margin-bottom: 12px;
}


#page_content ol li {
	margin-bottom: 12px;
}
.arrow_blue {
	padding-left: 10px;
	margin-left: 0px;
	background-image:url(../image/homepage/content/arrow.png);
	background-repeat:no-repeat;
	background-position: left 6px;
	padding-bottom: 10px;
}
.image_left {
	margin-right:5px;
	float:left;
}
/*
h4 {
	border: #a2c3d1 1px solid;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #eef5f8;
	padding: 4px;
}
*/
.font_small {
font-size: 90%;
}
h4 {
	background:url(../image/decoration/h4.jpg) repeat-x;
	font-size: 100%;
	font-weight: bold;
	padding: 6px;
	color: #333333;
}
.mailmag_menu {
	border: #a2c3d1 1px solid;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	padding: 20px;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	box-shadow: 0px 0px 6px #888;
	padding-bottom: 10px;
}
.mailmag_footer {
	color: #666666;
	font-size: 80%;
}
