Gcharset "utf-8";
/*
Theme Name: MEIJI-U UNIT

Theme URI: http://www.oikaze.jp
Description: 明治国際医療大学　ユニット専用のテンプレートです。
Author: 株式会社おいかぜ
Version: 1.0
Tags: 明治国際医療大学
*/

/* =デザインサマリ
ロゴブルー：#0455A6
ロゴグリーン：#179E4F
------------------------ */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}
table,caption, tbody, tfoot, thead, tr, th, td {
}
body {
	line-height: 1;
}
h1,  h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
h2, h3{
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		/*background: none !important;*/
	}
	#wrapper {
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
		background-color: #FFF !important;
		left: 0 !important;
		top: 0 !important;
	}
	
	#footer-nav {
		/*visibility: hidden;*/
		position: relative !important;
		display: none !important;
	}
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0 0 0 -240px;
	width: 100%;
}
#content {
	margin: 0 0 0 240px;
}
#primary,
#secondary {
	float: left;
	width: 220px;
	margin-left: 10px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts【フォント】
-------------------------------------------------------------- */
body,
input,
textarea {
	font-size: 0.8em; /* Resets 1em to 10px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	color: #0455A6;
	text-decoration: none;
}
/*
a:visited {
	color:#000;
}
*/
a:active,
a:hover {
	color: #179E4F;
}

ul#headerNav li a{
	width: 100%;
}

ul#headerNav li a:hover {
	color: #000;
}

.top .hentry .entry-content {
	color: #666;
	font-size: 100%;
	line-height: 1.2em;
}

.top .hentry a:hover .entry-content,
.top .hentry a:hover h2.top-title {
	color: #0455A6;
}

h2.top-title {
	color: #666;
	text-align: center;
	font-size: 1em;
	line-height: 16px;
	margin-bottom:0;
	font-weight: bold;
}

.top-date {
	color: #000;
}


#footer a:hover {
	color: #179E4F;
}

/* =Structure【構造】
全体の構造調整はすべてここで行うこと
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

#colophon,
#branding,
#footer,
#wrapper {
	margin: 0 auto;
	width: 980px;
}

.menu {
    display: block;
    width: 218px;
}

#wrapper {
	position: absolute;
	left:50%;
	margin-left: -490px;
	background-image: url("/wp-content/uploads/bg02.png");
 	background-repeat: repeat-y;
 	background-position: center top;
	padding-left: 20px;
}

#main {
	width: 960px;
}

/* Structure the footer area */
#footer-widget-area {
	/* overflow: hidden; */
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	/* width: 700px; */
	width: 960px;
    height: 40px;
    background-color: #0455A6;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}

/* Text elements */
p {
	margin: 1em 2em 2em 1em;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

ul#headerNav {
	position: absolute;
	top: 16px;
	left: 300px;
	z-index: 100;
	padding: 0;
	margin: 0;
}

 html>/**/body ul#headerNav {  
	font-family /***/:"ＭＳ Ｐゴシック" 9;    /* IE 8 Only */
}  

ul#headerNav:hover {
}

ul#headerNav li {
	display: inline;
	/*background:  url('images/ico_link01.gif') no-repeat 2px center;
	padding: 2px 2px 2px 12px;*/
	margin: 0  0 0 6px;
}

#headerSearch {
	position: absolute;
	top: 10px;
	left: 800px;
	width: 240px;
	z-index: 100;
	padding: 0;
	margin: 0;
}

#headerSearch .searchBox {
	width: 120px;
}

#headerSearch .searchButton {
	background: url("/wp-content/uploads/ico_search.png");
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	line-height: 18px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1{
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
}

.hentry {
	margin-right: 1em;
}
.home .sticky {
	/*background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;*/
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	clear: both;
	/*font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	border-left: 4px solid #169e4f;
	padding: 32px  0 14px 12px;*/
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	background: #F3F3F3;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 6px;
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 8px 0 0 0;
}

/*
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
*/

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 12px;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

div#mainImg {
	height: 120px;
	border: none;
	padding: 0;
	margin: 0;
}

#content .page img,
.entry-content .post img {
	margin: 0 0 12px 0;
	/* height: auto; */
	max-width: 670px;
	/* width: auto; */
	border: 1px #CCC solid;
	padding: 3px;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
	padding: 10px 0 10px 0;
	background-image: url("/wp-content/uploads/ico_prevBg.png");
 	background-repeat: no-repeat;
 	background-position: left center;
}

.nav-previous a {
	padding-left: 30px;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding: 10px 0 10px 0;
	background-image: url("/wp-content/uploads/ico_nextBg.png");
 	background-repeat: no-repeat;
 	background-position: right center;
}

.nav-next a {
	padding-right: 30px;
}

#nav-above {
	margin: 0 18px  0 18px;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin: 0 18px  0 18px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
/*
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
*/
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #0455a6;
	font-weight: bolder;
	font-size:1em;
	margin: 12px 0 0 0;
	border-bottom: 1px solid #666;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

.widget-area li#text-3 dl{
	margin: 1em 0 0 1em;
}

.widget-area li#text-3 dl dd{
	margin: 0 0 0 1em;
	font-size: 90%;
}

.widget-area li#text-3 dl div{
	float: left;
	width: 100px;
	margin: 2px 0 10px 0;
}


/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}

/*
#main .widget-area ul ul {
	/* border: none; */
	margin-left: 1.3em;
	padding: 0;
}
*/

#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#colophon {
	/*border-top: 4px solid #000;*/
	margin-top: -4px;
	/*overflow: hidden;
	padding: 18px 0;*/
	color:#FFF;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}

#footer {
    height: 30px;
}

#footer #footer-nav{
	font-size: 12px;
	margin: 0 5px;
	/* margin-left: 27px; */
}

#footer #footer-nav div ul li a {
	font-weight: normal;
}

#footer #footer-copy {
	font-size: 12px;
	margin: 12px 40px 0 20px;
}

#footer #footer-copy .copyright {
	float: left;
}

#footer #footer-copy a {
	float: right;
} 

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Add Style　"TOP" by oikaze
トップページ
-------------------------------------------------------------- */

/* 画像 start */
.top .hentry a img {
	border: 6px solid #FFF;
	clip: rect(50px 125px 125px 50px);
}

.top .hentry a:hover img {
	border: 6px solid #0455A6;
}
/* 画像 end */

#topLogo {
	height: 51px;
	width: 229px;
	background: url("/wp-content/uploads/logo.png");
	background-repeat: no-repeat;
}

#topLogo a {
	height: 51px;
	width: 229px;
	display: block;
}

#topLogo h1,
#topLogo h2 {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

#userSwither {
	margin: 0;
	padding: 0;
	text-align: left;
}

#userSwither a,
#userSwither a img {
	margin: 0;
	padding: 0;
	border: none !important;
}
#userSwither strong a {
	color: #179E4F;    
}

/*  =Add Style　"top fix cell" by oikaze
-------------------------------------------------------------- */
.top .cell1 {
	margin: 0 0 24px 0;
	width: 236px;
	height: 350px;
	overflow: auto;
	float: left;
	/*background: #009135;*/
}

.top .cell2 {
	margin: 0 0 24px 0;
	width: 472px;
	height: 350px;
	overflow: auto;
	float: left;
	/*background: #009135;*/
}

.top .cell3 {
	margin: 0 0 24px 0;
	width: 708px;
	height: 350px;
	overflow: auto;
	float: left;
	/*background: #009135;*/
}

/* =Add Style　"content" by oikaze
-------------------------------------------------------------- */

.entry-content{
	margin: 0 20px 0 20px;
}

.entry-content h2{
	color: #0455A6;
	font-size: 1.3em;
	font-weight: bolder;
	padding: 2px 0 0 0;
	margin: 0;
	border-bottom: 1px solid #000000;
}

.entry-content h3{
	margin: 6px 0 12px 0;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 6px;
	background-color: #EEEEEE;
}

.entry-title {
	color: #0455a6;
	font-weight: bolder;
	font-size:1em;
	margin: 12px 0 0 0;
	border-bottom: 1px solid #666;
}

.entry-content h4{
	color: #0455a6;
	margin: 0 0 12px 0;
	font-size: 1em;
	font-weight: bolder;
	margin-bottom: 0.3em;
	border-bottom: 1px dotted #CCC;
}

.entry-content h5{
	margin: 0 0 12px 0;
	font-size: 1.1em;
	margin-bottom: 0.3em;
	color: #0455A6;
}

.entry-content h6{
	margin: 0 0 12px 0;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.top div.contentsL,
.entry-content div.contentsL{
	margin: 18px  0 12px  0;
	float: left;
	width: 325px;
}

.top div.contentsR,
.entry-content div.contentsR{
	margin: 18px  0  12px  0;
	float: right;
	width: 325px;
}

/*画面３列 */
.top div.contentsLc p,
.top div.contentsMc p,
.top div.contentsRc p,
.entry-content div.contentsLc p,
.entry-content div.contentsMc p,
.entry-content div.contentsRc p {
	margin: 4px 12px 4px 12px;
}

.top div.contentsLc,
.entry-content div.contentsLc{
	margin: 18px  0 12px  0;
	float: left;
	width: 220px;
}
.top div.contentsMc,
.entry-content div.contentsMc{
	margin: 18px  0  12px  0;
	float: left;
	width: 220px;
}
.top div.contentsRc,
.entry-content div.contentsRc{
	margin: 18px  0  12px  0;
	float: right;
	width: 220px;
}

.entry-content ul {
margin: 0 0 1em 0;
padding: 0 0 0 1.4em;
}


.entry-content ul li {
	list-style-image: url(/wp-content/uploads/ul-img01.jpg);
}

.entry-content p {
margin: 1em 0 1em 0 ;
padding: 0;
}

.entry-content a:link {
color: #169e4f; 
text-decoration: none;
}

.entry-content a:visited {
color: #0d7036;
}

.entry-content a:active,
.entry-content a:hover {
color: #FF4B33;
}

.entry-content table,
.entry-content th,
.entry-content td {
	border: 1px solid gray;
	padding: 0.5em;
	margin: 1em 0 1em 0;
}

.entry-content th{
	background-color: #efefef;
}

.entry-content dl{
	margin: 0 0 1.5em 0;
}


.entry-content dl.dl01 dt{
	text-indent: 15px;
	background: url(/wp-content/uploads/dl-img01.png) no-repeat 0 1px;
	font-size: 1.1em;
	margin: 0 0 7px 0;
}

.entry-content dl.dl01 dd{
	margin: 0 0 12px 1em;
}


.entry-content dl.dl02 {
	border-top: 1px solid #999;
}

.entry-content dl.dl02 dt{
	font-size: 1em;
	float: left;
	width: 20em;
	border-top:1px solid #999;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 0;
}

.entry-content dl.dl02 dd{
	margin: 0 0 0em 0;
	margin-left: 10em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

br.clear{
	clear: both;
}


/*-----------------------------------------
　トップページング begin
-----------------------------------------*/

.tablenav {
	color: #2583ad;
	background:white;
	/* margin: 1em auto; */
	margin: 1em;
	line-height:2em;
	text-align: right;
	clear: both;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/*-----------------------------------------
　トップページング end
-----------------------------------------*/

/*-----------------------------------------
　共通 begin
-----------------------------------------*/

.fontRed{
	color: #ff0000;
	margin-bottom: 0;
}

.fontBlue{
	color: blue;
}

.notes{
	font-size: 80%;
}

.center{
	text-align: center;
}

ol.noIndent{
	margin-left: 0;
	padding-left: 20px;
}

img.caption{
	margin-bottom:0 !important;
}

p.caption{
	font-size:10px;
	margin-top:0;
}

/*-----------------------------------------
　共通 end
-----------------------------------------*/


/*-----------------------------------------
　未振り分け begin
-----------------------------------------*/
/*　後ほど振り分けること！ 　*/ 

/* === パンくずリスト start === */
#breadcrumbs {
    height: 24px;
	background: #0455A6;
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
    margin: 0;
}
ul.breadcrumbs {
	list-style: none;
	padding: 4px;
	margin: 0;
	font-size:12px;
}

ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	color: #FFF;
}

ul.breadcrumbs li a {
	color: #5DCFC3;
}

ul.breadcrumbs li a:hover {
	color: #FFF;
}
/* === パンくずリスト end === */

#content .page img.noborder,
#content .post img.noborder {
	border: none;
}

.back2top {
	text-align: right;
}

.contentHeader h2 {
	position: absolute;
	top: 60px;
	margin: 0;
	padding: 12px 2px 12px 0;
}

.contentHeader h2 strong {
	padding: 18px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	background-image: url(/wp-content/uploads/contentHeaderBg.png);
	background-repeat: no-repeat;
	background-position: center right;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.contentHeader div {
	border: 1px solid #0455A6;
}

.actionPanel {
    zoom: 100%;
}

iframe {
	border: none;
}

/* === リンクアイコン start === */

.page a[href$='.doc'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/wp-content/uploads/ico_doc.gif) no-repeat center right ;
}

.page a[href$='.pdf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/wp-content/uploads/ico_pdf.gif) no-repeat center right ;
}

.page a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/wp-content/uploads/ico_xls.gif) no-repeat center right ;
}

/* === リンクアイコン end === */
ul.linkBox {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.linkBox li {
	padding: 8px;
	border: 1px solid #EEE;
	background:url(/wp-content/uploads/bg_linkBox.gif) repeat-x 50% 50%;
	margin: 2px 0 2px 0;
	list-style: none;
}

ul.linkBox li a {
	color: #333 !important;
}

ul.linkBox li a:active,
ul.linkBox li a:hover {
	color: #0455A6 !important;
}

ul.linkBox li:active,
ul.linkBox li:hover {
	border: 1px solid #0455A6;
	background:url(/wp-content/uploads/bg_linkBoxAct.gif) no-repeat 2px center;
}

.small {
	font-size: 60%;
	font-weight: normal;
}

/* === ナビゲーション begin === */

.widget_nav_menu ul li {
    margin: 0;
	border-bottom: 1px dotted #CCC;
}

.widget_nav_menu ul li a {
	display: block;
	padding: 12px 0 12px 24px;
    background:url(/wp-content/uploads/ico_arrow01.gif) no-repeat 6px center;   
}

.widget_nav_menu ul li a:hover {
	background: #EEE url(/wp-content/uploads/ico_arrow01.gif) no-repeat 6px center;  
}

.widget_nav_menu ul li ul li {
    margin: 0;
	border-bottom: none;
}

.widget_nav_menu ul li ul li a {
	font-size: 80%;
	display: block;
	padding: 6px 0 6px 24px;
    background: none;   
}

.widget_nav_menu ul li ul li a:hover {
	background: #EEE none; 
}

/* === ナビゲーション end === */

/* === リンク begin === */

li.widget-container{
    list-style: none; 
}

li.widget-container ul.xoxo li {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0 0 0 24px;
	background:url(/wp-content/uploads/ico_arrow02.gif) no-repeat 6px center;
}

/* === リンク end === */


/* === トップ begin === */

.top #mainContent {
	margin-right: 12px;
}

.post {
	margin: 12px;
	padding: 12px;
}

.post h3 {
	margin: 6px 0 12px 0;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 6px 6px 6px 24px;
	background: #EEEEEE url(/wp-content/uploads/ico_arrow01.gif) no-repeat 6px center;
	border: none;
}

.top .entry-title {
	margin: 0;
}

.top .top-date {
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	border-right: 3px solid #FFF;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
}

.top .entry-content,
.top .entry-summary {
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin: 0;
	padding: 0;
}

.top .entry-content p,
.top .entry-summary p {
	margin: 0;
	padding: 6px;
	line-height: 1.8em;
}

/* === トップ end === */
