@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-size: 10px;
	color: #FFF;
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro";
	background-color: #E9A4A1;
	background-image: url(back.png);
	background-repeat: repeat-x;
	background-position: center top;
}

img  {
	vertical-align: bottom;
	padding: 0px;
	border: none;
}

br {
	clear: both;
}

td,th {
	line-height: 150%;
	font-size: 10px;
	color: #FFF;
	font-family: "Verdana", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro";
}

a:link{
    text-decoration : none ;
    color:#B03C37;
}
a:active{
    text-decoration : none ;
    color:#B03C37;
}
a:visited{
    text-decoration : none ;
    color:#B03C37;
}
a:hover{
	text-decoration:none;
	color: #C76560;
	visibility : visible;
    float : none;
    clear : none;
    position : relative;
}


#message {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}

.txt_l {
	font-size: 14px;
	font-weight: bold;
	color: #391711;
}

.txt_n {
	color: #391711;
}

.midashi {
	font-weight: bold;
	color:#B03C37;
	font-size: 12px;
}