﻿a	{color: #1e90ff}

/* ラッパー */
div#wrapper	{width: 760px;
			margin-left: auto;
			margin-right: auto}

div#wrapper h1	{font-size: 1em;
				font-family: arial;
				margin-top: 3px;
				margin-bottom: 3px}

/* ヘッダー */
div#header	{background-image: url(header1-1.jpg);
			height:150px}

div#header h2	{color: #ff0000;
				font-size: 0.9em;
				margin-top: 0;
				padding-top: 5px;
				padding-left: 5px}

div#header p	{color: #ffffff;
				font-size: 0.8em;
				margin: 0}

/* パンくずリスト */
p#bread	{font-size: 0.78em;
		margin-top: 3px;
		margin-bottom: 15px}

/* メイン */
div#main	{width: 574px;
			float: left}

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

div#content h2	{background-image: url(line1.jpg);
				background-repeat: no-repeat;
				font-size: 0.9em;
				color: #3c5916;
				line-height: 28px;
				padding-left: 8px;
				margin-top: 0;
				margin-bottom: 0}

div#content h3	{background-image: url(line3.gif);
				background-repeat: no-repeat;
				font-size: 0.88em;
				line-height: 23px;
				padding-left: 30px;
				margin-top: 20px;
				margin-bottom: 0}

div#content p	{font-size: 0.85em;
				line-height: 1.6;
				margin-top: 10px}

/* 左サイドバー */
div#sidebar-left	{width: 166px;
					float: left;
					margin-bottom: 25px}

ul.sidemenu-left	{font-size: 0.75em;
					border: solid 1px #8cc63f;
					margin-top: 0;
					margin-left: 0;
					padding-left: 0;
					line-height: 0}

ul.sidemenu-left li	{list-style-type: none;
					color: white}

ul.sidemenu-left  a	{display: block;
					line-height: 30px;
					text-decoration: none;
					color: black;
					background-color: #98fb98;
					border-bottom: solid 1px #ffffff;
					padding-left: 10px}

ul.sidemenu-left a:hover	{background-image: none;
    						color: white;
    						background-color: red}

li.list1 a	{color: black;
			background-color: #32cd32}

ul.sidemenu-left ul 	{margin: 0;
						padding: 0}

/* 右サイドバー */
div#sidebar-right	{width: 166px;
					float: right}

div.info	{border: solid 1px #8cc63f;
			margin-bottom: 20px}

div#sidebar-right h2	{background-color: #98fb98/*#cdf0a1*/;
						border-bottom: solid 1px #8cc63f;
						color: #3c5916;
						font-size: 0.8em;
						text-align: center;
						padding: 5px;
						margin-top: 0;
						margin-bottom: 3px}

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

div#sidebar-right p	{font-size: 0.78em;
					line-height: 1.3;
					margin: 10px 5px}

/* フッター */
div#footer	{background-image: url(line2.gif);
			background-repeat: repeat-x;
			width: 760px;
			margin-top: 0;
			padding-top: 8px;
			clear: both}

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