/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    padding: 0px;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
ul {
    list-style-type: none;
    padding-left: 40px;
}
ul.kaiin li {
	margin-bottom: 10px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

* { 
    margin: 0px; 
    padding: 0px; 
    line-height: 1.8;
}

#content{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #f9f6ee;
	padding: 10px 60px 10px 60px;
}

table.form td{
	height: 40px;
}
table.form input{
	padding: 3px;
}
table.form button{
	padding: 5px;
}
table.form select{
	padding: 5px;
}
table.form {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

table.contact {
	margin-right: auto;
	margin-left: auto;
}
table.contact td{
	height: 40px;
}
table.contact input{
	padding: 3px;
}

.theme {
	border: 1px #000 solid;
	padding: 10px 60px 10px 60px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	width: 400px;
	text-align: center;
}

.frame {
	border: 1px #000 solid;
	padding: 10px 60px 10px 60px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.topic {
	margin-top: 10px;
	font-weight: bold;
}

.error {
	color: red;
}

.caution {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}

