/*基本――――――――――――――――――――――――――――――――――――*/
body {

        background-image: url("./back.jpg");
        background-repeat: repeat-y;
        background-position: center 50%;
        width:770px;
        margin:0 auto 0 auto;       /*　コンテンツセンタリング　*/
        padding:0px 0px 10px 0px;

        font-family: "ＭＳ Ｐゴシック", Osaka;
        font-size:13px;
        line-height: 200%
}

a       {font-size: 13px;
         color: #990000;}

a:hover {color: #FF0000 ;}

table   {border-collapse:collapse;}

th,td   {padding:4px 4px 4px 4px;
                 font-family: "ＭＳ Ｐゴシック", Osaka;
                 font-size: 12px;
                 border:inherit medium}

span    {line-height: 200% ;}

h1{
	background-color:#ECE9D8;
	height: auto;
	margin:15px 0px 5px 0px;
	padding:5px 0px 5px 15px;
	font-size:120%;
	color: #333333;
	background-image: none;
	background-repeat: no-repeat;
}
h2{
	background-color:#FFFFAA;
	height: 10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	font-size:100%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #CC0000;
}

/* サイトマップ用*/

li.map{
	display:inline;
	margin:10px;
}
/*――――――――――――――――――――――――――――――――――――――*/

.content01 {                                   /* ▼大枠 */
	width:750px;                            /* ■幅 */
	background:#FFFFFF;                        /* ■上部余白 */
	border-left:0px solid #000000;          /* ■左側に縦ライン border-left:1px solid #D6C127*/
	border-right:0px solid #000000;         /* ■右側に縦ライン */
	text-align:left;                        /* ■テキスト左寄せ */
/*	position:relative;*/                      /* □ */
	min-height: 100%;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content02 {    /* 未使用 */                               /* ▼大枠 */
        width:740px;                            /* ■幅 */
        background:#FFFFFF;                     /* ■背景 */
        margin:0px auto;                        /* ■上部余白 */
        text-align:left;                        /* ■テキスト左寄せ */
        position:relative;                      /* □ */
        min-height: 100%;                       /* ■ページの長さ　☆短い時のフッタ方法は？ */
}
.content03 {    /* 未使用 */                               /* ▼大枠 */
        width:700px;                            /* ■幅 */
        background:#FFFFFF;                     /* ■背景 */
        margin:0px auto;                        /* ■上部余白 */
        text-align:left;                        /* ■テキスト左寄せ */
        position:relative;                      /* □ */
        min-height: 100%;                       /* ■ページの長さ　☆短い時のフッタ方法は？ */
}
.content09 {    /* 未使用 */
        width:644px;
        float:right;
        padding:10px 12px;
}

/*――――――――――――――――――――――――――――――――――――――*/

.table1{        /*      表     */
        background-color:#FFFFFF;
        width: 600px;
        table-layout:fixed;
        margin: 10px 10px;
        border: hidden;
}

.cell1{         /*      セル1  */
        width: 180px;
        background: #CAEC79;
}

.cell2{         /*      セル2  */
        background: #E8F7D2;
}

/*――――――――――――――――――――――――――――――――――――――*/

.red{
        color: #FF0000;
}

.migi{
        text-align:right;
}
.image_margin{
        margin:0px 20px 0px 10px;
                border: none;
}


/*――――――――――――――――――――――――――――――――――――――*/

