@charset "UTF-8";

body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 140%;
    font-size: 13px;
    color: #000;
    -webkit-text-size-adjust: 100%;
}
/* ========== font ========== */

strong { font-weight: 500;}

a { text-decoration: none;}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: #000;
}

/* ========== page top ========== */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.pagetop a {
    display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* ========== header ========== */

#header {
	width: 100%;
	min-width: 1000px;
	background-color: #383735;
	padding: 0px;
	text-align: right;
}


/* ========== footer ========== */

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	margin-top: 60px;
}

#footer strong{
	color: #296460;
	font-weight: bold;
}

#footer p{
	float: left;
	margin-bottom: 20px;
	width: 200px;
	line-height: 1.8em;
}

#footer #copy{
	font-size: 11px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 10px;
}

/* ========== content ========== */

#content {
	min-height: 600px;
}
