@charset "UTF-8";
body {
	font-family: Osaka, Arial, Geneva, sans-serif;
}
p {
	margin-top: 0px;
}
a {
	color: #0645ad;
	text-decoration: none;
}
#header {
	display: none;
}
#size img {
	padding-left: 8px;
	vertical-align: text-bottom;
}
#content {
	margin: auto;
	width: 960px;	
	margin-top: 10px;
	background:url(../image/decoration/bg_content.png)  repeat-y;
}
#left {
	display: none;
}
#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;
}
#left_menu_open {
	background-color: #f0f3f8;
	margin-top: -6px;
	padding: 4px;
	font-size: 80%;
	margin-bottom: 3px;
}
#center {
	float: left;
	width: 100%;
	border: 0px;
}
#right {
display: none;
	float: left;
	margin-left: 3px;
	margin-right: 5px;
	width: 175px;
}
#logo_jp {
display: none;
	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 {
display: none;
	float: left;
	margin-left: 10px;
	font-size: 70%;
	
}
#footer_copyright a {
display: none;
	color: #0545ad;
}
#footer_links {
display: none;
	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;
	margin-bottom: 6px;
	border:0px;
}

.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;
}
.external {
	vertical-align: text-top;
	padding-left: 4px;
	padding-right: 4px;
}


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

#page_left {
	display: none;
	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: 0px;
	background: none;
	padding-left: 30px;
	padding-right: 30px;

}

#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 {
	display: none;
	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 {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#page #info_logo
{
	clear: left;
	float: left;
	width: 98px;

	min-height: 60px;
}

#page #info_text {


}

.external_link {
	background-image:url(../image/icon/external.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 20px;
}
.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 {
	padding: 6px;
	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;
	margin-left: 0px;
	margin-right: -13px;
}
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 {
	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%;
}
