@charset "UTF-8";

/*----------------------------------------------------------------------

Reset Style

----------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

caption, th { text-align: center; }

a:link { color: #F39; }

a:visited { color: #F39; }

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr {
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F63;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	background-color: #F00;
}

.mobile_logo {
	text-align: center;
	width: 100%;
}

h2 {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
}

.contents p {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.y-n {
	text-align: center;
	line-height: 1.3em;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F63;
	padding-top: 5px;
}

.link_job {
	text-align: center;
	font-size: 14px;
	color: #06F;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F63;
	padding-top: 5px;
}

.pagetop {
	font-size: 10px;
	color: #F63;
	text-align: right;
}

.pagetop a {
	color: #F63;
	text-decoration: none;
}

.other_link {
	font-size: 13px;
	color: #F00;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F63;
	padding-top: 5px;
}

.other_link a {
	font-size: 13px;
	color: #06F;
}

.c_link {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F63;
	border-bottom-color: #F63;
}
.sitemap {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F63;
}

.footer {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
}


.red { color: #F00; }

.aqua { color: #0FF; }

.purple {
	color: #639;
	font-size: 10px;
}
