@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:separate;
    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 30px;
}
#article h2 {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-style: dotted;
	border-color: #FFA500;
}
#article h2 a:hover img {
opacity:0.5;
filter:Alpha(opacity=50);
}

#article h3 {
	margin-bottom: 20px;
	margin-left: 20px;
　　
}
div.imagebox {
              width: 263px; /* 横幅 */
              height: 260px; /* 高さ */
              float: left; /* 左に配置 */
              margin: 10px; /* 周囲の余白 */
              margin-bottom: 25px;
           }
           p.image, p.caption {
              text-align: center; /* 3.中央寄せ */
              margin: 0px;        /* 4.余白・間隔 */
           }
           p.caption {
              font-size: 120%;  /* 5.文字サイズ */
              color: black; /* 6.文字色 */
           }

#article h3 a:hover img {
opacity:0.5;
filter:Alpha(opacity=50);
}
#article h4 {
  	margin-left: 50px; 
}
#article .img {
	margin: 0 0 25px -25px;
}
#article table {
	width: 100%;
}

#article tr {
	vertical-align: top;
}
#article th,
#article td {
	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;
}
