/*
Theme Name: メイン《zeemagazineの子テーマ》
Author:S.Kurakami
Template:zeemagazine
*/


/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/*============================ SETUP ============================*/
html {
	font-size: 62.5%;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka,;
	font-size: 1em;
	border: 0;
	color: #111;
	background: #ddd;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #0066dd;
	text-decoration: underline;
}
a:hover, a:active {
	color: #444;
	text-decoration: none;
}
/*============================ WRAPPER ============================*/
#wrapper {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 5px;
	width: 950px;
	background: #fff;
}
#header {
	border-top: 5px solid #666;
	padding-bottom: 0px;
	border-bottom: 1px solid #0066dd;
}
/*============================ STRUCTURE ============================*/
#wrap {
	padding: 10px 5px;
	float: left;
	width: 940px;
	background: url(images/background.png) #fff;
	background-repeat: repeat-y;
}
#content {
	padding-left: 30px;
	padding-bottom: 0;
	padding-right: 40px;
	padding-top: 0;
	float: left;
	width: 630px;
}
.fullwidth {
	background: #fff !important;
}
.fullwidth #content {
	width: 900px !important;
}

/*============================ SIDEBAR ============================*/
#sidebar {
	width: 210px;
	margin-left: 720px;
}
#sidebar ul li h2 {
	color: #333;
	background-color: #ecffdc;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka,;
}
#sidebar ul li {
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
}
#sidebar ul li div{
	padding: 5px;
	margin-bottom: 5px;
}
#sidebar ul li ul {
	list-style: url(images/sidebar_arrow.png) inside !important;
	margin-bottom: 5px;
}
#sidebar a, #sidebar ul {
	color:#0066dd;
	font-size: 1.1em;
	text-decoration: none;
}
#sidebar ul ul li {
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#sidebar ul ul li:hover {
	background:#f3f3f3;
}
#sidebar a:hover {
	color:#333;
}

#sidebar .children{
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .children li {
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	border: none;
	background: none;
}
#ads img{
	margin: 3px;
}
.screen-reader-text {
	display: none;
}
#s {
	padding-left: 1px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-top: 4px;
	margin: 5px;
	background: #eee;
	border: 1px solid #ddd;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	width: 175px;
}
#searchsubmit {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 3px;
	border: none;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
}
#searchsubmit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}

/*============================ TOP NAVIGATION ============================*/
#topnavi {
	float: left;
	background: #eee;
	width: 100%;
}
#topnavi ul{
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
/*Top level list items*/
#topnavi ul li{
	position: relative;
	display: inline;
	float: left;
	cursor: pointer;
	margin: 0; 
	padding: 5px 0;
}
/*Top level menu link items style*/
#topnavi ul li a{
	padding: 5px 10px;
    color: #000;
}
#topnavi ul li a:link, #topnavi ul li a:visited{
	text-decoration: none;
}
#topnavi ul li a:hover{
	color:#444;
	text-decoration: underline;
}

/*1st sub level menu*/
#topnavi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: -1px 0 0 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#topnavi ul li ul li{
	display: list-item;
	width: 160px;
	float: none;
	margin: 0 !important;
	padding: 5px 10px 5px 10px !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#topnavi ul li ul li ul{
	padding: 0 !important;
	margin-top: -1px;
	margin-left: -2px;
	border-top: 1px solid #ddd;
}
/* Sub level menu links style */
#topnavi ul li ul li a{
	padding: 5px !important;
	margin: 0 !important;
	font-weight: normal !important;
	color: #000 !important;
	text-decoration: none !important;
}
#topnavi ul li ul li a:hover{
	text-decoration: underline !important;
}
#topnavi ul li ul li:hover {
	background: #f5f5f5;
}
#topnavi ul li.current_page_item a, #topnavi ul li.current-cat a, #topnavi ul li.current-menu-item a{
	background: #fff;
}
#topnavi_icons {
	float: right;
	height: 25px;
	margin-right: 10px;
}
#topnavi_icons img {
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	width: 20px;
	height: 20px;
}
/*============================ HEADER ============================*/
#head {
	clear: both;
	border-bottom: 1px solid #0066dd;
}
#head_left {
	float: left;
	width: 450px;
	padding: 0 10px 10px 10px;
}
#head_right {
	margin-left: 460px;
}
#head_left img {
	margin: 20px 0 15px 5px;
}
#head_right img {
	margin: 15px 10px 0 0;
}
#head h1 {
	padding: 20px;
	font-size: 2.8em;
	color: #333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka,;
}
/*============================ NAVIGATION ============================*/
#navi {
	float: left;
	width: 100%;
	margin: 1px 0 0;
	background: #0066dd;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 1.4em;
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
#navi ul li a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#navi ul li a:link, #navi ul li a:visited{
	color: #fff;
}
#navi ul li a:hover{
	background: #ff9933;
}

/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	width: 170px;
	display: block;
	visibility: hidden;
	border: 0;
	z-index: 10;
	padding: 1px 0 0 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin-top: -1px;
}
/* Sub level menu links style */
#navi ul li ul li a{
	font: normal 1.0em Verdana;
	height: auto;
	padding: 5px 5px 5px 10px;
	margin: 0;
	background: #666666;
	color: #fff !important;
	border: none !important;
}
#navi ul li ul li a:link{
	color: #fff !important;
}
#navi ul li ul li a:hover{ /*sub menus hover style*/
	color: white;                          
	background: #999999;
}

#navi ul li.current_page_item a, #navi ul li.current-cat a, #navi ul li.current-menu-item a{
	background-color: #ff9933;
}
/*============================ Breadcrumb, More_Posts, Calendar ============================*/
.breadcrumbs {
	margin-bottom: 15px;
	padding: 5px;
	color: #666666;
	font-size: 1.0em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
.more-link {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 1.2em;
	font-weight: bold;
}
/*============================ POST ============================*/
.bypostauthor { }
.post, .type-page {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #0066dd;
}
.post h2, .type-page h2, .laboratory h2, .staff h2, .member h2, .study h2, .new h2, .lecture h2 {
	margin-top: 20px;
	padding-bottom: 2px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 2.0em;
	font-weight:normal;
	color: #00aa08;
}
.post h2 a:link, .post h2 a:visited {
	color:#0066dd;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	color:#555;
	text-decoration: underline;
}
.entry h1, .comment h1 {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #222;
}
.entry h2, .comment h2 {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
	color: #222;
}
.entry h3, .comment h3{
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #00aa08;
}
.entry h4, .comment h4 {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	color: #222;
}
.entry h5, .comment h5 {
	font-size: 1.3em;
	margin: 10px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry h6, .comment h6{
	font-size: 1.3em;
	margin: 5px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 15px 0;
	font-size: 1.2em;
	line-height: 1.9em !important;
}
.sticky{
	margin-left: 10px;
	border-left: 5px solid #ddd;
	padding-left: 10px;
	border-bottom: 2px solid #ddd !important;
}
.arh {
	font-size: 1.3em;
	color:#000;
	padding:5px;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.postmeta {
	font-size: 1.2em;
	margin-bottom: 15px;
}
.postmeta a:link, .postmeta a:visited {
	color:#444;
	text-decoration: underline;
}
.postmeta a:hover, .postmeta a:active {
	color:#555;
	text-decoration: none;
}
span.folder, span.comment,span.author,span.date, span.tag{
	padding:0 0 3px 19px;
}
span.date{
	background: url(images/icons/date.png) no-repeat top left;
}
span.author{
	background: url(images/icons/author.png) no-repeat top left;
}
span.folder{
	background: url(images/icons/folder.png) no-repeat top left;
}
span.comment{
	background: url(images/icons/comment.png) no-repeat top left;
}
span.tag{
	background: url(images/icons/tag.png) no-repeat top left;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	margin-left: 3em;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.3em;
}
.entry ol, .comment ol{
	margin-left: 3em;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 1.3em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.5em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 1.0em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.8em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 1.0em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.0em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 64px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 64px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 5px 15px;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 5px 15px;
}
.entry tr.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 5px 0;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/
#content-slider {
	margin: 0 5px 20px 0;
	padding: 10px;
	border-bottom: 1px solid #999;
	background-color: #eee;
}
#slideshow {  
    width: 550px;  
    padding: 0;  
    margin:  0;
}
#slideshow .post{  
    padding: 0;
	margin: 0;
	border: none;
}
#slideshow .post h2 {
	margin-top: 0 !important;
}
#slideshow .post h2 a{  
    color: #0066dd;
}
#slideshow .post h2 a:hover{
	color: #333;
}
#slideshow .entry, #slideshow .postmeta{  
    color: #333;
}
#slideshow .postmeta a {
	color:#222;
}
#slide_panel {
	float: left;
	margin: 5px 0 0 0;
	width: 565px;
	background-color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid #999;
}
#slide_head {
	float: left;
	font-size: 1.5em;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.2em;
	cursor: pointer;
	margin-right: 5px;
	padding: 5px;
	color: #333;
	font-weight: bold !important;
	text-decoration: none;
}
#slide_keys a:hover {
	text-decoration: underline;
}

/*============================ Comments ============================*/
#comments, #respond {
	font-size: 1.2em;
	padding: 5px;
	background-color: #fff;
}
#comments h3, #respond h3 {
	font-size: 1.5em;
	color: #000;
	padding: 5px;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}
/* Reset #comments h3 */ 
.comment h3 {
	padding: 0 !important;
	border: none !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#444;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: underline;
}
.comment_navi {
	margin: 10px;
	font-size: 1.0em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: justify;
}
.commentlist .comment {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background: #f3f3f3;
	border-top: 2px solid #bbb;
}
.comment-author img {
	float: left;
	margin: 5px 10px 5px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
}
#comments .children {
	margin-top: 10px;
	margin-left: 25px;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: underline !important;
	color: #0066dd !important;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 20px 0;
}
#commentform #submit {
	cursor: pointer;
	margin: 15px 0;
	font-weight: bold;
	padding: 5px;
	background: url(images/button.png) repeat-x #eee;
}
#commentform #submit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
	
}
#commentform label {
	font-size: 1.0em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 10px 5px 5px 5px;
}
.wp-pagenavi .pages {
    float: right;
	margin-right: 10px;
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 4px 5px;
    color: #505050;
    text-align: center;
	font-size: 1.2em;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    background-color: #0066dd;
    color: #fff;
    text-align: center;
}
/*============================ BOTTOM BAR ============================*/
#bottombar {
	padding: 15px 10px;
	background: #333;
	border-top: 7px solid #555;
}
#bottombar ul li h2 {
	color: #fff;
	background: #404040;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-family: verdana, arial;
}
#bottombar ul li {
	width: 210px;
	float:left;
	margin: 10px;
}
#bottombar ul li div{
	padding: 5px;
	margin-bottom: 5px;
}
#bottombar ul li ul{
	list-style: url(images/bottombar_arrow.png) inside !important;
	margin-bottom: 5px;
}
#bottombar a, #bottombar ul {
	color:#eee;
	font-size: 1.0em;
	text-decoration: none;
}
#bottombar a:hover {
	color:#aaa;
}
#bottombar ul ul li {
	margin: 0;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #444;
}
/*============================ FOOT ============================*/
/*
#foot {
	padding: 5px;
	background: #0066dd;
	color: #fff;
}
#foot a {
	color: #fff;
}
*/
#foot a:hover {
	color: #eee;
	text-decoration: none;
}
#foot_left {
	float: left;
	margin: 10px;
}

/*============================ kurakami ============================*/

#myIframe #header,
#myIframe #head,
#myIframe #sidebar,
#myIframe #footer {
	visibility: hide;
}
hr {
	margin-bottom: 10px;
	margin-top: 5px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-color: #00aa08;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.page_child ul {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 30px;
}
.page_child li {
	margin-bottom: 8px;
	list-style-position: outside;
	list-style-type: disc;
}




#memPage {
}
#memTable {
	margin: 0px;
	padding: 0px;
}
#memPicture {
	margin: 0px;
	float: left;
	width: 200px;
}
#memPicture img {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-color: #cecece;
	border-style: solid;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 20px;
}
#memDiv {
	margin: 0px;
	line-height: 1.0;
	width: 430px;
	float: right;
}
#memPage  h2 {
	line-height: 1.0;
	font-size: 2em;
}
#memDiv p {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
}
p.memName {
	color: #008040;
}
#memDiv p.memMail {
	padding-bottom: 10px;
}
.memMail span, .memYear span, .memPlace span, .memRoom span, .memTel span, .memPosi span {
	color: #999999;
}
#memPage  h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 3px;
	background-color: #ecffdc;
	font-weight: bold;
	color: #008040;
	font-size: 1.5em;
}
#memPage  h4 {
	margin-top: 6px;
	margin-bottom: 4px;
	color: #008040;
	font-size: 1.5em;
}
#memPage  h5 {
	margin-top: 6px;
	margin-bottom: 4px;
	color: #008040;
	font-size: 1.5em;
}
#memPage  ul, #memPage  ol {
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
}
#memPage  li {
	padding-bottom: 8px;
	margin-left: 10px;
	list-style-position: outside;
}


#memIndex {
}
#memIndex h3 {
}
#memIndex table {
	width: auto;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#memIndex table th {
	background-color: #ecffdc;
}
#memIndex table td {
	font-size: 1.2em;
}
#memIndex th.memtSimei {
	width: 10em;
}
#memIndex th.memtYaku,
#memIndex th.memtYear {
	width: 5em;
}
#memIndex th.memtMail {
	width: 12em;
}

#page-study li {
	padding-bottom: 8px;
}




#pageWN {
	margin-bottom: 25px;
	margin-top: 25px;
}


#footer {
	width: 100%;
}
#foot_totop {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -20px;
	border-color: #a4c9ff;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	width: 228px;
	float: right;
}
#foot {
	padding: 10px;
	background-color: #00aa08;
	min-height: 50px;
}
#foot p {
	color: white;
	font-size: 1.1em;
}
#foot_left {
	float: left;
	margin: 10px;
}
#foot_right {
	width: 230px;
	float: right;
	margin: 10px;
}
