﻿html {
	overflow-y: scroll;
}
body {
	font-size: 10pt;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FBFAF5;
	background-image: url(../assets/templates/image/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	line-height: 140%;
}
ul,li,ol,dl,dd,dt,p,form,h1,h2,h3,h4,h5,h6,table,th,td {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
a {
	color: #85490F;
	text-decoration: none;
}
a:hover {
	color: #85490F;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border:0;
}
hr {
	display:none;
}
.bl {
	text-align:left;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

#wrapper {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../assets/templates/image/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 944px;
}
#header {
	position: relative;
	z-index: 1;
	height: 334px;
	margin-right: 2px;
	margin-left: 2px;
}
#header h1 {
	position: absolute;
	top: 38px;
	left: 0px;
	height: 294px;
	width: 940px;
}
#header h1 a {
	width: 940px;
	height: 294px;
}
#header ul {
	position: absolute;
	top: 7px;
	right: 10px;
	height: 23px;
	width: 174px;
}
#header li {
	float: left;
	height: 23px;
	width: 87px;
}
#header li a {
	height: 23px;
}

#globalnavi {
	width: 940px;
	display: block;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
#globalnavi li {
	float: left;
}
#globalnavi li a{
	height: 44px;
	background-image: url(../assets/templates/image/navi.png);
}
#globalnavi .i1 a {		background-position: 0px 0px; width:128px;}
#globalnavi .i2 a {		background-position: -128px 0px; width:149px;}
#globalnavi .i3 a {		background-position: -277px 0px; width:190px;}
#globalnavi .i4 a {		background-position: -467px 0px; width:145px;}
#globalnavi .i5 a {		background-position: -612px 0px; width:184px;}
#globalnavi .i6 a {		background-position: -796px 0px; width:144px;}
#globalnavi .i1 a:hover {		background-position: 0px -44px; width:128px;}
#globalnavi .i2 a:hover {		background-position: -128px -44px; width:149px;}
#globalnavi .i3 a:hover {		background-position: -277px -44px; width:190px;}
#globalnavi .i4 a:hover {		background-position: -467px -44px; width:145px;}
#globalnavi .i5 a:hover {		background-position: -612px -44px; width:184px;}
#globalnavi .i6 a:hover {		background-position: -796px -44px; width:144px;}

#container {
	position: relative;
	z-index: 2;
	width: 938px;
	margin-right: 2px;
	margin-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D9C6B4;
	border-left-color: #D9C6B4;
	background-color: #FFF;
	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
}
#container .banner {
	float: right;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#container .banner li  {
	margin-bottom: 5px;
}

#content {
	float: left;
        min-height: 250px;
	margin-top: 10px;
	margin-left: 25px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #D8C6B5;
	width: 630px;
	padding-right: 38px;
        overflow: hidden;
}
#content .topicpath { margin-bottom: 10px; }
#content h2 {
	line-height: 30px;
	font-size: 12pt;
	color: #D83500;
	background-image: url(../assets/templates/image/h2.gif);
	background-repeat: no-repeat;
	width: 630px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EE9B7C;
	background-position: left center;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}
#content .archive_link {
	text-align: right;
	font-size: 9pt;
	background-image: url(../assets/templates/image/list.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	margin-top: -25px;
	background-position: right;
	width: 620px;
}
#content dl {
	width: 620px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#content dt {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FBE4DC;
	padding-bottom: 5px;
}
#content p {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 10px;
	width: 635px;
}
#content ol, #content ul {
	margin:8px 20px 20px 25px;
}
#content ol ul, 
#content ul ul, 
#content ol ol, 
#content ul ol {
	margin-top:4px;
	margin-bottom:4px;
} 
#content ol li {
	list-style-type:decimal;
}
#content ul li {
	list-style-type:disc;
}

#content h3 {
	padding: 0 0 0 8px;
	margin: 15px 20px 8px 10px;
	font-size: 10pt;
	color: #D83500;
	border-left: 9px solid #EE9B7C;
	width: 620px;
}
#content h4 {
	line-height: 13pt;
	margin: 15px 20px 8px 10px;
	font-size: 10pt;
	color: #EE9B7C;
	width: 635px;}
#content table {
	margin: 8px 10px 20px 20px;
	border-collapse: collapse;
}
#content th {
	padding: 4px 6px;
	background-color: #783B00;
	color: #FFF;
	border: 2px solid #FFF;
}
#content td {
	padding: 3px 4px;
	border: 2px solid #FFF;
	background-color: #D8C6B5;
}


#footer {
	clear: both;
	text-align: center;
	font-size: 9pt;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	width: 940px;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(../assets/templates/image/contents_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
}
#footer .wrapper {
	position: relative;
}
#footer li {
	display: inline;
	border-left: 1px solid #D83500;
	padding: 0 3px 0 6px;
}
#footer li:last-child {
	padding-right: 6px;
	border-right: 1px solid #D83500;
}
#footer a {
	line-height: 100%;
	color: #D83500;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	color: #545454;
	padding: 6px 0 20px;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}                                 <!--リソース変数content-->

#content .box-image.triple li {
	list-style-type:none;
}
#content .box-image li {
	list-style-type:none;
}
#content ul.box-image li {
	list-style-type:none;
}

#content .box-image { clear: left; }
#content p,
#content h2,
#content h3 { clear: left; }

#content ul.box-image { padding: 1em 0 0;}
#content ul.box-image li { margin: 0 1% 1%; float: left; text-align: center; }
#content ul.box-image li:before { display: none;}
#content ul.box-image li img { max-width: 100%; height: auto;}
#content ul.box-image li p { margin: 0;	width: auto; text-align: center; padding-top: 0.5em; font-size: 0.85em;}
#content ul.box-image li p.font{ font-size:1em;}
#content ul.box-image.double li { width: 48%;}
#content ul.box-image.triple li { width: 31%;}
#content ul.box-image.triple li:nth-child(3n-1) { margin: 0 1.5% 1%;}
#content ul.box-image.quadruple li { width: 23%;}