body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
	
	/* 2015.01.22 追加 */
	margin: 0;
	padding: 0 0 30px 0;
}
.point {
	font-size: 12px;
	color: #494949;
}
.toriatukai {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: middle;
	text-indent: 2pt;
}
.list {
	font-size: 12px;
	color: #494949;
	text-indent: 15pt;
	vertical-align: middle;
	background-image: url(../images/list.jpg);
	background-repeat: repeat-y;
}
.points {
	font-size: 10px;
	color: #494949;
}
.pointM {
	font-size: 14px;
	color: #494949;
}
.contactlist {
	font-size: 12px;
	color: #494949;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.etc {
	font-size: 12px;
	color: #494949;
	text-indent: 2pt;
	vertical-align: middle;
}

/* 2015.01.22 追加 */
/*h1 {
	width: 600px;
	height: 75px;
	margin: 30px auto 0;
	padding: 25px 0 0 100px;
	background: url(../images/tb_system.gif) no-repeat 0 0;
	color:#494949;
	font-size: 18px;
	text-align: left;
}*/
/* 一覧画面 */
tr.head td {
	background-color: #d7d4b5;
	font-weight: bold;
	text-align: center;
}
tr.BODY td {
	text-align: center;
}

tr.BODY td .thumbnail {
	margin: 0 auto;
}

form {
	margin:0;
	padding:0;
}

/* リンクの設定 */
tr.BODY a:link {color: #0000ff;}
tr.BODY a:visited {color: #0000ff;}
tr.BODY a:hover {color: #ff0000;}
tr.BODY a:active {color: #ff8000;}

a.linkDown {margin-left:15px;}

/* 登録画面 */
table.thing input[type="text"] {
	width:90px;
}

.dogComment {
	width: 365px;
	margin-bottom:10px;
}

.inputMovie {width: 300px;}

table.upload td {padding:3px 2px;}

span.attention {
	display: inline-block;
	margin-top: 3px;
	font-size: 11px;
}