@charset "utf-8";
/* CSS Document */

table.main-img{ width:100%; background:url(../image/bg_top.gif) left top; text-align:center;}
td.dotline{ background:url(../common/image/dot-line.gif) repeat-y left top;}
table.contents{ text-align:center; margin-top:29px;}
img.btn{ margin-top:12px;}
div.cmt{
	color:#dae8fb;
	margin-left:30px;
}
.info_txt{
	color:#FFFFFF;
	margin-bottom:15px;
	line-height:200%;
	width:410px;
	margin-left: 15px;
	font-size:80%;
	margin-top: 5px;
}
A:link { color: #ffffff;
line-height:150%; }   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #ffffff;
}
A:active { color: #ffffff } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #ffffff;
  text-decoration: none     /* 下線を消す */
}

