﻿/* ページのマージンおよび背景設定 bodyに属性を与えています */
 body {
	background-image: url(backpattern.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
 }

/* リンクカラー設定 */
  /* メニューのリンクカラー設定 */
    div#menu a:link {
		color: #FFFFFF;
		text-decoration: none;
    }
    div#menu a:visited {
		color: #FFFFFF;
		text-decoration: none;
    }
    div#menu a:hover {
		color: #EDFAE7;
		text-decoration: none;
    }
    div#menu a:active {
		color: #CCCC00;
		text-decoration: none;
    }
  /* 左側コンテンツメニューのリンクカラー設定 */
    div#leftmenu a:link {
		color: #000000;
		text-decoration: none;
		display: block;
    }
    div#leftmenu a:visited {
		color: #000000;
		text-decoration: none;
		display: block;
    }
    div#leftmenu a:hover {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #FF9900;
		display: block;
    }
    div#leftmenu a:active {
		color: #FFEFB0;
		background-color: #FF9900;
		text-decoration: none;
		display: block;
    }
  /* 通常のリンクのカラー設定およびリンクの下線付け */
    a:link {
		color: #0066CC;
		text-decoration: underline;
    }
    a:visited {
		color: #333333;
		text-decoration: underline;
    }
    a:hover {
		color: #003399;
		text-decoration: underline;
    }
    a:active {
		color: #00CCFF;
		text-decoration: underline;
    }

/* 各divのID毎の設定 */
  /* 大外枠 */
    #container {
		margin: 0 auto;
		width: 700px;
    }
  /* 上部イメージヘッダ */
    #topimage {
		width: 700px;
    }
  /* 上部メニューバー */
    #menu {
		background-color: #4D9B23;
		width: 690px;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: right;
		padding: 5px;
		background-image: url(grnwtshade.gif);
		background-repeat: repeat-x;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
    }
  /* コンテンツメニューバー */
    #leftmenu {
		width: 150px;
    }
  /* コンテンツ部分 */
    #main {
		width: 700px;
		background-color: #FFFFFF;
    }
  /* 下部フッタ部分 */
    #footer {
		font-size: 10px;
		font-weight: normal;
		color: #FFFFFF;
		background-color: #4D9B23;
		padding: 5px;
		width: 690px;
		text-align: right;
		border-top-width: 5px;
		border-top-style: solid;
		border-top-color: #FFFFFF;
    }

/* メニューバー設定 */
  /* リストタグ設定 */
    ul {
		margin: 0px;
		padding: 0px;
		width: 150px;
		display: block;
    }
    li {
		list-style-type: none;
		width: 100%;
		padding: 0px;
		margin: 0px;
		display: block;
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
    }
  /* メニューバー背景色をclassで定義 */
    .type-a {
		font-size: 12px;
		font-weight: bold;
		text-indent: 0.5em;
		background-color: #FFD586;
		margin: 0px;
		padding: 0px;
		line-height: 20px;
		display: block;
		vertical-align: middle;
    }
    .type-b {
		font-size: 12px;
		text-indent: 1.5em;
		background-color: #FFF0B5;
		margin: 0px;
		padding: 0px;
		line-height: 16px;
		display: block;
		vertical-align: middle;
    }
    .type-c {
		font-size: 13px;
		font-weight: bold;
		text-indent: 0.5em;
		background-color: #ff99ff;
		margin: 0px;
		padding: 0px;
		line-height: 40px;
		display: block;
		vertical-align: middle;
    }

 .type-d {
		font-size: 13px;
		font-weight: bold;
		text-indent: 0.5em;
		background-color: #ccff00;
		margin: 0px;
		padding: 0px;
		line-height: 40px;
		display: block;
		vertical-align: middle;
    }

.type-e {
		font-size: 13px;
		font-weight: bold;
		text-indent: 0.5em;
		background-color: #99ccff;
		margin: 0px;
		padding: 0px;
		line-height: 30px;
		display: block;
		vertical-align: middle;
    }


/* 見出し設定 */
  /* 中見出し 背景画像付き */
    h2 {
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		color: #000000;
		width: 530px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #99CC00;
		background-image: url(toph2.gif);
		background-repeat: no-repeat;
		padding-top: 2px;
		padding-bottom: 1px;
		text-indent: 0.5em;
		margin: 0px;
		margin-bottom: 12px;
		margin-top: 15px;
    }
 h3 {
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		color: #000000;
		width: 530px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #ff66ff;
		background-image: url(toph3.gif);
		background-repeat: no-repeat;
		padding-top: 2px;
		padding-bottom: 1px;
		text-indent: 0.5em;
		margin: 0px;
		margin-bottom: 12px;
		margin-top: 15px;
    }
 h4 {
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		color: #000000;
		width: 530px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #99CC00;
		background-image: url(toph4.gif);
		background-repeat: no-repeat;
		padding-top: 2px;
		padding-bottom: 1px;
		text-indent: 0.5em;
		margin: 0px;
		margin-bottom: 12px;
		margin-top: 15px;
    } 

 /* 最終更新日部分 */
    h6 {
		font-size: 12px;
		text-align: right;
		margin: 0px;
		padding: 0px;
		width: 527px;
		font-weight: normal;
		background-color: #D9ECFF;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 3px;
    }

/* 定義リスト設定　更新履歴部分に利用
　　dtが日付、ddが更新内容にあたる */
 dl {
	margin: 0px;
	padding: 0px;
	width: 530px;
 }
 dt {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 80px;
	padding: 0px;
	margin: 0px;
	position: static;
	vertical-align: baseline;
	line-height: 15px;
	text-indent: 1.5em;
 }
 dd {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 420px;
	display: block;
	list-style-type: none;
	position: relative;
	left: 100px;
	top: -15px;
	vertical-align: baseline;
	line-height: 15px;
	margin-bottom: -10px;
 }

/* 文章設定　本文はpタグで共通 */
 p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	line-height: 20px;
	margin-left: 20px;
 }

/* 強調文字　強調は<b>ではなく<strong>を利用(太字・赤文字設定) */
 strong {
	font-weight: bold;
	color: #CC0000;
 }
