html{
	background-color: #FFE4E1;
	color: #000000;

}

body{
	margin-top: 0px;
	margin-bottom: 0px;
}

div{
	margin: 0px;
	padding: 0px;
}

div#kousin{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#kousin2{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: small
}

div#oldkousin{
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: medium;
}

div#link{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}

div#banner{
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link{
	color: #8B1A1A;
}

a:visited{
	color: #8B0A50;
}

a:active{
	color: #B03060;
}

a:hover {
	color: #191970;
	text-decoration: underline;
}

#mainbody{
	margin-left : auto ;
	margin-right : auto ;
	width: 800px;
	background-color: #ffffff;
	padding-top: 10px;
}

#topmenu{
	margin: 0 auto 0 auto;
	background-color:#FF69B4;
	font-size: small;
	text-align: right;
	width: 800px;
}

#main{
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: left;
	font-size: small;
	width: 800px;
}

#rside {
	background-color:#FFFFFF;
	text-align: center;
	font-size: small;
	width: 580px;
	float: right;
}

.rtable{
	width: 560px;
	border: 1px solid #FFC1C1;
	margin-left: auto;
	margin-right: auto;
}

.rmenu{
	background-color:#FFC0CB;
	color: #CD1076;
	font-weight: bold;
	text-align: center;
}

.rmenucom{
	font-size: small;
	padding: 5px
}

#lside {
	background-color: #FFFFFF;
	margin: 0 auto 0 0;
	font-weight: normal;
	font-size: small;
	width: 220px;
	float: left;
}

.ltable{
	width: 210px;
	border: 2px solid #FFC1C1;
}

.lmenu {
	background-color:#FFB6C1;
	font-weight: bold;
	padding-left: 1em;
}

.lmenucom{
	font-size: small;
}

.lmenuban{
	font-size: small;
	padding: 0px;
}

.img{
	border: none;
	margin: 0px;
	padding: 0px;
}

.imgr{
	border: none;
	text-align: right;
	margin-left: auto;
	margin-right: 0px;
}

.imgc{
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.imgl{
	border: none;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
}

.faq-q{
	background-color:#80BFFF;
	font-size: small;
}

.faq-a{
	background-color:#E0FFFF;
	font-size: small;
}

#footer{
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	margin-top: 10px;
	width: 800px;
}

#footer2{
	margin-left: auto;
	margin-right: auto;
	background-color:#FF69B4;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 800px;
}

