#main {
	display:flex;
}
#body {
	width:680px;
}
#pageNav {
	width:195px;
	float:left;
	top:0px;
	left:0px;
	background-color: #eeeeee;
/*	border-right: 1px solid #cccccc; */
/*	border-left: 1px solid #cccccc; */
	border-bottom: 1px solid #cccccc;
}
#pageNav .date {
	margin: 30px 0 5px 15px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#0850b2;
}
#pageNav .title{
	margin:10px 0 0 15px;
	text-align:left;
	font-size:14px;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	color:#0850b2;
	text-decoration:underline;
}
.nav {
	margin-top:10px;
	width: 195px;
	height: 100px;
	list-style-type: none;
	background: #000000 url(../img/pagenav_package.gif) left top repeat-x;
}
.nav li {
	margin-top:0px;
	float: left;
	width: 195px;
	height: 50px;
}
.nav li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:50px;
	padding-top: 50px;
	background-image: url(../img/pagenav_package.gif);
	color: #FFFFFF;
}

/*  背景画像の位置 --------------------------*/
	
	/* 通常 */
	#pnav01 a { background-position:  0     0; }
	#pnav02 a { background-position:  0    -50px; }
	#pnav03 a { background-position:  0    -100px; }
	
	/* 現在位置 */
	#pnav01 a.stay { background-position:  0   -300px; }
	#pnav02 a.stay { background-position:  0   -350px; }
	#pnav03 a.stay { background-position:  0   -400px; }

	/* オンマウス */
	#pnav01 a:hover { background-position:  0  -150px; }
	#pnav02 a:hover { background-position:  0  -200px; }
	#pnav03 a:hover { background-position:  0  -250px; }

/************ header styles **************/

.nav a:hover a:visited{
	color:#cccc33;
}
.subtitle {
	width:875px;
	height:30px;
	background-image:url(../img/img_subtitle_package.gif);
}
table {
	width:90%;
	margin-left:20px;
}
tr {
	padding-top:10px;
}
td {
	font-size:12px;
	border-bottom:1px #999999 dotted;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}
h3{
	/*
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	*/
	float: left;
	font-style:normal;
	font-size:12px;
	font-weight:bold;
	width:100%;
	border-bottom:1px #999999 dotted;
}
h4{
	margin-left:20px;
	margin-right:30px;
	width:300px;
	/*
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	*/
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px #999999 dotted;
}
h5{
	margin-left:20px;
	width:500px;
	/*
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	*/
	font-style:normal;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
.box{
	width:90%;
	margin-top:20px;
	padding:10px;
	border: solid 1px #999999;
}

#globalLinkb{
	position:relative;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}


#globalLinkb a.glink {
  	font-size: 12px;
  	color: #0850b2;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

#globalLinkb a.stay{
  	font-size: 12px;
  	color: red;
	font-weight: bold;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

#globalLinkb a.glink:hover{
  	color: blue;
	font-weight: bold;
	text-decoration: none;
	/*
  	background-image: url(../img/glblnav_selected.gif);
	*/
}
.img1 {
	float:left;
	padding-left:10px;
}
/* pagenation css start */
.list-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: aliceblue;
    width: 90%;
    margin: 10px auto;
    list-style: none;
    text-align: center;
}

.list-group-item {
    background: rgb(166, 135, 222);
    padding: 10px;
    width: 100%;
}

.pagination{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 5px;
}
.pagination li{
    margin: 5px;
    border: 1px solid #333;
}

.pagination a{
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 5px;
}

.pagination a:hover{
    background-color: lightgray;
    color: black;
}

.active{
    background-color: rgb(166, 135, 222);
}
/* pagenation css end */