/* 各ページのデザイン */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url("../gazo/background.jpg");
	margin-left:  1em;
	margin-right: 1em;
	line-height: 1.4em;
	letter-spacing: 0.08em;
}

#container {margin:0; width:100%; border:0px;
}

#header {width:100%; border:0;
}

#menu {float:left; margin:0px; text-align:left; padding:2px 5px 0px 0px; width:140px; line-height:1em;
}

#content {padding:4px 6px 0px 150px; margin:0; line-height:1.1em;
}

#footer {width:100%; border:0; clear:both;
}

h1 {
	color: #ff6666 ;font-size: 130% ;font-weight: bold ;
	border: 2px solid #66cc33 ;
	text-align: center;
	background-color: #ffffcc ;
	padding: 3px 1px 1px 0.5em ;
	margin-top: 20px ;margin-bottom: 20px;
}

h2 {
	color: #ffa07a ;font-size: 110% ;font-weight: bold ;
	vertical-align:middle;
	text-align:center;
	padding: 3px 1px 1px 0.5em ;
	margin-top: 0px ;margin-bottom: 16px;
}

h3 {
	color: #ffa07a ;font-size: 110% ;font-weight: bold ;
	vertical-align:middle;
	text-align:center;
	padding: 3px 1px 1px 0.5em ;
	margin-top: 10px ;margin-bottom: 10px;
}

p {	text-align:center;
	font-size: 100% ;
	margin-bottom: 20px;
	color: #006400;
}

a:link {
	text-decoration: underline;
	color:#0000ff;
	line-height: 1.4em;
}

a:visited {
	text-decoration: underline;
	color:#9999ff;
	line-height: 1.4em;
}

a:hover {
	text-decoration: none;
	color:#ff3333;
	background-color: #ffeeee;
	line-height: 1.4em;
	left:1px;
	top:1px;
}



dl {
  list-style: none;
  margin-left:  1em;
  padding-left: 1em;
  text-indent:  -1em;
}

dl dt {
  font-weight: bold ;
}

dl dt:before {
  content:  "\00BB \0020";
}


/* EOF */
