@charset "utf-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

body {
	color: #666666;
	background-color:#efefef;
}

a:link {
	color:#666666;
	text-decoration:none;
}

a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

a:active {
	color: #000000;
	text-decoration:none;
}


img {
	border: none;
	width:100%;
}

div.spacer {
	height:300px;
	width:100%;
}

ul {
	list-style-type: none;
}

#pageBody {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:50px;
}


#title {
	width:90%;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	-webkit-border-top-left-radius: 10px;     /* Safari,Google Chrome用 */
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px; /* Firefox用 */
	-moz-border-radius-topright: 10px;
	margin-top: 10px;
}

.text {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:left;
}

.text h2 {
	line-height:2em;
}

.text .content {
	font-size:1em;
	line-height:1.2em;
}

/* zoomIt */
.zoomit {
	text-align:right;
	font-size:18px;
	font-weight:bold;
	margin-right:50px;
}
