* { margin: 0; padding: 0; }
 
.hide { display: none; }
 
html {
	text-align: center;
	}
 
body {
	background: #fff no-repeat top center;
	color: #333;
	font-family: "Lucida Grande", "Verdana", "Aquakana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 13px;
	*font-size: small;
    *font: x-small;
	line-height: 1.7em;
	}

/* フォントサイズ */
table {
    font-size: inherit;
    font: 100%;
}

.text10 { font-size: 77%; }
.text11 { font-size: 85%; }
.text12 { font-size: 93%; }
.text13 { font-size: 100%; }
.text14 { font-size: 108%; }
.text15 { font-size: 116%; }
.text16 { font-size: 123.1%; }
.text17 { font-size: 131%; }
.text18 { font-size: 138.5%; }
.text19 { font-size: 146.5%; }
.text20 { font-size: 153.9%; }
.text21 { font-size: 161.6%; }
.text22 { font-size: 167%; }
.text23 { font-size: 174%; }
.text24 { font-size: 182%; }
.text25 { font-size: 189%; }
.text26 { font-size: 197%; }

/* フォントサイズ終わり */

	
.container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	position: static;
	background: no-repeat 0;
	}
 
code {
	font-family: monospace;
	}
 
a { outline: none; color: #f66; text-decoration: none; text-shadow: #fff 1px 1px 0px;}
	
a img { border: 0; } 

/* copyright */

div#copyright {
	padding-left: 0;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 15px;
	margin: 0 auto;
	clear: both;
	font-size: 77%;
}
	
/* The contents main+sidebar(news) */

div#contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	clear: both;
	width: 750px;
	text-align: left;
	margin-bottom: 10px;
}

/* The contents(contact) */

#contents div.contact {
	width: 460px;
	clear: both;
	margin: 0 auto;
	font-size: 93%;
	line-height: 1.7em;
}

#contents div.contact ul {
	list-style: none;
	margin: 0 5px;
	clear: both;
	width: 460px;
}

#contents div.contact ul li {
	float: left;
	padding: 10px 0;
}

#contents div.contact ul li#itemarea {
	width: 130px;
}

#contents div.contact ul li#formarea {
	width: 330px;
}

#contents div.contact ul li#formarea input {
	width: 300px;
}

div.commentarea {
	clear: both;
	width: 460px;
	padding: 10px 5px;
}

div.commentarea textarea {
	width: 450px;
	height: 10em;
	margin: 5px 0px 15px 0px;
}

/* The contents(otayori) */

#contents div.otayori {
	width: 460px;
	clear: both;
	margin: 0 auto;
	font-size: 93%;
	line-height: 1.7em;
}

#contents div.otayori ul {
	list-style: none;
	margin: 0 5px;
	clear: both;
	width: 460px;
}

#contents div.otayori ul#borderline {
	border-top: 1px #ccc dashed;
}

#contents div.otayori ul li {
	float: left;
	padding: 10px 0;
}

#contents div.otayori ul li#itemarea {
	width: 130px;
}

#contents div.otayori ul li#formarea {
	width: 330px;
}

#contents div.otayori ul li#formarea input {
	width: 300px;
}

div.otayoriarea {
	clear: both;
	width: 460px;
	padding: 25px 5px;
}

div.otayoriarea textarea {
	width: 450px;
	height: 15em;
	margin: 5px 0px 15px 0px;
}


/* The contents(ticket) */

#contents div.ticket {
	width: 600px;
	clear: both;
	margin: 0 auto;
	font-size: 93%;
	line-height: 1.7em;
	border-top: 0px solid #999;
	border-bottom: 0px solid #999;
	padding-left: 160px;
}

