@charset "utf-8";

/*-------------------------------------
css初期化
--------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 100%;
}

div:after {
	content: "";
	display: block;
	clear: both;
}

/*-------------------------------------
タグの基本設定
--------------------------------------*/
body {
	background: #f5f5f5;
	line-height: 1.6;
	font-size: 81.25%;
	color: #414141;

}

html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-weight: bold;
	color: #504946;

}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Nav
--------------------------------------------------------------------*/
nav {
	width: 900px;
	margin: 0 auto;
}

nav ul li {
	list-style: none;
	width: 300px;

	float: left;
}

nav ul li a {
	display: block;
	width: 300px;
	height: 0px;
	padding-top:50px;
	overflow: hidden;
}

nav ul li#nav01 a {
  background-image: url(../img/01a.png);
}

nav ul li#nav02 a {
  background-image: url(../img/02a.png);
}

nav ul li#nav03 a {
  background-image: url(../img/03a.png);
}

nav ul li a:hover,
	nav ul#index li#nav01 a,
	nav ul#kadai01 li#nav02 a,
	nav ul#kadai02 li#nav03 a{
	background-position: 0 -50px;
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 900px;
	margin: 0 auto;

}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #504946;
}

div#Main div#TopImg {
	text-align: center;
	height: 566px;
}

div#Main div#PortImg {
	text-align: center;
}

div#Main p {
	color: #504946;
}

div#Main table {
	width: 80%;
	margin: 10px auto 20px auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 5px 10px;
	background: #EEF3F3;
	border: 1px solid #504946;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

div#Main table tr td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #504946;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

.item-list {
    text-align:  center;        /* 中央寄せ */
	margin-bottom: 30px;

  }
  .item-list h2 {
  text-align: left;    /* 中央寄せ */

  }

  .item-list .item {
    width: 385px;               /* 幅指定 */
    height: 332px;               /* 高さ指定 */
    display: inline-block;      /* インラインブロックにする */
	margin-left: 10px;
	margin-right: 10px;
  }
 
  .item-list .item .title {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	text-align: left;
  }

  .item-list .item .description {
	text-align: left;
  }

  



  .item-list2 .item2 {
    width: 790px;               /* 幅指定 */
    height: 332px;               /* 高さ指定 */
    display: inline-block;      /* インラインブロックにする */
	margin-left: 10px;
	margin-right: 10px;
  }
 
/*--------------------------------------------------------------------
pagetop
--------------------------------------------------------------------*/
.pagetop {
	text-align: right;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
#footer{
	background-color: #80A5A5;
	height: 40px;
	clear: both;
	display: table;
	width: 100%;
}
address {
	text-align: center;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;	
}
.footerTop{
	height: 15px;
	background-color: #EEF3F3;
	display: block;
	padding: 20px;
}