article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size:13px;
	letter-spacing:0.01em;
	line-height:180%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	font-size: 100%;
	color: #40342D;
}
a, a:link, a:active, a:visited {
	color: #2278A4;
	text-decoration:none;
}
a:hover {
	color: #59AFDD;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
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-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style: none;
}
.ie6_error, .no_script {
	background:#F66;
	padding: 100px;
	text-align:center;
	font-size:150%;
	color:#333;
}
.cl {
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: block;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}

/* 共通 -------------------------------------------------------------- */
.right{
	float:right;
}
.font-ss{
	font-size:65%;
}
.font-s{
	font-size:85%;
}
.font-l{
	font-size:110%;
	font-weight:bold;
}
.font-ll{
	font-size:130%;
	font-weight:bold;
}
.green{
	color:#477306;
}
.white{
	color:#FFF;
}
.orange{
	color:#F60;
}
.yellow{
	color:#FF9;
}
.blue{
	color:#07298E;
}
.red,.msg{
	color:#CC0000;
}
a.arrow01,a.arrow02,a.arrow05{
	background: url(../img/common/arrow01.png) no-repeat 3px center;
	padding-left:10px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.arrow02,a.arrow05{
	background-image: url(../img/common/arrow02-2.png);
}
a.arrow05{
	background-image: url(../img/common/arrow05.png);
}
p{
	padding-bottom:10px;
}
.link{
	background-image:url(../img/common/icon05.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}
.pdf{
	background-image:url(../img/common/icon06.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.word{
	background-image:url(../img/common/icon07.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.excel{
	background-image:url(../img/common/icon08.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.section1 ul li{
	list-style-position:outside;
	list-style:disc;
	margin-left:20px;
	margin-bottom:0px;
}
.section1 ol li{
	list-style-position:outside;
	margin-left:20px;
	margin-bottom:0px;
	list-style-type: decimal;
}
dl{
	line-height:160%;
}
dt{
	font-size:13px;
}
dd{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#DDDDDD dotted 1px;
}
dt img{
	padding-left:5px;
	vertical-align:top;
}
dd a{
	color:#000;
}
.box1{
	background-color:#FFFFDF;
	padding:10px;
}
.box2{
	background-color:#FFE8FF;
	padding:10px;
}
.box3{
	border:1px solid #999;
	padding:10px;
}
.line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2DFD8;
	margin-top:50px;
	padding-top:30px;
}
.section1 ol.upper-roman li{
	list-style-type:upper-roman;
}
.tate{
writing-mode: tb-rl; /* IE独自仕様 */
writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
}

/* テーブル -------------------------------------------------------------- */
table.style1{
	border:1px solid #ACD273;
}
.style1 td img{
	padding-right:5px;
}
.style1 th,.style1 td{
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACD273;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ACD273;
}
table.style1  th{
	background-color:#F1FDDF;
}
.style1 table td{
	border:none;
}

table.style2{
	border:1px solid #A8C2EE;
}
.style2 td img{
	padding-right:5px;
}
.style2 th,.style2 td{
	padding:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C2EE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8C2EE;
}
table.style2  th{
	background-color:#D0DFF7;
}
.style2 table td{
	border:none;
}
.section1 .style2 li{
	margin-left:20px;
}
.naname{
    background-image:url(../staff/img/26/naname.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.naname2{
    background-image:url(../staff/img/26/naname2.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.naname3{
    background-image:url(../staff/img/26/naname3.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.naname4{
    background-image:url(../staff/img/26/naname4.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.naname5{
    background-image:url(../staff/img/26/naname5.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.naname6{
    background-image:url(../staff/img/26/naname6.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.naname7{
    background-image:url(../staff/img/26/naname7.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.naname8{
    background-image:url(../staff/img/26/naname8.png);
	background-repeat:no-repeat;
	background-position:right top;
}

/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom:20px;
}

/* マウスオーバ -------------------------------------------------------------- */
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* サイトマップ -------------------------------------------------------------- */
.sitemap ul{
	padding:0px 10px;
}
.sitemap ul li{
	margin-left:0px;
	margin-right:20px;
	list-style:none;
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	width:300px;
}
.sitemap ul li.one{
	width:100%;
}
.sitemap ul li a{
	background-image: url(../img/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.sitemap ul li img{
	padding-left:5px;
}