body {
	color: #525252;
	font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10pt;
	margin: 0;
	padding: 0;
}

body, #skel-panels-pageWrapper {
	background-color: #CCCCCC;
  background-image: url(../images/img01.gif);
  background-repeat: repeat;
}

h1, h2, h3 {
	color: #191919;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 18pt;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}

p {
	line-height: 150%;
}

a {
	color: #0000FF;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #191919;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	width: 95%;
}

table td, table th {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

table th {
	font-weight: bold;
}

table thead th {
	background-color:#E6E6E6;
  text-align: left;
}

table tbody th {
  text-align: left;
}

#copyright {
	color: #333333;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

#copyright section {
	padding: 0;
}

#page-wrapper {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	margin-bottom: 5px;
	overflow: hidden;
	padding: 20px 0;
}

#page-wrapper a img {
  height: auto;
	max-width: 100%;
  text-align: center;
}

#welcome {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 30px 0;
}

#welcome .content p {
  margin-bottom: 15px;
}

#welcome .content dl {
  border-bottom: none;
  margin: 0 auto;
  width: 100%;
}

#welcome .content dt {
  font-size: 10pt;
  font-weight: bold;
  padding: 10px 0px;
}

#welcome .content dd {
  font-size: 9pt;
  padding: 10px 0;
}

#welcome .content dd textarea {
  width: 100%;
}

#main {
	background-color: #FFFFFF;
  border-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 30px 0;
}

#main a img {
	display: block;
  height: auto;
  margin: 0 auto;
	max-width: 100%;
  text-align: center;
}

.button-style1 {
	background-color: #333333;
  border: 1px solid #000000;
  border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 8pt;
	margin: 20px 10px 10px 0;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.style1 {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

ul.style1 li {
	float: left;
	padding: 0 10px 20px 0;
	width: 15%;
}

ul.style1 a img {
	display: block;
  height: auto;
  margin: 0 auto;
	max-width: 100%;
  text-align: center;
}

ul.style2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.style2 li {
	padding: 0 0 30px 0;
}

ul.style2 .heading-title {
	font-weight: bold;
	color: #5E5E5E;
}

ul.style2 .date {
	background-color: #333333;
	color: #FFFFFF;
	display: inline-block;
	font-size: 9pt;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	text-transform: uppercase;
  border-radius: 2px;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}

ul.style3 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.style3 li {
	border-bottom: dotted 1px #CCCCCC;
	border-top: dotted 1px #CCCCCC;
	padding: 1em 0em;
}

ul.style3 li:first-child {
	border-top: 0;
}

ul.style3 li:last-child {
	border-bottom: 0;
}

ul.style3 a {
	color: #000000;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 0px #CCCCCC;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	background: none;
	padding-top: 0em;
}

ul.style5 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.style5 li {
	border-top: 1px dotted #DCDCDC;
  margin-right: 10px;
	padding: 10px 0;
}

ul.style5 a {
	color: #5E5E5E;
	text-decoration: none;
}

ul.style5 a:hover {
	text-decoration: underline;
}

ul.style5 .first {
	border-top: none;
	padding-top: 0;
}

ul.style5 .search {
	border-top: none;
	padding-top: 0;
	padding-bottom: 20px;
}

.pagination {
  margin: 5px 0;
  padding: 2px;
  text-align: center;
}

.pagination ul {
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

.pagination li {
  display: inline;
  list-style-type: none;
  margin-left: 5px;
  padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
  border: 1px solid #929292;
  color: #333333;
  padding: 0 5px;
  text-decoration: none; 
}

.pagination a:hover, .pagination a:active {
  background-color: #BD2000;
  border: 1px solid #BD2000;
  color: #FFFFFF;
}

.pagination a.currentpage {
  background-color: #BD2000;
  border-color: #BD2000;
  color: #FFFFFF !important;
  font-weight: bold;
}

.pagination a.disablelink, .pagination a.disablelink:hover {
  background-color: white;
  border-color: #929292;
  color: #929292;
  cursor: default;
  font-weight: normal !important;
}

.red {
  color: #FF0000;
}

.righting {
  text-align: right;
}