/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

a.link1	{
	background:url(images/link1.gif) no-repeat right center;
	padding-right:15px;
	background-size:13px auto;margin-right:10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	/*font-family: "Source Sans Pro", Helvetica, sans-serif;*/
/*	font: 100%/150% "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font: 100%/150% Ryumin Bold KL,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
border-top:#6EBAC9 solid 6px;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: Bitter, Georgia, serif;*/
/*	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3;
}

h1 {
	font-size: 32px;
	margin: 25px 0;
}

h2 {
	font-size: 28px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: bold;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/*##################################

####################################*/
body	{
	background:url(images/washi.jpg)top left;
}
h1.site-title	{
	text-align:center;
	font-size:18pt;
	margin:2em 0 1em 0!important;
}
h1.site-title a	{
	color:#fff;
	text-decoration:none;
}
.site	{
	margin:0 auto;
	max-width:1080px;
	width:100%;
	padding:0;overflow: auto;
	border:solid red 0px;
}
#page	{margin-top:10px;}

.site-description	{display:none;}

/*フッターとの間*/
#colophon	{margin-top:10px;background-color:#555;color:#fff;text-align:right;}

/*SlideShow*/
#slideshow	{width:100%;border:solid red 0px;}
.bx-wrapper	{margin:20px auto!important;}
ul.bxslider	{margin:0!important;}
ul.bxslider img	{/*height:300px;*/margin:0 auto;}

/*トップへ戻る*/
a#scroll-to-top	{
	display:block;
	float:right;
position:fixed;
bottom:50px;
right:20px;
	margin-right:00px;
	margin-bottom:00px;
width:65px;
height:65px;
	background:url(images/totop.gif)50% 50%;
text-indent:-9999px;
border:none;
}
a#scroll-to-top:hover	{
	background-color:#558;
}

/*2カラムレイアウト*/
#secondary{
    float: left;
    width: 290px;background-color:#fff;
    position: relative;
    z-index: 2;
}
#primary{
	width: 100%;
	margin-left: -290px;
	float: left;
}
#content{border:solid red 0px;padding:1em;
    margin-left: 320px;
}
.news	{background-color:#fff;padding:5px 1em 1em 1em;}
.news h3 a,.news h3 a:visited	{color:navy;}
.address	{margin:2em 1em;font-size:10pt;}
.add	{margin-left:1em;}
address	{font-style:normal;font-size:10pt;padding:1em;}
.sideshamei	{font-size:11pt;}
.shamei	{font-size:140%;}
ul.renmei	{margin:4px 0;padding:0;text-align:right;list-style-type:none;}

.topban	{width:100%;margin-bottom:5px;}
a.topban img:hover{
filter:alpha(opacity=80);
opacity:0.8;
}
address	{border:solid red 0px;padding:0;max-width:250px;margin:3em auto;}

.newstable,.maincontent	{background-color:#fff;}
.newstable td	{border:none;vertical-align:top;padding:0;}


/*情報発信エディタ（記事体裁）*/
.newstable table tr td {	font-size:12pt;}
.newstable .mid1	{font-size:170%;color:green;}
.newstable .mid2	{font-size:110%;color:#b24;margin:0;padding:0;}
.newstable .mid3	{font-size:100%;color:navy;margin:0;padding:0;}
.newstable .mok1	{color:#000;}

.back	{float:right;}

.wf-sawarabimincho { /*font-family: "Sawarabi Mincho";/*color:red;*/ }


/*MediaQuery_モバイル対応*/
@media (max-width: 970px) {
	/*body	{color:green;}*/
	.topnav-menu,.telenum	{
		display:none;
	}
}


