/*全ページ共通*/
body {
	background-color: #FAFAFA;
	margin: 0px;
	font-size: 12px;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
#cate img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

/*ヘッターのスタイル*/
#head_top {
	text-align: right;
}
#headnavi {
	margin: 0px;
	width: 765px;
	height: 27px;
	background-image: url(img/naviline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*フッターのスタイル*/
#foot {
	width: 765px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#footnavi {
	background-color: #c0c0c0;
	width: 755px;
	height: 22px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	padding-top: 10px;
	margin-bottom: 10px;
}
#foot #footnavi img {
	margin-right: 5px;
	margin-left: 16px;
}

/*トップページレフトのスタイル*/
#navi {
	height: 248px;
	width: 220px;
}
#qr {
	width: 210px;
	border: thin solid #C0C0C0;
	height: 150px;
	margin-top: 10px;
	margin-left: 4px;
}
#qr img {
	margin-right: 60px;
	margin-left: 60px;
}
#qr h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
}
#qr p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mobile {
	font-size: 14px;
	font-weight: bold;
}

/*トップ以外のページ共通*/
#cate h1 {
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	width: 510px;
	border: medium double #C0C0C0;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 5px;
	padding-left: 5px;
}
#cate {
	width: 100%;
	text-align: center;
}
#cate p {
	text-align: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#cate .catenavi {
	text-align: right;
	margin: 10px;
	line-height: 160%;
}
#cate .catenavi a {
	color: #FF5C85;
}
#cate .catenavi a:hover {
	text-decoration: underline;
}

#leftnavi {
	width: 210px;
	height: 180px;
	margin-top: 10px;
	margin-left: 4px;
}
#leftnavi h3 {
	margin-top: 0px;
	margin-bottom: 8px;
}
#leftnavi li {
	list-style-image: url(img/arrow_right.gif);
	text-align: left;
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 5px;
}
#leftnavi ul {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}

#cate p {
	margin: 5px;
}
.cap {
	font-weight: bold;
	color: #FF9900;
}
.jobinfo {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 500px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
}

#bgimg {
	width: 765px;
}
