﻿@import url("fonts.css"); 


body{
  background-color:#ffffff;
}

table   {margin-left:auto;margin-right:auto;}
caption {margin-left:auto;margin-right:auto;}



table {
width: 800px;
border: 0px;
}
td {
text-align: left;
vertical-align: top;
}


/* 画像デフォルト*/
img {
    border-style:none;
}

/* デフォルト*/
.nline{
font-size : medium;
line-hight : normal;
}

/* 倍数指定 */
.line180{
font-size : medium;
line-height : 1.8; /* 1.5emや150%と指定しても同じです */
text-align:left;
}

/* 倍数指定 レフト*/
.line150{
font-size : medium;
line-height : 1.5; /* 1.5emや150%と指定しても同じです */
text-align:left;
}

/* 倍数指定 センター*/
.lineC150{
font-size : medium;
line-height : 1.5; /* 1.5emや150%と指定しても同じです */
text-align:center;
}

/* 倍数指定　太い */
.w-bold{
font-weight : bold;
font-size : medium;
line-height : 1.5; /* 1.5emや150%と指定しても同じです */
text-align:left;
}


/* 見出し指定 */
.h03_a{
font-size : medium;	/* フォントサイズ */
font-weight : bold;	/* フォントの太さ */
color : black;	/* フォントの色 */
background-color : white;	/* 背景の色 */
text-align : left;	/* テキストの左寄せ */
letter-spacing : 1px;	/* 文字間隔 */
padding-left : 0.5em;	/* 左の余白 */
line-height : 1.5em;	/* 領域（行）の高さ＝フォントの１．５倍 */
width : 800px;	/* 横幅 */
border-left-width : 1em;	/* 左境界線をマークとして使用 */
border-left-style : solid;	/* 左境界線（マーク）の種類 */
border-left-color : green;	/* 左境界線（マーク）の色 */
border-bottom-width : 1px;	/* 下境界線 */
border-bottom-style : solid;	/* 下境界線の種類 */
border-bottom-color : green;	/* 下境界線の色 */
}




div#footer {
    font-size : small;
	clear: both;
	width: 820px;
   padding-bottom:10px;
	border: #d0d0d0 1px solid;
   position:relative;
}

div#footer a{
    font-size : small;
	text-decoration:none;
	width: 820px;
	}

p#copy{
    font-size : small;
	text-align:left;
	width: 820px;
    margin-top: 0px;
    margin-bottom: 0px;
	 padding: 10px 0px 0px 10px;
}

p#footitem{
    font-size : small;
    font-size : smaller;
    margin-top: 0px;
    margin-bottom: 0px;
    position:absolute;    
	top: 10px;
	right: 10px;
}


