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

a	{
	color: #333333
}

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

/* ヘッダー */
div#header	{
	background-color: #FFFFCC;
	background-image: url(../images/headerbase.png);
	padding: 5px 10px 0px 0px;
}

div#header h1	{
	margin: 0;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 14px;
}

div#header p	{
	color: #003300;
	font-size: 0.75em;
	margin: 0;
	padding-left: 30px;
}

/* メニュー */
ul#menu	{
	font-size: 0.65em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #003300
}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{
	display: block;
	width: 124px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #003300;
	border-right: solid 1px #ffffff
}

ul#menu li a:hover	{
	background-color: #339966
}

ul#menu li.menulast a	{border-right: none}

/* コンテンツ */
div#content	{
	width: 564px;
	float:left;
	margin-bottom: 30px;
	margin-left: 5px;
}

div#content h2	{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #003300;
	padding-left: 300px;
	padding-right:12px;
	margin-bottom: 25px;
	margin-top: 20px;
}

div#content h3	{
	background-color: #ffffff;
	background-repeat: no-repeat;
	font-size: 0.75em;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 25px;
	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: 30px
}

div#content p  {
    font-size: 0.875em;
	line-height: 1.0;
	
}
/* 右サイドバー */
div#sidebar-right	{
	width: 170px;
	float: right;
	margin-right: 5px;
}
div.info	{
	border: solid 1px #003300;
	margin-bottom: 20px
}

div#sidebar-right h2	{
	background-color: #003300;
	color: #FFFFFF;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px;
	font-color: #ffffff;
}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{font-size: 0.75em;
	margin: 10px 5px}

div#sidebar-right ul	{font-size: 0.75em;
	margin: 5px;
	padding: 0}

	  
	  
	  
	  
/* フッター */
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;
}
.style4 {
	font-size: small;
	line-height: 1.5;
	padding-bottom: 15px;
}
.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;
}
.style6 {
	font-size: small;
	font-weight: bold;
}
.style7 {font-size: small}

