

/*色定義*/

body.def {
	margin: 0% 1%;
	padding: 0px;

	background-image: url("../image/bg.gif") ;
	background-color: #ddddff ;
	line-height:  ;
	text-align: center ;
	color: #000000 ;
	 link: #0000ff ;
	 vlink: #800080 ;
	 alink: #ffcc99
}

/*左マージンの行*/

p.list01 {
  margin-top: 00px;            /* 上の余白 */
  margin-left: 30px;           /* 左の余白 */

}

/*リストマークの画像*/

ul.dot01 {
  list-style-image: url("../image/dot01.gif") ;            /* 青 */

}

ul.dot02 {
  list-style-image: url("../image/dot02.gif") ;            /* 黄 */

}

ul.dot03 {
  list-style-image: url("../image/dot03.gif") ;            /* 赤 */

}

ul.dot04 {
  list-style-image: url("../image/dot04.gif") ;            /* 黄緑 */

}

/*アンダーライン無し*/

a.noline {
   text-decoration: none ;

}

/*枠線細*/

table.button{
	font-size:80%;
	color:#383838;
	border:1px #999999 solid;
}

td.button{
	font-size:80%;
	color:#383838;
	border:1px #999999 solid;
}






