@charset "Shift_JIS";

/* ■ページ構造 */

body {
 margin-left: 2em;
 margin-right: 2em;
}
#header {
 width: 760px;
 height: 120px;
 }
#header2 {
 width: 800px;
 }
#header3 {
 width: 840px;
 height: 220px;
 }
#content {
 width: 760px;
 }
#content1 {
 width: 840px;
 }
#content2 {
 width: 800px;
 }
#menu1 {
 width: 840px;
 float: top;
 margin: 5px;
 }
#menu2 {
 width: 160px;
 margin: 5px;
 float: left;
 }
#main {
 width: 400px;
 margin: 5px;
 float: left;
 }
#main2 {
 width: 600px;
 margin: 5px;
 float: left;
 }
#main3 {
 width: 630px;
 margin: 5px;
 float: left;
 }
#sub {
 width: 120px;
 margin: 5px;
 float: left;
 }
#footer {
 clear: both;
 width: 760px;
 height: 120px;
 }
#footer2 {
 clear: both;
 width: 840px;
 height: 120px;
 }
/* ■その他 */

body {
 line-height: 1.5;
 background: #87CEEB;
 color: black;
}
h1 {
 margin-top: 1em;
 padding-left: 0.5em;
/* background: blue; */
 color: tomato;
}
h2 {
 margin-top: 0em;
 margin-bottom: 0em;
 margin-right: auto;
 margin-left: auto;
 padding-left: 0.5em;
 border-width: 2px;
 border-color: gray;
 border-style: solid;
 background: green;
 color: orange;
}
h3 {
 margin-top: 0em;
 margin-bottom: 0em;
 padding-left: 0.5em;
 background-color: aqua;
 color: navy;
}
h4 {
 margin-top: 0em;
 margin-bottom: 0em;
 padding-left: 0.5em;
 background-color: aqua;
 color: navy;
}
p {
 line-height: 1.5em;
}
.c1 { font-size: small;
 color: black;
 margin-bottom: 0.3em;
 padding: 0.5em;
  }
.c2 { font-size: medium;
 padding: 0.5em;
 color: black;
}
.c3 { font-size: medium;
 padding: 0.5em;
 border-width: 2px;
 border-color: gray;
 border-style: solid;
 background-image: url(../bg035.gif);
 background-repeat: repeat;
 color: white;
 font-weight: bold;
}
.c4 { font-size: small;
 margin-top: 0em;
 margin-bottom: 0em;
 padding: 0.3em;
 border-width: 2px;
 border-color: tomato;
 border-style: solid;
 color: purple;
 background-image: url(../bg/bg028.gif);
}
.c5 { font-size: xx-large; font-family: fantasy;
 text-align: center;
 margin-top: 0em;
 padding: 0.5em;
}


#header3 {
 background: url(../gallery/top/freed2.jpg);
 text-align: center;
 font-style: Georgia;
}
#header2, #header {
 background: url(../bg/bg026.gif);
 border-width: 3px;
 border-color: purple;
 border-style: double;
}
#menu1, #menu2, #sub {
 color:  black;
 background: lightyellow;
 border-width: 3px;
 border-color: purple;
 border-style: double;
}
#main, #main2, #main3 {
 color:  black;
 background: lightyellow;
 border-width: 3px;
 border-color: purple;
 border-style: double;
 }
#footer, #footer2 {
 background: url(../bg/wp_beach4.jpg);
 color: black;;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #000;
  background: transparent;
}

/*表デザイン*/

caption {
 font-size: 1.5em; 
}
table, td, th {
 border-width: 1px;
 border-style: solid;
 border-color: gray;
 }
th { background: lemonchiffon; color: #800000}
td { background: honeydew; color: #800080}

/*リンク*/

a:link { color: blue; }
a:visited { color: blueviolet; }
a:hover { color: orange; }

.navigation { text-align: center }


