@charset "utf-8";
/* CSS Document */

/*-------------------------
共通
-------------------------*/
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,p,address {
	font-size:100%; 
	font-weight:normal;
	font-style:normal;
}

body {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size:0.8em;
	background:#ffffff;
	color:#333333;
}

img {
	border:none;
}

h2 img,
h3 img,
h4 img {
	vertical-align:bottom;
}

a:link {
	color:#3399ff;
	text-decoration:none;
}

a:visited {
	color:#3399ff;
	text-decoration:none;
}

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

.clear {
	clear:both;
}

form {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
}

button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

div#wrapper {
	margin:0 auto;
	width:761px;
}

/*-----------ヘッダー------*/
div#headerArea {
	width:758px;
}

div#headerArea #header {
	width:758px;
	background:url(../images/bg_header.gif) no-repeat 530px bottom;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-top:solid 1px #ededed;
	overflow:hidden;
}

div#headerArea #h1Word {
	overflow:hidden;
	padding:5px 0;
	background:url(../images/bg_h1.gif) repeat-x bottom;
	margin-bottom:1px;
}

*html div#headerArea #h1Word {
	zoom:1;
}

div#headerArea #h1Word h1 {
	width:430px;
	padding:0px 0 0 10px;
	float:left;
}

*html div#headerArea #h1Word h1 {
	font-size:12px;
}


div#headerArea #h1Word #headerLink {
	width:310px;
	float:right;
}

div#headerArea #h1Word #headerLinkBox {
	width:auto;
	float:right;
}

div#headerArea #h1Word #headerLink ul {
	width:100%;
	list-style:none;
	text-align:right;
}


div#headerArea #h1Word #headerLink ul li {
	display:inline;
	text-align:left;
	padding-right:5px;
	padding-left: 8px;
	border-left:solid 1px #444444;
}

div#headerArea #h1Word #headerLink ul li.hederLink {
	border-right:solid 1px #444444;
}

div#headerArea #h1Word #headerLink a {
	color:#666666;
	text-decoration:underline;
	font-size:0.8em;
}

div#headerArea #h1Word #headerLink a:hover {
	text-decoration:none;
}


div#headerArea #logo {
	padding-top:13px;
	padding-bottom:6px;
}

div#headerArea #globalNav {
	background:url(../images/bg_gNav_02.gif) repeat-x bottom;
	padding-bottom:5px;
	float:left;
	width:758px;
	margin:0 auto;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

div#headerArea #globalNav ul {
	padding-left:121px;
	width:637px;
}

div#headerArea #globalNav li {
	list-style:none;
	display:block;
	float:left;
	width:79px;
	height:28px;
}

div#headerArea #globalNav a {
	display:block;
	width:79px;
	height:28px;
}

div#headerArea #globalNav li.on1 img ,
div#headerArea #globalNav li.on2 img ,
div#headerArea #globalNav li.on3 img ,
div#headerArea #globalNav li.on4 img ,
div#headerArea #globalNav li.on5 img ,
div#headerArea #globalNav li.on6 img ,
div#headerArea #globalNav li.on7 img ,
div#headerArea #globalNav li.on8 img ,
div#headerArea #globalNav a:hover img,
div#headerArea #globalNav a:active img{
	width:0;
	height:0;
}

div#headerArea #globalNav li.on1,
div#headerArea #globalNav li.on2,
div#headerArea #globalNav li.on3,
div#headerArea #globalNav li.on4,
div#headerArea #globalNav li.on5,
div#headerArea #globalNav li.on6,
div#headerArea #globalNav li.on7,
div#headerArea #globalNav li.on8,
div#headerArea #globalNav a:hover,
div#headerArea #globalNav a:active{
	background:none;
}

div#headerArea #globalNav li.gNav4, 
div#headerArea #globalNav li.gNav4 a {
	width:78px;
}

div#headerArea #globalNav li.gNav1 {
	background:url(../images/gnav1_o.gif) no-repeat bottom;
}

div#headerArea #globalNav li.gNav2 {
	background:url(../images/gnav2_o.gif) no-repeat bottom;
}

div#headerArea #globalNav li.gNav3 {
	background:url(../images/gnav3_o.gif) no-repeat bottom;
}

div#headerArea #globalNav li.gNav4 {
	background:url(../images/gnav4_o.gif) no-repeat bottom;
}

div#headerArea #globalNav li.gNav5 {
	background:url(../images/gnav5_o.gif) no-repeat bottom;
}

div#headerArea #globalNav li.gNav6 {
	background:url(../images/gnav6_o.gif) no-repeat bottom;
}

div#headerArea #globalNav li.gNav7 {
	background:url(../images/gnav7_o.gif) no-repeat bottom;
}

div#headerArea #globalNav li.gNav8 {
	background:url(../images/gnav8_o.gif) no-repeat bottom;
}

/*----------フッタ------*/
div#footer {
	width:760px;
	clear:both;
}

div#footer ul {
	width:740px;
}

div#footer li {
	list-style:none;
	display:inline;
	float:left;
	line-height:1.5;
}

div#footer ul li a{
	white-space: nowrap;
	border-right: solid #454545 1px;
	padding: 0 5px;	
}

div#footer .footerStructure {
	background:url(../images/bg_footer.gif) repeat-x bottom;
}

div#footer #footerNav01 {
	width:760px;
	clear:both;
}

div#footer #footerNav01 #areaLink  {
	padding:10px 10px 18px 10px;
}


div#footer #areaRecruit {
	width:761px;
	clear:both;
}

div#footer #areaRecruit #areaRecruitTitle {
	background:url(../images/areaRecruitTitle_bottom.gif) no-repeat bottom;
	padding-bottom:5px;
}

div#footer #areaRecruit #areaRecruitTop {
	background:url(../images/areaRecruitTitle_top.gif) no-repeat top;
	padding-top:5px;
}

div#footer #areaRecruit #areaRecruitTitle h3 {
	background:url(../images/areaRecruitTitle_middle.gif) repeat-y;
	font-weight:700;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

div#footer #areaRecruit #areaRecruitTitle h3 img {
	vertical-align:middle;
	padding-right:5px;
	padding-bottom:4px;
}

div#footer #areaRecruit p.note {
	padding:10px 10px 20px;
	line-height:1.3;
}

div#footer #footerNav02 {
	padding:8px 12px 8px;
	font-size:0.8em;
	clear:both;
	overflow:hidden;
}

div#footer #manage a {
	color:#666666;
	text-decoration:underline;
	padding:0 3px;
}

div#footer #manage a:hover {
	text-decoration:none;
}

div#footer #manage {
	clear:both;
	overflow:hidden;
	background:#ebebeb url(../images/bg_footer02.gif) repeat-x top;
	padding-top:2px;
	height:100%;
}

div#footer #manage .manageExplain {
	font-size:0.9em;
	float:left;
	display:inline;
	width:600px;
	padding-top:8px;
	padding-left:10px;
	padding-bottom:55px;
	font-size:0.8em;
}

div#footer #manage .feedforceLogo {
	width:101px;
	float:right;
	display:inline;
	padding-top:4px;
}

div#footer p.relation {
	padding-bottom:15px;
	font-weight:700;
}

div#footer p.relation a {
	padding:0 10px !important;
	border-right: 1px solid #333;
	font-weight:400;
}

div#footer #manage span {
	font-weight:bold;
}

/*-------検索フォーム--------*/

div.tableStructure table {
	margin:0 auto;
	background-color:#ffffff;
	border-collapse:collapse;
}

div.tableStructure table a:link,
div.tableStructure table a:visited {
	font-weight:700;
	text-decoration:underline;
	color:#666666;
}

div.tableStructure table a:hover {
	font-weight:700;
	text-decoration:none;
	color:#666666;
}


div.tableStructure tr.keyword input {
	width:250px;
}

div.tableStructure th {
	background:#e8e8e8 url(../images/search_line_th.gif) left top repeat-x;
	padding:10px;
	text-align:left;
	vertical-align:top;
	width:65px;
}

div.tableStructure th.thHead {
	background-image:none;
}
div.tableStructure th.thHead2 {
	background:#e8e8e8 url(../images/search_line_th_head.gif) left top repeat-y;
}
div.tableStructure td {
	background:url(../images/search_line_td.gif) left top no-repeat;
	padding:10px 10px 3px 15px;
}

div.tableStructure td.tdHead {
	background:url(../images/search_line_th_head.gif) left top repeat-y;
}

div.tableStructure th.thMiddle {
	background:#e8e8e8 url(../images/search_line_td.gif) left top no-repeat;
}

div.tableStructure tr.keyword td {
	background:url(../images/search_line_td.gif) left top no-repeat;
}

div.tableStructure tr.keyword span {
	font-size:0.8em;
}

div.tableStructure p.delSearch {
	padding-bottom:10px;
	font-size:0.8em;
}

div.tableStructure p.delSearch span {
	padding-left:10px;
}

div.tableStructure p.delSearch a {
	padding-left:3px;
}

div.tableStructure p.addSearch {
	padding-bottom:4px;
	font-size:0.8em;
}

div.tableStructure p.addSearch img {
	vertical-align:middle;
	padding-bottom:2px;
	padding-right:3px;
}

div.tableStructure select,
div.tableStructure input {
	margin:0 3px;
}

/*-------------------
トップページ
-------------------*/
div#content {
	width:760px;
	clear:both;
	overflow:hidden;
	margin-bottom:25px;
	background:url(../images/header_shadow.gif) top repeat-x;
}

div#content #leftContent {
	float:left;
	display:inline;
	width:560px;
	margin-top:18px;
}

div#content #leftContent #topSearch {
	width:560px;
	background:url(../images/top_search_bottom.gif) no-repeat bottom;
	padding-bottom:5px;
	margin-bottom:20px;
}

div#content #leftContent #topSearch #topSearchBox {
	background:url(../images/top_search_middle.gif) repeat-y;
	letter-spacing:0;
	padding-top:7px;
}

div#content #leftContent #topSearch #topSearchBox  #topSearchTable {
	border:solid 1px #ff9900;
	background-color:#ffffff;
	width:540px;
	margin:0 auto;
	padding:3px 2px;
}
 
div#content #leftContent #topSearch #topSearchBox table {
	width:538px;
	margin:0 auto;
}


div#content #leftContent #topSearch #topSearchBox table div.scroll {
	overflow:auto;
	height:100px;
	width:400px;
	margin:0;
	padding:0;
	vertical-align:top;
}

div#content #leftContent #topSearch #topSearchBtn {
	width:173px;
	margin:2px auto;
}

div#content #leftContent #hopeLv1 {
	background:url(../images/top_ideal_bottom.gif) no-repeat bottom;
	padding-bottom:5px;
}

div#content #leftContent #hopeLv1 #hopeBox {
	background:url(../images/top_ideal_middle.gif) repeat-y;
	padding:5px 0;
}

div#content #leftContent #hopeLv1 #hopeBox .hopeLv2 {
	background-color:#ffffff;
	border-left:solid 1px #c9e47f;
	border-right:solid 1px #c9e47f;
	width:526px;
	margin:0 auto;
	padding:15px 10px 0;
	clear:both;
	overflow:hidden;
	letter-spacing:0;
}

div#content #leftContent #hopeLv1 #hopeBox .hopeLv2Top {
	background-color:#ffffff;
	border-top:solid 1px #c9e47f;
	width:526px;
	margin:0 auto;
	padding:10px 10px 0;
	clear:both;
	overflow:hidden;
	letter-spacing:0;
}

div#content #leftContent #hopeLv1 #hopeBox .hopeLv2Bottom {
	background-color:#ffffff;
	border-bottom:solid 1px #c9e47f;
	width:526px;
	margin:0 auto;
	padding:15px 10px 15px 10px;
	clear:both;
	overflow:hidden;
	letter-spacing:0;
}

div#content #leftContent #hopeLv1 #hopeBox .hopeLv3 {
	padding:10px 10px 0px;
	overflow:hidden;
}

div#content #leftContent #hopeLv1 #hopeBox .hopeLv3 ul {
	clear:both;
	width:516px;
	overflow-x:auto;
}


div#content #leftContent #hopeLv1 #hopeBox .hopeLv3 li {
	list-style:none;
	background:url(../images/top_icon_yajirushi.gif) no-repeat 0 5px;
	display:inline;
	float:left;
	padding-left:13px;
	margin-bottom:0.25em;
	line-height:1.2;
	padding-right:20px;
}

*html div#content #leftContent #hopeLv1 #hopeBox .hopeLv3 li {  /*IE6*/
	background:url(../images/top_icon_yajirushi.gif) no-repeat 0 3px;
}

div#content #leftContent #hopeLv1 #hopeBox .hopeLv3 li a {
	white-space:nowrap;
}


div#content #leftContent #hopeLv1 #hopeBox .hopeLv3 li span {
	color:#999;
	font-size:0.8em;
}


div#content #leftContent #hopeLv1 #hopeBox .station h4 {
	clear:both;
	padding-bottom:5px;
	font-weight:700;
}

div#content #leftContent #hopeLv1 #hopeBox .station h4.h4Area {
	padding-top:10px;
}

div#content #rightContent {
	float:right;
	display:inline;
	width:180px;
	margin-top:18px;
}

div#content #rightContent #attention {
	width:100%;
	background:url(../images/top_attention_bottom.gif) no-repeat bottom;
	padding-bottom:5px;
	margin-bottom:30px;
}

div#content #rightContent #attention #attentionBox {
	background:#feffdd;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

div#content #rightContent #attention #attentionBox dl {
	border-bottom:dotted 1px #cccccc;
}

div#content #rightContent #attention #attentionBox dl.attentionBottom {
	border-style:none;
}
	
div#content #rightContent #attention #attentionBox dt {
	padding-top:5px;
	padding-bottom:5px;
}

div#content #rightContent #attention #attentionBox dd {
	padding-left:22px;
	padding-right:5px;
	padding-bottom:10px;
	background:url(../images/top_icon_yajirushi.gif) no-repeat 9px 3px ;
	font-size:0.9em;
}

div#content #rightContent #attention #attentionBox dl.attentionBottom dd {
	padding-bottom:5px;
}

div#content #rightContent #ranking {
	width:100%;
	background:url(../images/top_ranking_bottom.gif) no-repeat bottom;
	padding-bottom:6px;
}

div#content #rightContent #ranking #rankingBox {
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

div#content #rightContent #ranking #rankingBox ul {
	width:100%;	
}

div#content #rightContent #ranking #rankingBox li {
	list-style:none;
	border-bottom:dotted 1px #cccccc;
}

div#content #rightContent #ranking #rankingBox li.rank1 {
	background:url(../images/top_ranking1.gif) no-repeat 8px 6px;
	padding:10px 0 10px 45px;
	font-weight:700;
	font-size:1.3em;
}

div#content #rightContent #ranking #rankingBox li.rank2 {
	background:url(../images/top_ranking2.gif) no-repeat 8px 6px;
	padding:10px 0 10px 45px;
	font-weight:700;
	font-size:1.3em;
}

div#content #rightContent #ranking #rankingBox li.rank3 {
	background:url(../images/top_ranking3.gif) no-repeat 8px 6px;
	padding:10px 0 10px 45px;
	font-weight:700;
	font-size:1.3em;
}

div#content #rightContent #ranking #rankingBox li.rank4 {
	background:url(../images/top_ranking4.gif) no-repeat 13px 10px;
	padding:12px 0 10px 45px;
}

div#content #rightContent #ranking #rankingBox li.rank5 {
	background:url(../images/top_ranking5.gif) no-repeat 13px 10px;
	padding:12px 0 10px 45px;
}

div#content #rightContent #ranking #rankingBox li.rank6 {
	background:url(../images/top_ranking6.gif) no-repeat 13px 10px;
	padding:12px 0 10px 45px;
}

div#content #rightContent #ranking #rankingBox li.rank7 {
	background:url(../images/top_ranking7.gif) no-repeat 13px 10px;
	padding:12px 0 10px 45px;
}

div#content #rightContent #ranking #rankingBox li.rank8 {
	background:url(../images/top_ranking8.gif) no-repeat 13px 10px;
	padding:12px 0 10px 45px;
}

div#content #rightContent #ranking #rankingBox li.rank9 {
	background:url(../images/top_ranking9.gif) no-repeat 13px 10px;
	padding:12px 0 10px 45px;
}

div#content #rightContent #ranking #rankingBox li.rank10 {
	background:url(../images/top_ranking10.gif) no-repeat 13px 10px;
	padding:12px 0 6px 45px;
	border-style:none;
}

/*-----------------------
下層ページ
-----------------------*/

div#content #topicPath {
	background:#ebeaea url(../images/pankuzu_bottom.gif) no-repeat bottom;
	padding-bottom:2px;
}

div#content #topicPath p {
	background:#ebeaea url(../images/bg_pankuzu.gif) repeat-x;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	padding:7px 10px 4px;
}

div#content #explain {
	width:100%;
}

div#content #explain p {
	background:url(../images/icon_note.gif) no-repeat 10px 13px;
	padding:10px 10px 10px 22px;
	font-weight:700;
	color:#454545;
}

div#content #explain span {
	color:#ff9900;
}

div#content #resultCount {
	width:760px;
	background:url(../images/search_count_bottom.gif) no-repeat bottom;
	padding-bottom:11px;
	margin-bottom:18px;
}

div#content #resultCount #resultCountTitle {
	background:url(../images/search_count_top.gif) no-repeat top;
	padding-top:5px;
}

div#content #resultCount #resultCountTitle #resultCountTitleBlock {
	background:url(../images/search_count_middle.gif) repeat-y;
}

div#content #resultCount #resultCountTitle #resultCountTitleBlock p {
	background:url(../images/search_result_title.gif) no-repeat 10px 0;
	text-align:right;
	padding-bottom:5px;
	padding-right:8px;
}

div#content #resultCount #resultCountTitle #resultCountTitleBlock p img {
	vertical-align:middle;
	padding-bottom:2px;
	padding-left:10px;
}

div#content #resultCount #resultCountTitle #resultCountTitleBlock p a {
	text-decoration:underline;
	font-weight:700;
	color:#ffffff;
}

div#content #resultCount #resultCountTitle #resultCountTitleBlock p a:hover {
	text-decoration:none;
}

div#content #resultCount #resultCountBoxTop {
	background:url(../images/search_count_top2.gif) no-repeat top;
	padding-top:5px;
}

div#content #resultCount #resultCountBox {
	background:url(../images/search_count_middle2.gif) repeat-y;
	padding:5px 25px 0 20px;
}

div#content #resultCount #resultCountBox h2.searchResult {
	float:left;
	display:inline;
	font-size:1.6em;
	font-weight:700;
	width:550px;
	padding-top:5px;
}

div#content #resultCount #resultCountBox h2.searchResult span {
	color:#ff6600;
	font-size:1.3em;
	padding-right:8px;
	font-weight:700;
}

div#content #resultCount #resultCountBox p.hitCount {
	float:right;
	display:inline;
	font-size:1.4em;
	font-weight:700;
}

div#content #resultCount #resultCountBox p.hitCount img {
	vertical-align:middle;
	padding-right:5px;
	padding-bottom:5px;
}

div#content #resultCount #resultCountBox p.hitCount span {
	font-size:1.3em;
	color:#ff8d45;
	padding-right:2px;
	font-weight:700;
}
div.paging {
	clear:both;
	text-align:center;
	padding-bottom:0px;
	border-bottom:dotted 1px #999999;
}

div.paging p.countHeader span {
	color:#ff9900;
	font-weight:700;
	padding-left:5px;
}

div.paging .pagination {
	padding:5px 0 10px;
}

.prev_page {
	background:url(../images/paging_left.gif) no-repeat 0 50%;
	font-weight:700;
	padding-left:18px;
}

.next_page {
	background:url(../images/paging_right.gif) no-repeat 90% 50%;
	font-weight:700;
	padding-right:20px;
}

div.paging .pagination span.current {
	color:#cccccc;
}

div#sort {
	text-align:right;
	font-weight:700;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:3px;
	border-bottom:dotted 1px #999999;
	margin-bottom:20px;
}

div#sort select {
	margin-right:3px;
}


div#content .entryContent {
	width:721px;
	margin:0 auto 0px;
	background:url(../images/entry_bottom.gif) no-repeat bottom;
	padding-bottom:3px;
}

*html div#content .entryContent { /*IE6用*/
	padding-bottom:6px;
}

div#content .entryContent .entryTitle {
	width:721px;
	background:#ff9136 url(../images/entry_top_side.gif) no-repeat top;
	padding-top:10px;
	clear:both;
}

div#content .entryContent .entryTitleMiddle {
	width:721px;
	background:url(../images/entry_top_side_btm.gif) repeat-y;
	float:left;
}

div#content .entryContent .entryNew img {
	float:left;
	display:inline;
	padding-left:10px;
}

div#content .entryContent .entryNew h2 {
	float:right;
	display:inline;
	line-height:1.3;
	width:648px;
	padding-right:10px;
	padding-bottom:8px;
}

div#content .entryContent .entryNomal h2 {
	padding:5px 8px 10px 15px;
}

div#content .entryContent .entryTitle a {
	font-weight:700;
	color:#ffffff;	
}

div#content .entryContent .entryTitle a:hover {
	text-decoration:underline;
}

div#content .entryContent .entryBox {
	width:721px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/entry_middle.gif) repeat-y;
	clear:both;
}

div#content .entryContent .campanyName {
	background:#fffad6 url(../images/company_name_top.gif) top repeat-x ;
	border-top:solid 1px #ffcc33;
	border-bottom:solid 1px #cccccc;
	padding:10px;
	margin:1px 7px 10px 7px;
	
}

div#content .entryContent .entryBox .entryBoxLeft {
	float:left;
	display:inline;
	width:160px;
	margin-left:18px;
	margin-bottom:10px;
}

div#content .entryContent .entryBox .entryBoxLeft .photo {
	margin-bottom:10px;
}

div#content .nearLinkBottom {
	background:#e3e3e3 url(../images/bg_near_link.gif) no-repeat bottom;
	width:721px;
	margin:0 auto 20px;
	padding-bottom:6px;
}


div#content .nearLink {
	width:712px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/line_near_link.gif) repeat-x top;
	padding-top:3px;
}

div#content .nearLink a {
	padding:0 2px;
}

div#content .nearLink .nearLinkTitle {
	width:103px;
	float:left;
	display:inline;
	margin-left:5px;
	font-weight:700;
	background:transparent url(../images/top_icon_yajirushi.gif) no-repeat 5px 9px;
	padding-left:22px;
	padding-bottom:5px;
	padding-top:7px;
	color:#666666;
}

div#content .nearLink .nearLinkList {
	width:558px;
	float:right;
	display:inline;
	margin-right:2px;
	background:#ffffff;
	padding:2px 0;
}
div#content .nearLink .nearLinkList ul {
	width:543px;
	margin:0 0 0 2px;
	border-left:solid 1px #e6e6e6;
	padding:6px 10px;
}

div#content .nearLink .nearLinkList li {
	list-style:none;
	display:inline;
	line-height:1.4;
}

div#content .entryContent .entryBox .entryBoxRight {
	float:right;
	display:inline;
	width:510px;
	margin-right:18px;
	margin-bottom:10px;
}

div#content .entryContent .entryBox .entryBoxRight .rightEntryBlock {
	clear:both;
}

div#content .entryContent .entryBox .entryBoxRight .rightEntryBlock img {
	float:left;
	display:inline;
}

div#content .entryContent .entryBox .entryBoxRight .rightEntryBlock p {
	width:431px;
	padding:5px 0 10px 10px;
	float:right;
	display:inline;
	border-top:dotted 1px #999999;
	line-height:1.4;
}

div#content .entryContent .entryBox .entryBoxRight .companyPR {
	width:100%;
}

div#content .entryContent .entryBox .entryBoxRight .companyPR p {
	border-top:dotted 1px #99cc00;
	padding-bottom:20px;
	font-weight:700;
	color:#99cc00;
}

div#content .entryContent .btnDetail {
	width:170px;
	height:39px;
	margin:6px auto 0;
	clear:both;
	padding-top:0px;
	background:url(../images/btn_detail_o.gif) no-repeat 0 0px;
}

div#content .entryContent .btnDetail a {
	width:170px;
	height:39px;
	display:block;
}

div#content .entryContent .btnDetail a:hover {
	background:none;
}

div#content .entryContent .btnDetail a:hover img {
	width:0;
	height:0;
}

div#content #search {
	width:760px;
	background:url(../images/search_bottom.gif) no-repeat bottom;
	padding-bottom:8px;
	margin-top:25px;
}

div#content #search #searchBox {
	background-color:#fffad6;
	border-left:solid 1px #cccc99;
	border-right:solid 1px #cccc99;
	padding-top:5px;
}

div#content #search #searchBox #searchTable{
	border:solid 1px #ebe8be;
	background-color:#ffffff;
	width:746px;
	margin:0 auto;
	padding:3px 2px;
}

div#content #search #searchBox table{
	width:744px;
	margin:0 auto;
}

div#content #search #searchBox table div.scroll {
	overflow:auto;
	height:100px;
	width:250px;
	margin:0;
	padding:0;
	vertical-align:top;
}


div#content #search #searchBox #searchBtn {
	width:173px;
	height:40px;
	margin:0 auto;
	padding-top:10px;
}
/*詳細ページ*/
.entryLink {
	width:720px;
	margin:-2px auto 0;
	background:url(../images/line_entry_link2.gif) no-repeat left bottom;
}

.entryLink .entryLinkSection p {
	width:678px;
	margin:0 auto;
	padding-bottom:5px;
	padding-left:14px;
	background:url(../images/top_icon_yajirushi.gif) no-repeat 0 5px;
	color:#666666;
	font-weight:700;
}

.entryLink ul {
	width:692px;
	margin:0 auto;
	padding-bottom:14px;
	list-style:none;
}

.entryLink .firstChild {
	margin-bottom:15px;
	border-bottom:dotted 1px #999999;
}

.entryLink .firstChild ul {
	padding-bottom:10px;
}

.entryLink li {
	padding-bottom:5px;
	padding-left:8px;
	background:url(../images/icon_entry_link.gif) no-repeat 0 3px;
}

.entryLink li span {
	margin-left:-7px;
}

.entryLink li a {
	font-weight:400;
	text-decoration:underline;
}

.entryLink li a:hover {
	text-decoration:none;
}


/*-------------------------
 * 見つからなかった時
-------------------------*/

div.notFound {
	width:721px;
	margin: 12px auto 0px;
}

div.notFound p {
  margin-bottom: 12px;
}
