@charset "UTF-8";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
} 

a:hover {color:red;}

body {
	background-color:#999999;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
}

div#pagebody {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:center;	/*テキストの配置を左揃えにする*/
	background-color:#f9f9f9;		/*内容全体の背景色*/
}

/*============================================
ヘッダ
============================================*/

h1 {
	padding:3px 0px 0px 30px;		
	font-family: Helvetica,Arial, "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-weight:100;
	color:#ffffff
}

/*============================================
コンテンツ（
============================================*/

div#content {
	width:780px; 
	padding:5px 0px 0px 0px;		
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;			 
	line-height:1.2;	/*全要素の行の高さを1.2倍にする*/
}

.listTable{
	width:780px;
	border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0;
	line-height:1.2;	
    text-align:center;
}

.sYohbiCell{
	font-size:10.0pt;
 	border:1px solid #999999;
    color:white;
	background-color:#990000;		/*内容全体の背景色*/
}

#sAppendixDiv{
    text-align:center;
    font-size:14px;
}


a:link { 
    color: black; 
    text-decoration: none 
}   /* リンク */

a:visited {                 /* 既に見たリンク */
  color: #ff00ff;
  text-decoration: none     /* 下線を消す */
}

a:active { color: #00ff00 } /* クリック時のリンク */

a:hover {                   /* カーソルが上にある時のリンク */
  text-decoration: none;     /* 下線を消す */
  color:red;
}

.sMemberCenter
{	font-size:10.0pt;
	text-align:center;
	border:1.0pt solid windowtext;
}

.sMemberLeft{	
    font-size:10.0pt;
	text-align:left;
	border:1.0pt solid windowtext;
	padding: 0px 0px 0px 5px 
}

.sMemberRight{	
    font-size:10.0pt;
	text-align:right;
	border:1.0pt solid windowtext;
}

.sMemberBlank{
	border-top:none;
	border-bottom:none;
	border-right:1.0pt solid windowtext;
	border-left:1.0pt solid windowtext;
}


	