@charset "utf-8";

/*-----------------------------------------------------
	おかやま企業情報ナビ
	file name : apply.css
-----------------------------------------------------*/

#wrapper {
	margin:0 auto;
	width:960px;
	text-align:left;
}

/*-----------------------------------------------------
	header
-----------------------------------------------------*/

#header {
	width:960px;
	height:67px;
}

/*-----------------------------------------------------
	topicPath
-----------------------------------------------------*/

ul#topicPath {
	margin-top:10px;
	padding:0 15px;
	width:930px;
	font-size:12px;
	line-height:1.5em;
}

ul#topicPath li {
	margin-right:10px;
	display:inline;
}

ul#topicPath li a {
	margin-right:10px;
}

ul#topicPath li a.home {
	padding-left:18px;
	background:url(../img/icon_home.png) no-repeat left center;
}

/*-----------------------------------------------------
	ページ名
-----------------------------------------------------*/

h2#pageName {
	margin-top:10px;
	display:block;
	color:#FFF;
	font-size:16px;
	text-indent:10px;
	line-height:32px;
	width:958px;
	height:32px;
	border:1px solid #1767B2;
	background:url(../img/ttl_bg.png) repeat-x left top;
}

/*-----------------------------------------------------
	contents
-----------------------------------------------------*/

#contents {
	width:960px;
	margin-top:100px;
}

/*-----------------------------------------------------
	main
-----------------------------------------------------*/

#main {
	width:960px;
}

#main .lft {
	float:left;
	width:410px;
	height:170px;
	border:5px solid #DDD;
	padding:20px;
	position:relative;
}

#main .rit {
	float:right;
	width:410px;
	height:170px;
	border:5px solid #DDD;
	padding:20px;
	position:relative;
}

#main .lft h3,
#main .rit h3 {
	margin-bottom:15px;
	font-size:18px;
	line-height:21px;
	height:21px;
	text-indent:30px;
	background:url(../img/icon_arrow1.png) no-repeat;
}

#main .lft p,
#main .rit p {
	font-size:12px;
	line-height:1.5em;
}

#main .lft p.btn,
#main .rit p.btn {
	position:absolute;
	bottom:20px;
}

/*-----------------------------------------------------
	pagetop
-----------------------------------------------------*/

#main p.pagetop {
	font-size:11px;
	line-height:1.3em;
	text-align:right;
}

#main p.pagetop a {
	display:inline;
	white-space:nowrap;
	padding-left:14px;
	background:url(../img/icon_pagetop.png) no-repeat 0 center;
}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

#footer {
	margin-top:15px;
	padding:18px 15px 0 15px;
	width:930px;
	height:100px;
	background:url(../img/footer_bg.png) no-repeat;
}

#footer address {
	float:left;
	width:930px;
	height:35px;
	display:block;
	overflow:hidden;
}

#footer address span.logo {
	float:left;
}

#footer address span.txt {
	float:left;
	font-size:11px;
	line-height:1.5em;
	padding-left:23px;
}

#footer p.btn {
	float:right;
	background:#FFF;
	display:block;
}

#footer p.btn a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
}

#footer p.copyright {
	display:block;
	padding-top:37px;
	width:930px;
	font-size:11px;
	line-height:1.7em;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	clear:both;
}
