/*ページの基本デザイン*/

a {	
	color: #000fff;}

a:hover {
	color: red;}


body {
	margin: 0px;
	padding: 0px;
	background-color: #e7edd3;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

strong {
	font-weight : normal;}


/* コンテナ */
div#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;}


/* ヘッダー */
div#header {
	background-color: #749e55;
	background-image: url(title_salad780.jpg);
	height: 105px;
	padding: 7px 20px;
	border-bottom: solid 1px #619b0e;}

div#header h1 {
	text-align: right;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;}

div#header p {
	color: #017acd;
	font-size: 0.75em;
	margin: 0}


/* パンくずリスト */
p.bread {
	font-size: 14px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: both;}


/*ヘッドライン*/
#headline {
	padding:2px ;
	color:#030;
	border-top:dotted 2px #619b0e;
	border-bottom:dotted 2px #619b0e;
	background:#ffffff;}

#headline h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom:0px;
	text-align: center;
	clear: both;}

#headline p {
	font-size: 0.875em;
	line-height: 150%;
	text-align: center;}

.ad728 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;}


/* コンテンツ */
#content {
	width: 510px;
	_width: 500px;
	float: right;
	margin-left: auto;
	margin-right: 20px;
	_margin-right: 15px;
	margin-bottom: 25px}

#content h3 {
	background-color: #619b0e;
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 24px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0}

#content p {
	font-size: 0.875em;
	line-height: 160%;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;}

#content td {
	font-size: 0.875em;
	line-height: 160%;}

#content td p {
	font-size: 1em;
	line-height: 160%;}

form{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	_margin-left: 0px;}


/* サイドバー */
#sidebar h4 {
	background-image:url(menu.gif);
	color: #FFFFFF;
	font-size: 0.875em;
	font-weight: bold;
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

#sidebar td {
	font-size: 0.875em;
	line-height: 160%;}


#sidebar {
	width: 200px;
	_width: 200px;
	float: left;
	margin-bottom: 25px;
	margin-left: 25px;
	_margin-left: 15px;}




/* フッター */
#footer {
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	width: 780px;
	margin-top: 20px;
	line-height: 24px;
	clear: both}

#footer address {
	font-size: 80%;
	font-style: normal;
	text-align: center;}


#footer address  a {
	color: #000000;
	text-decoration: none;}

