@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
   }
img { border: 0; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* default */
body {
	background-image:url(./img/back.jpg);
	color: #333;
	font-size: 14px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.clear {
	width: 100%;
}
.clear:after {
	content: ""; 
 	display: block; 
	clear: both;
}
#view {
	margin: 0 auto;
	padding: 25px 0 0;
	width: 980px;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 15px #999;
	-moz-box-shadow: 0 0 15px #999;
	-webkit-box-shadow: 0 0 15px #999;
}
#header {
	margin: 0 25px 25px;
	padding: 0;
	width: 930px;
}
#header h1 {
	float: left;
}
#header .contact {
	float: right;
}
#article {
	margin: 0 25px 100px;
}
#article h2 {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	
}
#article h3 {
	margin-bottom: 10px;
	margin-left: 120px;
}
div.imagebox {
              border: 3px dashed #FFA500; /* 1.枠線 */
              background-color: #FFEFD5;  /* 2.背景色 */
              width: 215px; /* 横幅 */
              height: 200px; /* 高さ */
              float: left; /* 左に配置 */
              margin: 5px; /* 周囲の余白 */
           }
           p.image, p.caption {
              text-align: center; /* 3.中央寄せ */
              margin: 5px;        /* 4.余白・間隔 */
           }
           p.caption {
              font-size: 80%;  /* 5.文字サイズ */
              color: darkblue; /* 6.文字色 */
           }

#article .img {
	margin: 0 0 25px -25px;
}
#article table {
	width: 100%;
}

#article tr {
	vertical-align: top;
}
#article th,
#article td {width: 50px;
　　border-bottom:none;
	padding: 10px 5px;
	vertical-align: top;
} 
#article th {
	width: 215px;
}
#article td ol {
	margin-left: 25px;
}
#article .btm th,
#article .btm td {
	border-bottom: none;
}
#footer {
	background: #EDEDED;
	padding: 25px 0;
	text-align: center;
	font-size: 9pt;
}

/* すべてのページに適用 - navまわり - */
#nav li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
        color: #fffafa;
}

#nav {
     margin: 25px 25px 25px 25px;
     padding: 15px 30px 10px 30px;
     background-color: #228B22;
}

#nav li a:link {
  color: #FFFAFA;
  text-decoration: none;
}
#nav li a:visited {
  color: #FFFAFA;
  text-decoration: none;
}
#nav li a:hover {
  color: #FFA500;
  text-decoration: none;
}
