@charset "UTF-8";
/* CSS Document */

a	{
	color: #333333
}

/* コンテナ */
div#container	{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
}

/* コンテンツ */
div#content	{
	width: 500px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#content h2	{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 1em;
	color: #003366;
	margin-bottom: 25px;
	margin-top: 20px;
}

div#content h3	{
	background-color: #003300;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 15px;
}

p.button  {
    text-align:center;
	margin-bottom: 10px;
	}

p.button img  {border:none
}	

div#content photo	{
	line-height: 1.6;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px
}

div#content p  {
	font-size: 0.875em;
	line-height: 1.0;
	margin-top: 10px;
	padding-top: 10px;
}
div.info	{
	border: solid 1px #003300;
	margin-bottom: 20px
}

	  
	  
	  
	  
/* フッター */
div#footer	{
	color: #ffffff;
	background-color: #003300;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both
}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

.style1 {
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
.small {
	font-size: x-small;
	line-height: 1.5;
}
.style4 {
	font-size: x-small;
	line-height: 1.5;
}
.style5 {
	font-size: small;
	font-weight: bold;
	text-align: left;
}

body {
	background-color: #FFFFCC;
}
a:link {
	color: #000066;
}
a:visited {
	color: #CC3366;
}
a:hover {
	color: #0099FF;
}

