body{
background-image: url('img/bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left bottom;
}

.chikai-layout-all{
font-size: 85%;
color: #330000;
line-height: 150%;
border-width: 1px;
border-color: #660000;
border-style: solid;
width: 650px;
background-color: #FFFFCC;
}

.title{
margin: 0;
padding: 5px 0;
background-color: #FFFFFF;
}

.chapter{
font-size: 120%;
color: #FFFFFF;
margin: 3px;
padding: 15px 5px;
background-color: #660000;
}
.f-big{
font-size: 120%;

}

.text-layout{
line-height: 180%;
text-align: left;
margin-bottom: 5px;
padding: 15px;
}
.link-layout{
text-align: center;
padding: 5px;
border-top: 1px solid #660000;
border-bottom: 1px solid #660000;
}
.form-layout{
font-family: MS UI Gothic;
font-size: 85%;
vertical-align: middle;
padding: 5px;
height: 30px;
}

input,textarea{
		font-size: 9pt;
		color: #000000;
		border: 1px double #000000;
		background-color: #FFFFFF;
}

a:link { color: #008080; text-decoration: none; }
a:visited { text-decoration:underline; color:maroon; }
a:active { text-decoration:none; color:maroon; }
a:hover { text-decoration:line-through; color:olive; }