/*
Theme Name: MCF Theme
Theme URI: http://www.mcf.or.jp/
Description: The MCF theme for WordPress
Author: MCF
Author URI: http://www.mcf.or.jp/
Version: 1.0
*/

@import "normalize.css";

/* ============================================================================== */
body {
	margin: 0px auto;
	padding: 0px;
	background: #EBEBEB;
	text-align: center;
	font-size: 0.9em;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #669;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #06C;
	text-decoration: underline;
}
a:focus {
	outline: dotted 1px #F90;
}


/* ============================================================================== */
.nonedisplay {
	display: none;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/* WordPress関連 */
.aligncenter,
div.aligncenter {
   display: block;
   text-align: center;
   margin-left: auto !important;
   margin-right: auto !important;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* タイルに付けるカテゴリー名表示部 */
.ribbon {
	position: absolute;
	left: -5px;
	margin: 0;
	padding: 2px 15px;
	font-size: 0.8em;
	color: #fefefe;
	background: #060;
	z-index: 100;
}
.ribbon:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 5px;
	height: 5px;
	content: "";
	background: url(img/ribbon_bg.png) no-repeat left top;
	z-index: 0;
}

.ribbon.reports {
	background: #D30E1A;
}
.ribbon.seminar {
	background: #0068B7;
}
.ribbon.events {
	background: #336;
}

/* パンくずリスト */
.breadcrumb {
	margin: 0 auto;
	padding: 1em 0;
	width: 1000px;
	text-align: left;
	font-size: 0.85em;
}

/* MW WP Form関連, プラグイン側のCSSもあるので注意 */
.mw_wp_form .error {
	border: dashed 1px #F33;
	background: #FF9;
	padding: 2px 5px;
	margin: 2px;
	font-weight: bold;
}

.submit {
	text-align: center;
}
.submit input {
	margin: 0 auto;
	padding: 10px 15px;
	margin: 0 15px;
	font-weight: bold;
}


/* ============================================================================== */
header {
	margin: 0;
	padding: 0 0 20px 0;
	height: 120px;
	text-align: left;
	background: #fff url(img/header_bg.gif) repeat-x top;
}
header:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

header div {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

header p {
	margin: 0;
}

header a:link,
header a:visited {
	color: #666;
	text-decoration: none;
}
header a:hover,
header a:active,
header a:focus {
	color: #06C;
	text-decoration: underline;
}

header #website_title {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	height: 120px;
	background: url(img/header_logo.png) no-repeat;
	-webkit-box-shadow: 0 -4px 10px 0 #ddd;
	box-shadow: 0 -4px 10px 0 #ddd;
}
header #website_title a {
	display: block;
	width: 240px;
	height: 120px;
}

/* ============================================================================== */
header nav {
	margin: 0 0 0 240px;
	width: 760px;
}

header nav #header_links {
	float: left;
	width: 320px;
}
header nav #header_links a {
	display: inline-block;
	height: 35px;
	line-height: 36px;
	margin: 0 0 0 22px;
	padding: 0 0 0 18px;
	font-size: 0.9em;
}
header nav #header_links a#header_link_home {
	background: url(img/header_icon_home.png) no-repeat 0% 47%;
}
header nav #header_links a#header_link_contact {
	background: url(img/header_icon_contact.png) no-repeat 0% 47%;
}
header nav #header_links a#header_link_access {
	background: url(img/header_icon_access.png) no-repeat 0% 50%;
}

header nav #header_login_name {
	background: url(img/header_icon_user.png) no-repeat 0% 50%;
	float: left;
	width: 200px;
	height: 35px;
	line-height: 36px;
	margin: 0 0 0 22px;
	padding: 0 0 0 18px;
	font-size: 0.9em;
}

header nav #header_lang {
	float: right;
	height: 35px;
	width: 200px;
	overflow: hidden;
	text-align: right;
}
header nav #header_lang a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0 2px;
	padding: 0 15px;
	font-size: 0.9em;
	font-weight: bold;
	background: #dcdcdc;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
header nav #header_lang a.activeLang {
	background: #fff;
}

header nav ul {
	padding: 15px 0 0 4px;
}
header nav ul li span {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 107px;
	font-size: 0.85em;
	line-height: 1.1em;
	font-weight: bold;
}

/* ============================================================================== */
nav ul {
	clear: both;
	margin: 0;
}
nav ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

nav ul li {
	position: relative;
	list-style: none;
	float: left;
	width: 107px;
	height: 70px;
	text-align: center;
	border-right: solid #eee 1px;
}

nav ul li a {
	display: block;
	width: 107px;
	height: 70px;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus {
	color: #00C;
	background-color: rgba(147, 112, 219, 0.1);
}

nav ul li.nav_about_white {
	background: url(img/nav_about_white.png) no-repeat 50% 20%;
}
nav ul li.nav_letter_white {
	background: url(img/nav_letter_white.png) no-repeat 50% 20%;
}
nav ul li.nav_press_white {
	background: url(img/nav_press_white.png) no-repeat 50% 20%;
}
nav ul li.nav_press_white span {
	top: 45px;
}
nav ul li.nav_data_white {
	background: url(img/nav_data_white.png) no-repeat 50% 20%;
}
nav ul li.nav_data_white span {
	top: 45px;
}
nav ul li.nav_member_white {
	background: url(img/nav_member_white.png) no-repeat 50% 20%;
}
nav ul li.nav_join_white {
	background: url(img/nav_join_white.png) no-repeat 50% 20%;
}
nav ul li.nav_gl_white {
	background: url(img/nav_gl_white.png) no-repeat 50% 20%;
}
nav ul li.nav_key_white {
	background: url(img/nav_key_white.png) no-repeat 50% 20%;
}


/* ============================================================================== */
#bottom_nav {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

nav.gray_nav {
	clear: both;
	margin: 10px 0 20px 0;
	font-size: 0.85em;
	font-weight: bold;
}
nav.gray_nav ul {
	padding: 0;
}

nav.gray_nav ul li {
	width: 141px;
	height: 110px;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #dfdfdf;
}
nav.gray_nav ul li:first-child {
	border-left: none;
}
nav.gray_nav ul li:last-child {
	border-right: none;
}

nav.gray_nav ul li a {
	width: 142px;
	padding: 70px 0 0 0;
	height: 1em;
}
nav.gray_nav ul li a:hover,
nav.gray_nav ul li a:active,
nav.gray_nav ul li a:focus {
	background: none;
}

nav ul li.nav_about_gray {
	background: url(img/nav_about_gray_on.png) no-repeat 50% 30%;
}
nav ul li.nav_letter_gray {
	background: url(img/nav_letter_gray_on.png) no-repeat 50% 30%;
}
nav ul li.nav_press_gray {
	background: url(img/nav_press_gray_on.png) no-repeat 50% 30%;
}
nav ul li.nav_data_gray {
	background: url(img/nav_data_gray_on.png) no-repeat 50% 30%;
}
nav ul li.nav_member_gray {
	background: url(img/nav_member_gray_on.png) no-repeat 50% 30%;
}
nav ul li.nav_join_gray {
	background: url(img/nav_join_gray_on.png) no-repeat 50% 30%;
}
nav ul li.nav_gl_gray {
	background: url(img/nav_gl_gray_on.png) no-repeat 50% 30%;
}
nav ul li.nav_key_gray {
	background: url(img/nav_key_gray_on.png) no-repeat 50% 30%;
}


/* ============================================================================== */
article {
	text-align: left;
}
article:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

article.page {
	width: 1000px;
	margin: 0 auto;
}

article .slide {
	margin: 0;
	background: #BCBCBC;
	overflow: hidden;
	height: 360px;
}

article .slide  ul {
	margin: 0 auto;
	padding: 0;
}
article .slide  ul li {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: inline;
}
article .slide ul li img {
	display: block;
	margin: 0 auto;
}

article #slide_top {
	background: #BCBCBC;
}
article #slide_top ul li img {
	height: 360px;
}

article #slide_member {
	background: #84D8FD;
	height: 220px;
	margin: 0;
}

/* ============================================================================== */
#member_nav {
	background: #84D8FD;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
	border-bottom: solid 4px #0068B7;
}
#member_nav:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#member_nav ul {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#member_nav ul li {
	display: inline;
	margin: 0;
}
#member_nav ul li a {
	display: inline-block;
	margin: 0 2px;
	padding: 8px 14px 7px 14px;
	color: #000;
	background: #C2E4FD;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#member_nav ul li.current-menu-item a,
#member_nav ul li.current-menu-parent a,
#member_nav ul li.current-menu-ancestor a,
#member_nav ul li.current-member-ancestor a {
	background: #0068B7;
	color: #fff;
}

#member_nav ul li a:hover,
#member_nav ul li a:focus,
#member_nav ul li a:active {
	background: #0068B7;
	color: #fff;
	text-decoration: none;
}

#member_nav + .tiles {
	margin-top: 20px;
}


/* ============================================================================== */
article .tiles {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	padding: 0 0 0 20px;
	background: url(img/tile_bg.gif) no-repeat bottom center;
}
article .tiles:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

article .tiles section {
	position: relative;
	float: left;
	width: 235px;
	height: 280px;
	margin: 0px 20px 20px 0px;
	background: #fff;
}

article .tiles a:hover h3,
article .tiles a:focus h3,
article .tiles a:active h3 {
	text-decoration: underline;
}

article .tiles section h2.ribbon {
	font-weight: normal;
}

article .tiles img.tile_image {
	width: 100%;
	height: 210px;
}

article .tiles section div {
	padding: 30px 20px 0px 20px;
	max-height: 130px;
	overflow: hidden;
	background: url(img/tile_whitebg.png) no-repeat top;
}

article .tiles section div h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
article .tiles section div time {
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	color: #aaa;
}

article .tiles #s {
	padding: 4px 10px;
	width: 160px;
}
article .tiles .search_submit {
	margin: 1em auto 0 auto !important;
	text-align: center;
	padding: 5px 10px 4px 10px;
}

/* ============================================================================== */
article .tiles #whatsnew {
	width: 490px;
}

article .tiles #whatsnew .posttype {
	color: #888;
	background: #f3f3f3;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 0 6px;
}


article .tiles .overflow_list {
	margin: 20px 20px 20px 10px;
	padding: 0;
	height: 240px;
	overflow-y: scroll;
}

article .tiles .overflow_list li {
	clear: both;
	margin: 1em;
	padding: 0;
	list-style: none;
}
article .tiles .overflow_list li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

article .tiles .overflow_list li time {
	padding: 0 0 0 1%;
	font-size: 0.9em;
	color: #888;
}

article .tiles .overflow_list li a.whatsnew_anchor {
	display: block;
	float: right;
	padding: 3px 0 0 0;
	width: 85.5%;
	line-height: 1.3em;
}

article .tiles .overflow_list li img.wp-post-image {
	width: 40px;
	height: 40px;
	border: solid 4px #eee;
	margin: 0 0.6em 0 0;
	float: left;
}


/* ============================================================================== */
.login_tile {
	background: #F5ED59 !important;
}
.login_tile .contents {
	background: transparent !important;
}

p.login {
	margin: 1.5em auto 0 auto !important;
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #124088;
	color: #fff;
	border-bottom: solid 3px #006;
	border-radius: 5px;
}


/* ============================================================================== */
article .entry {
	float: left;
	width: 745px;
	margin: 0;
	padding: 0 0 15px 0;
	background: #fff;
}
article .entry:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

article .single {
	width: 1000px;
}

article .entry h1 {
	position: relative;
	background: #05398C;
	color: #fff;
	font-weight: normal;
	font-size: 1.75em;
	margin: 1em -5px 1em -5px;
	padding: 13px 23px 13px 30px;
}
article .entry h1.toptitle {
	margin-top: 0;
}
article .entry h1:before {
	position: absolute;
	bottom: -5px;
	left: -5px;
	content: "";
	border: 5px solid transparent;
	border-right-color: #666;
	z-index: -1;
}

article .entry h1 a:link,
article .entry h1 a:visited {
	color: #fff;
	text-decoration: none;
}
article .entry h1 a:hover,
article .entry h1 a:focus,
article .entry h1 a:active {
	text-decoration: underline;
}


/* ============================================================================== */
article .entry .contents {
	padding: 0;
	margin: 25px 30px;
	line-height: 1.6em;
}

article .entry .contents a:link {
	text-decoration: underline;
}
article .entry .contents a:visited {
	text-decoration: underline;
}
article .entry .contents a:hover,
article .entry .contents a:focus,
article .entry .contents a:active {
	text-decoration: none;
}

article .entry .contents p {
	margin: 20px;
}

article .entry .contents em {
	color: #C33;
	font-style: normal;
}

article .entry .contents h2 {
	border: solid 2px #eee;
	background: #fdfdfd;
	padding: 10px 18px;
	margin: 35px 0 25px 0;
	font-size: 1.4em;
	color: #555;
}

article .entry .contents h3 {
	margin: 35px 20px 25px 20px;
	padding: 3px 0;
	border-bottom: solid 2px #ccc;
	color: #039;
}

article .entry .contents h4 {
	margin: 20px;
}
article .entry .contents h4:before {
	content: '● ';
}

article .entry .contents dl {
	margin: 20px;
	padding: 0;
}
article .entry .contents dl dt {
	clear: left;
	width: 7em;
	float: left;
	margin: 0;
	color: #05398C;
}
.lang_en article .entry .contents dl dt {
	float: none;
	width: auto;
}

article .entry .contents dl dd {
	margin: 15px 0 15px 7em;
}
.lang_en article .entry .contents dl dd {
	margin: 10px 0 15px 2em;
}

article .entry .contents ul,
article .entry .contents ol {
	margin: 20px 20px 20px 50px;
	padding: 0;
}
article .entry .contents ul li,
article .entry .contents ol li {
	padding: 0;
	margin: 15px 0;
}

article .entry .contents table {
	margin: 20px auto;
	border-collapse: separate;
	border-spacing: 2px;
}
article .entry .contents table td {
	padding: 5px 10px;
	border-bottom: #f8f8f8 solid 2px;
}
article .entry .contents table th {
	padding: 5px 10px;
	min-width: 130px;
	text-align: left;
	border-bottom: #eee solid 2px;
}

article .entry .contents pre {
	margin: 20px;
	padding: 5px;
	border: solid 1px #ddd;
	background: #f6f6f6;
	font-size: 1.1em;
	font-family: "Osaka−等幅","ＭＳ ゴシック","monospace";
	line-height: 1.5em;
	overflow: auto;
	height: 300px;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}


/* ============================================================================== */
article h1 .memberonly {
	float: left;
	margin: 3px 6px 0 0;
	border-radius: 3px;
}

article .entry .newsletter_notice {
	border: solid 2px #0068B7;
	background: #f9f9f9;
	padding: 1em;
}
article .entry .newsletter_notice strong {
	font-size: 1.1em;
}

article .entry pre.newsletter {
	margin: 40px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: "Osaka−等幅","ＭＳ ゴシック","monospace";
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}



/* ============================================================================== */
article .entry .seminar h2 {
	margin: 25px 0 10px 0;
	padding: 0;
	border: 0;
	background: #fff;
	line-height: 1.6em;
	text-align: center;
	color: #060;
}
article .entry .seminar h2.course_title {
	margin: 25px 0 10px 0;
	padding: 5px 12px;
	background: #FFDA89;
	color: #000;
	text-align: left;
}

article .entry .seminar table {
}
article .entry .seminar table th,
article .entry .seminar table td {
	border-right: solid 1px #25c319;
	border-bottom: solid 1px #25c319;
}
article .entry .seminar table td p {
	margin: 6px;
}
article .entry .seminar table th {
	background: #E3FDC4;
	text-align: center;
}

article .entry .seminar table.course_schedule th {
	min-width: 80px;
}

article .entry .seminar .item {
	margin: 30px 0px;
	padding-bottom: 5px;
	border: solid 1px #ccc;
}
article .entry .seminar .item h3 {
	margin: 15px 20px 25px 20px;
	text-align: center;
	color: #666;
}
article .entry .seminar .item h4 {
	color: #00C;
	font-size: 1.1em;
}

article .entry .seminar .start_dl,
article .entry .seminar .attention {
	text-align: center;
	color: #e00;
}
article .entry .seminar .start_dl strong {
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: solid 1px #e00;
}


article .entry .seminar .item .outline {
}

article .entry .seminar .item .speaker {
}

article .entry .seminar .item .speaker h5 {
	width: 150px;
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #eee;
	padding: 3px 5px;
	margin: 25px 0 0 0;
	letter-spacing: 1px;
}

article .entry .seminar .item .speaker ul {
	margin: 0;
	padding 0;
}
article .entry .seminar .item .speaker ul li {
	list-style: none;
	margin: 20px;
	padding: 10px 15px;
	border: solid 1px #eee;
}
article .entry .seminar .item .speaker ul li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

article .entry .seminar .item .speaker ul li .facephoto {
	float: left;
	margin: 0 1em 0 0;
	max-width: 196px;
	max-height: 145px;
}
article .entry .seminar .item .speaker ul li .name {
	display: block;
	margin: 5px;
}
article .entry .seminar .item .speaker ul li .open_profile {
	color: #666;
	text-decoration: underline;
}
article .entry .seminar .item .speaker ul li .open_profile:hover,
article .entry .seminar .item .speaker ul li .open_profile:focus
article .entry .seminar .item .speaker ul li .open_profile:active {
	text-decoration: none;
	color: #F33;
	cursor: pointer;
}
article .entry .seminar .item .speaker ul li pre {
	margin: 5px 0;
	padding: 3px;
	height: auto;
	font-size: 0.9em;
}

article .entry .seminar .item .download {
	color: #00C;
	margin: 10px 0 0 10px;
}
article .entry .seminar .item .download code {
	font-family: "Lucida Console", Monaco, monospace;
	background: #fafafa;
}

article .entry #form h2 {
	background: #05398C;
	color: #fff;
	border: solid 3px #039;
}

/* ============================================================================== */
article .entry .contents form {
	margin: 0;
	padding: 0;
}

article .entry .contents input {
	margin: 3px 0;
	max-width: 400px;
}
article .entry .contents textarea {
	max-width: 400px;
}

article .entry .contents .mw_wp_form label {
	display: block;
}


article .entry .contents fieldset {
	margin: 30px 20px;
	padding: 0 8px 5px 8px;
}

article .entry .contents fieldset legend {
	margin: 0 15px;
	padding: 0 5px;
	font-weight: bold;
}

article .entry .contents fieldset input {
	padding: 3px 10px;
}


/* ============================================================================== */
.memberlist {
	margin: 20px 30px;
}
.memberlist:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.memberlist table {
	clear: both;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

.memberlist table th {
	padding: 4px 2px;
	background: #CCC;
	text-align: center;
}
.memberlist table thead th {
	background: #05398C;
	color: #fff;
}
.memberlist table th.number {
	min-width: inherit;
	width: 10px;
}

.memberlist table th.contact_info {
	width: 57px;
}

.memberlist table tr {
	z-index: 1;
}
.memberlist table tr:nth-child(even) {
	background: #F0F0F6;
}
.memberlist table tr:nth-child(odd) {
	background: #FCFCFC;
}

.memberlist table td {
	position: static;
	padding: 2px 4px;
	overflow: auto;
	z-index: 1;
}
.memberlist table .address .address_detail {
	position: absolute;
	width: 660px;
	padding: 5px 10px;
	margin: 0 0 0 -625px;
	background: #f9f9f9;
	border: solid 2px #ccc;
	z-index: 1000;
}

.memberlist table tr:hover td,
.memberlist table tr:active td,
.memberlist table tr:focus td {
	background: #ffa;
}

.memberlist .dataTables_length {
	padding: 5px;
	float: left;
	width: 200px;
}
.memberlist .dataTables_filter {
	padding: 5px;
	float: right;
	width: 300px;
	text-align: right;
}
.memberlist .dataTables_filter input {
	width: 180px;
}
.memberlist .dataTables_info {
	padding: 5px;
	float: left;
	width: 350px;
	color: #999;
}
.memberlist .dataTables_paginate {
	padding: 5px;
	float: right;
	width: 300px;
	text-align: right;
}
.memberlist .dataTables_paginate a {
	display: inline-block;
	padding: 2px 6px;
	margin: 0 0 0 6px;
	background: #eee;
}
.memberlist .dataTables_paginate a.current {
	font-weight: bolder;
	background: #05398C;
	color: #fff;
}
.memberlist .dataTables_paginate a:hover,
.memberlist .dataTables_paginate a:focus,
.memberlist .dataTables_paginate a:active,
.memberlist table .address label:hover,
.memberlist table .address label:focus,
.memberlist table .address label:active {
	cursor: pointer;
	text-decoration: underline;
}


/* ============================================================================== */
table.member_table {
	width: 520px;
	margin: 0px auto;
	border-collapse: separate;
}
.lang_en table.member_table {
	width: 550px;
}

table.member_table tr td {
	padding: 5px 15px;
	border-bottom: solid 1px #eee;
}

table.member_table tr td:first-child {
	width: 350px;
}


/* ============================================================================== */
table.newsletter_list {
}
table.newsletter_list thead th {
	background: #f9f9f9;
}
table.newsletter_list th {
	min-width: 50px !important;
}

table.newsletter_list .title img {
	margin: 6px 0px 6px 6px;
	float: right;
}
table.newsletter_list tbody td,
table.newsletter_list tbody th {
	border-bottom: solid 1px #ccc !important;
}
table.newsletter_list tbody tr:nth-child(even) td,
table.newsletter_list tbody tr:nth-child(even) th {
	background: #f9f9f9;
}


/* ============================================================================== */
#topics {
	margin: 20px auto 10px auto;
	background-image: none;
}

#topics section {
	width: 320px;
	height: 380px;
}

#topics .ribbon {
	top: 210px;
}

#topics section .excerpt {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	color: #aaa;
}
#topics section .excerpt p {
	margin: 0;
	padding: 0;
}
#topics section .excerpt time {
	display: block;
	text-align: right;
	color: #ccc;
}


/* ============================================================================== */
.info_tiles {
	overflow: hidden;
}

.info_tiles img.tile_image {
	position: relative;
	width: 100%;
	height: 151px !important;
	z-index: 50;
}

.info_tiles .contents {
	position: absolute;
	top: 145px;
	left: 0;
	width: 235px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.info_tiles .contents h3 {
	margin: 0;
	padding: 10px 13px 8px 13px;
	font-size: 1.05em;
	color: #009;
	text-align: center;
	letter-spacing: -1px;
}

.info_tiles .contents p {
	padding: 0 13px;
	margin: 0;
	font-size: 0.9em;
}
.info_tiles .contents p.en {
	padding: 0 8px 0 13px;
	font-size: 0.85em;
	line-height: 1.15em;
}


/* ============================================================================== */
.wp-pagenavi {
	margin: 40px auto 20px auto;
	text-align: center;
}

.wp-pagenavi span.pages {
	background: #eee;
}

.wp-pagenavi span.current {
	background: #FF9;
}


/* ============================================================================== */
aside {
	width: 235px;
	float: right;
}

aside ul {
	margin: 0;
	padding: 0;
}

aside ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside ul li a {
	display: block;
	padding: 15px 15px;
	background: url(img/aside_allow.png) no-repeat 97% 50%;
	border-bottom: dashed 1px #ccc;
}

aside ul li.current-menu-item a {
	border-left: solid 3px #FF0;
	padding-left: 12px;
	font-weight: bold;
	background: #fff;
}
aside ul li.current-menu-parent a,
aside ul li.current-menu-ancestor a,
aside ul li.current-member-ancestor a {
	border-left: solid 3px #ccc;
	padding-left: 12px;
	font-weight: bold;
	background: #fff;
}



/* ============================================================================== */
footer {
	clear: both;
	margin: 0px;
	text-align: left;
	color: #fff;
	font-size: 0.85em;
	background: #A7A7A7;
}

footer a:link {
	color: #fff;
}
footer a:visited {
	color: #eee;
}


/* ============================================================================== */
footer #footer_widgets {
	width: 1000px;
	padding: 0 0 20px 0;
	margin: 0px auto;
	position: relative;
}
footer #footer_widgets:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

footer #footer_widgets #footer_sitemap {
	float: left;
	width: 600px;
}
footer #footer_widgets #footer_sitemap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

footer #footer_widgets #footer_sitemap div {
	float: left;
	width: 185px;
	margin: 0 15px 0 0;
}

footer #footer_widgets #footer_membermap {
	float: left;
	width: 185px;
	margin: 0 15px 0 0;
}
footer #footer_widgets #footer_other {
	float: left;
	width: 200px;
}

footer #footer_widgets ul {
	margin: 0 0 0 15px;
	padding: 0;
}

footer #footer_widgets .banner_links {
	margin: 0;
}
footer #footer_widgets .banner_links li {
	margin: 0 0 1em 0;
	list-style: none;
	line-height: 1.3em;
}

footer .wp_social_bookmarking_light {
	overflow: hidden;
}


/* ============================================================================== */
footer address {
	clear: both;
	margin: 0px;
	background: #5A5A5A;
	font-style: normal;
}

footer address div {
	width: 1000px;
	height: 82px;
	margin: 0px auto;
	position: relative;
}
footer address div:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

footer address div p#address_office {
	width: 550px;
	position: absolute;
	bottom: 0;
	left: 0px;
}
footer address div p#address_office span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 116px;
}

footer address div p#address_links {
	width: 430px;
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
}

footer address form {
	width: 400px;
	position: absolute;
	text-align: right;
	top: 16px;
	right: 0;
}
footer address form input {
	height: 22px;
	padding: 1px 5px;
	border: 0;
	background: #999;
	color: #fefefe;
}
footer address form .search_submit {
	border: solid 1px #999;
}


/* ============================================================================== */
footer #copyright {
	clear: both;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	background: #fff;
	color: #555;
}
footer #copyright small {
	font-size: 0.9em;
}

