/** body **/
html{
	background-image:url(table/img/nekok.gif);
  	background-repeat : no-repeat;
  	background-attachment : fixed;
  	background-position : 2% 90%;
	height:100%;
}
html>body{
	padding:0px;
	margin:0px;
	text-align:right;
}


#warapper{
	padding:0px;
	margin-right:10px;
	text-align:right;
}

/** リンク **/
a:hover{
	position:relative;
	top:2px;
	left;1px;	
}

/** 文字装飾 **/
h1{ text-decoration: underline;}

h2{ text-decoration: underline;}

.point{
	color:red;
	text-decoration: underline;
}
.bold{
	font-weight:bold;
}

.center{
	text-align:center;
}

/** 色 **/

.skyblue{
	background-color:skyblue;
}

.lightcyan{
	background-color:lightcyan;
}

.salmon{
	background-color:salmon;
}
/** 配置系 **/
#footer{
	margin-top:5px;
}


warapper>#content{
	width:750px;
	min-height: 100%;
	margin:15px;
}


/**  テーブル　 **/
table.map{
	margin-right: 0px;
	margin-top:15px;
}


table.sd{
	width:600px;
	padding:5px;
	marigin:0px;
	background-color:pink;
	border:2px;
	border-color:white;
	border-collsapse:separate;
}

table.sd2{
	width:550px;
	font-size:95%;
}

table.sd th{
	text-align:center;
	background-color:salmon;
}

table.link{
	width:300px;
	margin-top:10px;
}
table.salmon td{
	background-color:pink;
	text-align:center;
}

table.skyblue td{
	background-color:lightcyan;
	text-align:center;
}

table.map td{
	background-color:pink;
	text-align:left;
}