@charset "UTF-8";

body {
	background-color: #ffffff;
	font-family: "メイリオ","游ゴシック","Yu Gothic UI","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 2em;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* ul */
.none {
	list-style-type: none;
	padding-left: 0.5em;
}
.none li.menu {
	margin-top: 1em;
}
.side {
	list-style-type: none;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 0.9em;
}
.side a:link, .side a:visited {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: solid 1px #dddddd;
}
.side a:hover {
	background-color: #def;
	text-decoration: none;
}
.breadcrumbs {
	list-style-type: none;
	padding-top: 0.6em;
}
.breadcrumbs li{
	display: inline;
}
.sitemap {
	font-size: 0.8em;
	line-height: 1.5em;
}
.footer {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.footer li {
	display: inline;
}

/* p */
p {
	padding: 0 1em 0 1em;
    text-indent: 1em;
}

/* midashi */
.square1 {
	border-left: solid 2px #aaaaaa;
	border-bottom: solid 2px #aaaaaa;
	font-size: 1.2em;
	padding-left: 1em;
}
.square2 {
	border-bottom: solid 1px #aaaaaa;
	font-size: 1.1em;
	padding-left: 1em;
	margin-top: 2em;
}
.square3 {
	font-size: 1em;
	padding-left: 1em;
}

.side-menu {
	border-bottom: solid 1px #aaaaaa;
	text-align: center;
	margin-right: 1em;
}

/* img */
img {
	margin: 0;
	max-width: 100%;
}
/* table */
.textcenter {
	border: solid 2px #000000;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	line-height: 1em;
	margin: 1em 1em 1em 2em;
}
caption {
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
th {
	border: solid 1px #000000;
	background-color: #eeeeee;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}
td {
	border: solid 1px #000000;
	padding-left: 1em;
	padding-right: 1em;
}
	
/* Container */
#header {
	width: 100%;
	height: 2.5em;
	border-bottom: solid 2px #eeeeee;
}
#title {
	width: 250px;
	font-size: 1.5em;
	font-family: "ＭＳ 明朝","MS Mincho","ヒラギノ明朝 Pro","Hiragino Mincho Pro",serif;
	margin-top: 0;
	padding-left: 1.5em;
	font-weight: normal;
}
#title a:link, #title a:visited, #title a:hover, #title a:active {
	color: #000000;
	text-decoration: none;
}
#search {
	width: 50%;
	padding: 0.5em 0 0.5em 0;
	position:absolute; top:0;right:0;
}
#menu-bar {
	width: 95%;
	margin: 0.1em 1em 0.1em 1em ;
	clear: both;
}
#breadcrumbs {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	clear: both;
	border-bottom: solid 1px #eeeeee;
}
#page {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#main {
	width: 72%;
	text-align: left;
	float: right;
	margin: 1em 0 1em 0;
	padding-right: 10%;
}
#side-left {
	width: 17%;
	border-right: solid 1px #eeeeee;
	text-align: left;
	float: left;
	margin: 1em 0 1em 0;
	line-height: 1.5em;
}
#affibox {
	width: 300px;
	float: left;
	margin: 2em;
}
#footer {
	width: 100%;
	font-size: 0.9em;
	border-top: solid 2px #eeeeee;
	text-align: center;
	clear: both;
}

@media screen and (max-width: 950px) {
#title {
	width: 100%;
	font-size: 1.5em;
	padding: 0;
}
#search {
	width: 100%;
	clear: both;
	text-align: center;
	position:static;
}
#main {
	width: 100%;
	padding: 0;
	clear: both;
}
#side-left {
	width: 100%;
	line-height: 2em;
	clear: both;
	border: none;
}
#footer {
	font-size: 0.8em;
}
}
