@charset "Shift-JIS";

body{
//	background:#7C6B5B;
	background:url(img/bg.gif) repeat #7C6B5B;
	color:#663333;
	margin:0; padding:0;
	text-align:center;
}

/*	ライン等装飾	*/

hr{
	color:white;
	border-bottom:1px dashed #7C6B5B;
}

.borderwhite{
	border:1px solid white;
}

/*	背景関連	*/

.bgwater{
	background:url("./img/water.jpg") no-repeat;
}

.bgwhite{
	background:white;
}

.innertable-sotowaku{
	border:1px solid #aa9988;
}

.innertable{
	padding:3px;
	border:1px solid #aa9988;
	font-size:75%;
}

.innertable-title{
	padding:5px;
	font-size:80%;
	background:#aa9988;
	color:white;
}

textarea{
	background:#ffeeee;	
	padding:5px;
	border:3px double #996666;
	font-size:80%;
}

/*	フォント関連	*/

.font80-pad5{
	font-size:80%;
	padding:5px;
	line-height:1.3;
}

.menu{
	font-size:90%;
	padding:3px 5px 3px 5px;
}

.update{
	font-size:80%;
	padding-top:5px;
	margin:0;
}

.copy{
	font-size:66%;
	padding:0 5px 0 0;
	margin:0;
}

/*	リンク関連	*/

a:link{
	color:#947173;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#947173;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	background:#7b615A;
	color:white;
	text-decoration:underline;
}

.textmenu{
	font-size:70%;
	padding:5px;
	line-height:180%;

}

.textmenu a:link{
	color:#800000;
}

.textmenu a:visited{
	color:#800000;
}

.textmenu a:hover{
	color:#800000;
}