@charset "utf-8";
@import "content.css";
/* ---------------------- */
/*　全ページ共通設定項目　*/
/* -----------------------*/


* {
	margin: 0;
	padding: 0;
}

div:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

div {
	zoom: 100%;
}

a,
a img {
	border: none;
}

a,
a:visited {
	color: #F39839;
}

a:hover {
	color: #FFFFFF;
	background: #F39839;
}

body {
	text-align: center;
	padding-bottom: 20px;
}

p,h1,h2,h3,h4,h5,h6,a,li,td,th,input,textarea,address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p {
	line-height: 1.5em;
	text-align: left;
	color: #483D24;
	font-size: 12px;
}

sup {
	vertical-align: baseline;
	position: relative;
	top: -4px;
}


/* コンテンツボックス指定 */


#content {
	width: 500px;
	background-color: #FFFFFF;
	margin: 20px auto;
	padding: 0;
	text-align: left;
}

.popupbtn {
	margin: 20px auto;
	width: 225px;
}
.popupbtn input {
	float: left;
	margin-left: 15px;
	width: 89px;
	padding: 4px 0px;
	font-size: 12px;
}

#printtitle { display: none; }
