@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
/*    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
/*	font-family:Arial,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
/*	font-family:"Arial","MS PGothic";*/
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
body{
	background-color:#EDF9F8;
	color:#363636;
/*	background-image: url(/images/side2.gif);*/
	/*background-image: url(../assets/Location_design/images/Location_shousai.jpg);*/
	background-repeat: repeat-y;

	background-position:center;
}
ol, ul{list-style:none}
strong{font-weight:bold}
a:link, a:visited, a:hover, a:active{text-decoration:none;}
input, button, textarea{font-family:inherit; font-size:100%}
button{}
a:hover{text-decoration: underline;}
/*
	font-family: "微软雅黑","黑体","Microsoft JhengHei", "SimHei"  ;
	font-family: "Microsoft JhengHei", "微软正黑体", "黑体", "SimHei" ;
	font-family: "微软雅黑";
*/

h2, h2 a{
    margin-left:5px;
    margin-bottom:16px;
    font-size:18pt;
    color:#999999;
    margin-bottom:16px;
}

.pagination {
  text-align: center;
  padding-left: 90px
}