@charset "utf-8"; 

@import "contents.css";
@import "layout.css";

body{
	background-color:#FFFFFF;
}

p{margin:5px 0 5px 0;}

a{
	color:#800000;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

img {border-style:none;}

.largehight{line-height: 2em;}


.bold{
	font-weight:bold;
	font-size:1em;
}

.caution {
	color:#DB7093;
	font-size:1em;
}


#container{
	width:700px;
	margin:0 auto;
	background:#FFE4C4;
}

#header{
	background:url(../images/banner2.jpg) no-repeat;
}

#contents{
	background:#FFFFFF;
}



