body {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color: #e5e5e5;
	margin: 0
}
a {
	color: #017acd
}
a img {
	border: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* container
============================================= */
div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0 40px;
	-webkit-box-shadow: 0px 0px 50px #bbbbbb;
	box-shadow: 0px 0px 50px #bbbbbb;
	position: relative;
	overflow: hidden;
	background-image: url(../images/tpop_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* pageheader
============================================= */
header#pageheader {
	background: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pageheader #header_hg {
	margin: 0px;
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
header#pageheader h1 {
	margin: 0;
	float: left;
	font-size: 25px;
	line-height: 70%;
	clear: left;
	width: 500px;
}
#pageheader #header_hg h1 a {
	text-decoration: none;
	color: #000;
}
#pageheader #header_hg h1 span {
	font-size: 12px;
}
header#pageheader p {
	font-size: 12px;
	margin: 0;
	padding-top: 5px;
	text-align: left;
	font-weight: normal;
	clear: left;
	float: left;
	width: 500px;
}
/*nav_header
============================================= */
header#pageheader nav#nav_header {
	float: right;
	margin-top: 0px;
	width: 350px;
	clear: none;
}
header#pageheader nav#nav_header ul {
	text-align: right;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
}
header#pageheader nav#nav_header li {
	display: inline-block;
	text-align: right;
	margin-right: 0px;
}
header#pageheader nav#nav_header ul li a {
	width: auto;
	line-height: 30px;
	text-decoration: underline;
	text-align: center;
	color: #000;
}
header#pageheader nav#nav_header ul li a:hover {
	text-decoration: none;
}
/* Search form
============================================= */
header#pageheader nav#nav_header form {
	margin-top: 0px;
	text-align: right;
}
/* nav_global
============================================= */
header#pageheader nav#nav_global {
	clear: both;
	margin-top: 0px;
	padding-top: 15px;
}
header#pageheader nav#nav_global ul {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #333333;
	border-radius: 5px;
	padding-top: 0px;
}
header#pageheader nav#nav_global ul li {
	list-style-type: none;
	float: left
}
header#pageheader nav#nav_global ul li a {
	display: block;
	width: 85px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
 border-right: solid 1px rgba(255,255,255,0.2) background-color: #333333;
}
header#pageheader nav#nav_global ul li a:hover {
	background-color: rgba(1,122,205,0.3)
}
header#pageheader nav#nav_global ul li:first-of-type a:hover {
	border-radius: 5px 0 0 5px
}
/* contents
============================================= */
article {
	width: auto;
	margin-left: auto;
	margin-right: auto
}
/* contents contents_header
============================================= */

#contents_header {
	margin: 0px;
	padding-top: 0px;
}
#contents_header h1 {
	height: auto;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 12px;
	color: #FFF;
	font-size: medium;
	padding-left: 10px;
	clear: both;
	padding-bottom: 8px;
}
/* contents bread_crumbs
============================================= */
#bread_crumbs {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bread_crumbs ul {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#bread_crumbs ul li {
	display: inline;
}
/* contents message
============================================= */
#message {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#message h1 {
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	height: auto;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
	font-size: 16px;
	padding-left: 3px;
}
#message section h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#message p {
	font-size: 16px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#message aside ol {
	font-size: 15px;
	line-height: 180%;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#message aside ol small {
	font-size: 14px;
}
#message section ol li #membership_inner_div {
	padding: 5px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
#message section ol li h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#message section ol, #message section ul {
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#message dl {
	line-height: 180%;
}
#message dl dt {
	clear: left;
	float: left;
	width: 14em;
}
#message dl dd {
	margin-top: 0em;
	margin-left: 14em;
}
#message section .tx_right {
	text-align: right;
}
#message section footer {
	text-decoration: none;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
/* main_contents
============================================= */
#main_contents, .main_contents {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main_contents h1, .main_contents h1 {
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	height: auto;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
	font-size: 16px;
	padding-left: 3px;
}
#main_contents article h1, .main_contents article h1 {
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(209,195,165,0.5);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	font-size: 16px;
}
#main_contents h2, .main_contents h2 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main_contents p, .main_contents p {
	font-size: 16px;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main_contents .tx_right, .main_contents .tx_right {
	text-align: right;
}
#main_contents dl, .main_contents dl {
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main_contents dl dd, .main_contents dl dd {
	margin-left: 1em;
}
#main_contents dl dd dl, .main_contents dl dd dl {
	margin-top: 0px;
	border-bottom-style: none;
}
.jjmfe_editorial #main_contents ul {
	line-height: 180%;
	list-style-type: none;
	margin-left: -1.5em;
}
#main_contents footer, .main_contents footer {
	text-decoration: none;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
/* contents current
============================================= */
#current {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#current h1 {
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	height: auto;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
	font-size: 16px;
	padding-left: 3px;
}
#current article h1 {
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(209,195,165,0.5);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
	font-size: 16px;
}
#current h2 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#current p {
	font-size: 16px;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#current .tx_right {
	text-align: right;
}
#current dl {
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#current dl dd {
	margin-left: 1em;
}
#current dl dd dl {
	margin-top: 0px;
	border-bottom-style: none;
}
#current ol li .instructions {
	border-bottom-style: none;
}
#current footer {
	text-decoration: none;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
/* contents update_info
============================================= */
#update_info header, #update_info_en header {
	background-color: #E1E1E1;
	padding: 5px;
	margin-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#update_info header h1, #update_info_en header h1 {
	font-size: 16px;
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#update_info header ul, #update_info_en header ul {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#update_info header ul li, #update_info_en header ul li {
	float: right;
	display: inline;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#update_info article h2, #update_info_en article h2 {
	font-size: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
#update_info, #update_info_en {
	margin: 0px;
	padding-top: 0px;
}
#update_info article, #update_info_en article {
	margin: 0px;
	padding: 10px;
	height: 150px;
	overflow: auto;
	background-color: #E1E1E1;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
}
#update_info article dl, #update_info_en article dl {
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}
#update_info article dl dt {
	clear: left;
	float: left;
	width: 6em;
}
#update_info article dl dd {
	margin-left: 6em;
}
#update_info_en article dl dt {
	clear: left;
	float: left;
	width: 8em;
}
#update_info_en article dl dd {
	margin-left: 8em;
}
/* contents topics
============================================= */


#topics {
	width: auto;
	margin-left: auto;
	margin-right: auto
}
#topics header {
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#topics header h1 {
	background: none;
	font-size: 16px;
	padding-left: 0;
	margin: 0;
}
#topics section {
	border: solid 1px #aaaaaa;
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.5);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#topics section h2 {
	background: none;
	font-size: 18px;
	padding-left: 0;
	margin: 0;
	font-weight: bold;
	float: left
}
#topics section p {
	font-size: 16px;
	margin-left: 300px
}
/* annual meetings
============================================= */


#annual {
	width: auto;
	margin-left: auto;
	margin-right: auto
}
#annual header {
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 5px;
}
#annual header h1 {
	background: none;
	font-size: 16px;
	padding-left: 0;
	margin: 0;
}
#annual section {
	border: solid 1px #aaaaaa;
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.5);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#annual section h2 {
	background: none;
	font-size: 18px;
	padding-left: 0;
	margin: 0;
	float: left
}
#annual section dl {
	font-size: 16px;
	margin-left: 150px
}
#annual section p {
	font-size: 16px;
	margin-left: 300px
}
#annual_archives {
	width: auto;
	margin-left: auto;
	margin-right: auto
}
#annual_archives header {
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 5px;
}
#annual_archives header h1 {
	background: none;
	font-size: 16px;
	padding-left: 0;
	margin: 0;
}
#annual_archives section {
	border: solid 1px #aaaaaa;
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(209,195,165,0.5);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#annual_archives section h2 {
	background: none;
	font-size: 18px;
	padding-left: 0;
	margin: 0;
	float: left
}
#annual_archives section dl {
	font-size: 16px;
	margin-left: 150px
}
#annual_archives section p {
	font-size: 16px;
	margin-left: 300px
}
/* contents postheader
============================================= */
#postheader {
	width: auto;
	margin-left: auto;
	margin-right: auto
}
#postheader header {
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(204,204,204,0.5);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
}
#postheader header h1 {
	background: none;
	font-size: 16px;
	padding-left: 0;
	margin: 0;
}
#postheader header p {
	font-size: 16px;
	margin-left: 300px
}
#postheader section {
	clear: both;
	border: solid 1px #aaaaaa;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -webkit-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#postheader section h1 {
	background: none;
	font-size: 24px;
	line-height: 22px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}
#postheader div section h1 span {
	font-size: 14px;
}
#postheader p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0
}
#postheader div section figure a img {
	height: auto;
	width: 100%;
}
/* contents wrapper
============================================= */
#contents_column1_wrap {
	padding: 0px;
	display: block;
	margin: 0px;
}
#contents_wrap {
	padding: 0px;
	float: right;
	width: 75%;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sideber_wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 23%;
}
/* aside banner
============================================= */
#sideber_wrap aside .banner a img {
	height: auto;
	width: 100%;
}
/* page_back
============================================= */
.page_back_inner {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.page_back_inner p {
	background-color: #DFDFDF;
	float: right;
	width: auto;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.page_back_inner p a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	font-weight: bold;
}
.page_back_inner p a:hover {
	color: #017acd;
	text-decoration: none;
}
#page_back {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#page_back p {
	background-color: #DFDFDF;
	float: right;
	width: auto;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#page_back p a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	font-weight: bold;
}
#page_back p a:hover {
	color: #017acd;
	text-decoration: none;
}
/* footer
============================================= */
footer {
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	border-top: solid 1px #aaaaaa
}
footer p {
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
footer #inqury {
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: normal;
}
footer #cunter {
	margin: 0px;
	float: right;
	border: 1px solid #666;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
small {
	font-size: 10px;
	font-style: normal;
	text-align: left;
	display: block;
	clear: both;
}
/* 画像の配置
============================================= */
figure {
	margin: 0
}
#postheader section:nth-of-type(odd) figure {
	float: right;
	margin-left: 15px;
	margin-bottom: 0
}
#postheader section:nth-of-type(even) figure {
	float: left;
	margin-right: 15px;
	margin-bottom: 0
}
#postheader section figcaption {
	color: #666666;
	font-size: 10px;
	display: block
}
#postheader section:nth-of-type(odd) figcaption {
	text-align: right
}
header, hgroup, section, nav, footer, aside, article, figure {
	display: block;
}
/* clearfix
============================================= */
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}



/* JJMFE current.html 2014.04.03追記
============================================= */
#jjmfe_index {
	font-size: small;
	padding: 0px;
	margin-top: 0.3em;
	margin-right: 1em;
	margin-bottom: 0.3em;
	margin-left: 1em;
}

#jjmfe_index ul {
	margin: 0px;
	padding: 0px;
}

#jjmfe_index li {
	display: inline;
}

#jjmfe_index{
	text-indent: -0.5em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding-left: 0.5em;
}

